CamteX
All guides

Fraction in LaTeX

A fraction is written as \frac{numerator}{denominator}. Inside a sentence LaTeX shrinks the fraction so it does not stretch the line; when you want full height, use \dfrac from the amsmath package.

Simple fraction

\frac{a}{b}
ab\frac{a}{b}

Full height inside a line of text

$\dfrac{1}{2} mv^2$
12mv2\dfrac{1}{2} mv^2

Nested fraction

\frac{1}{1 + \frac{1}{x}}
11+1x\frac{1}{1 + \frac{1}{x}}

Slashed fraction (in an exponent)

x^{1/2}
x1/2x^{1/2}

Common mistakes

See also

Don't want to memorize commands?

Draw a formula or paste a screenshot, and CamteX turns it into ready LaTeX.

Try it free