Feel free to try out features of the wiki here. Any changes made to this page will be periodically rolled back.
Here is a code block with Fortran syntax highlighting enabled:
! "Hello, World" in Fortran 90
program hello
print *, "Hello, world!"
end program hello
An SVG figure:
And here is the Gamma function:
\\Gamma(x) = \\int_0^\\infty t^{x-1}{\\mathrm{e}}^{-t}\\,{\\mathrm{d}}t
program hello
print *, "Hello, world!"
end program hello
Quotation