Difference between revisions of "LaTeX"
Mysmartmouth (talk | contribs) |
Mysmartmouth (talk | contribs) |
||
Line 6: | Line 6: | ||
'''\boxed{Answer}''' Produces a box around your Answer. | '''\boxed{Answer}''' Produces a box around your Answer. | ||
+ | |||
'''\frac{a}{b}''' Produces a common fractiob with [[numerator]] ''a'' and [[denominator]] ''b''. | '''\frac{a}{b}''' Produces a common fractiob with [[numerator]] ''a'' and [[denominator]] ''b''. | ||
+ | |||
'''^\circ''' Produces the degrees symbol. | '''^\circ''' Produces the degrees symbol. | ||
+ | |||
'''\text{Your Text Here}''' Produces text within LaTeX. | '''\text{Your Text Here}''' Produces text within LaTeX. | ||
+ | |||
==Tutorials== | ==Tutorials== | ||
* [http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php AoPS LaTeX Guide] | * [http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php AoPS LaTeX Guide] | ||
*[http://en.wikipedia.org/wiki/LaTeX Wikipedia Article] | *[http://en.wikipedia.org/wiki/LaTeX Wikipedia Article] |
Revision as of 12:33, 21 June 2006
Usage
LaTeX is a typesetting language used primarily to type mathematical stuff in an elegant fashion. For example, without LaTeX, would have to be written as 35/137.
Useful Codes
\boxed{Answer} Produces a box around your Answer.
\frac{a}{b} Produces a common fractiob with numerator a and denominator b.
^\circ Produces the degrees symbol.
\text{Your Text Here} Produces text within LaTeX.