Example presentation

April 3, 2023 · View on GitHub

Some Julia code

1+2

--

A fragment


Some equations

Here is an inline fraction: 12\frac{1}{2}

And some identities in display mode:

eiπ+1=0e^{i\pi} + 1 = 0

n=0αn=11α\sum_{n=0}^\infty \alpha^n = \frac{1}{1-\alpha}


A plot

using Plots
plot(rand(10))
savefig("myplot.svg") # hide
nothing # hide