# Example presentation Some Julia code ```julia 1+2 ``` -- A fragment --- # Some equations Here is a fraction: $\frac{1}{2}$ --- # A plot ```julia using Plots; gr() Plots.plot(rand(10)) savefig("statplot.svg"); ``` # 