Example presentation
April 3, 2023 · View on GitHub
Some Julia code
1+2
--
A fragment
Some equations
Here is an inline fraction:
And some identities in display mode:
A plot
using Plots
plot(rand(10))
savefig("myplot.svg") # hide
nothing # hide
April 3, 2023 · View on GitHub
Some Julia code
1+2
--
A fragment
Here is an inline fraction:
And some identities in display mode:
using Plots
plot(rand(10))
savefig("myplot.svg") # hide
nothing # hide