Sorry, either your browser doesn't have Javascript enabled or there's a problem somewhere - so you're missing all the lovely MathTran images.
The basics of math in TeX
Fonts TeX knows the right font to use. Roman for numbers,
and math italic for variables.
and so on until
. You don't have to tell TeX to use italic for variables.
Lowercase greek letters To create you type
'\alpha'. Here are some the rest:
Arithmetic
(There's also
and
)
and finally
Subscripts and superscripts To do these, we use '_' and '^'
Putting it together