TeX/over

From Wikibooks, the open-content textbooks collection

< TeX
Jump to: navigation, search

< TeX

[edit] Synopsis

\over

[edit] Description

\over is the basic TeX command for making fractions. Printing

a\over b

produces the fraction a\over b. Grouping may be required to make sure that not too much is included in the numerator and denominator. A good rule of thumb is to simply put braces around any fraction as in

{a\over b}

[edit] See Also