Home Blog Archive Software Fractions in LaTeX writing - how to

Fractions in LaTeX writing - how to

  • Oct 19, 2025
  • 3964
  • 0

In LaTeX you can write fractions in Math-Mode in the continuous text and, of course, in equations the math environment. Nested breaks are easily possible. We will show you how to create fractions in LaTex.

To write fractions in LaTeX

LaTeX is great for Writing mathematical formulas. Breaks in the text and in the math-environment, as shown in the figure, you can create with simple commands and as long as nesting as you want. As easy as that:
  1. The command for fractions in LaTex "\frac{}{}".
  2. In the text, you can incorporate mathematical formulations by placing them between Dollar signs.
  3. Via $\frac{1}{2}$, you write 1/2 in your Text.
  4. In the case of the command "\frac{}{}" write the counter in the first and the denominator in the second brace.
  5. You can nest fractions by writing either in the dividend or in the Divisor back to the "\frac {} {}"command.
  6. In mathematical formulas, so in the environment "\begin{equation} \frac{1}{\frac{2}{p}} \end{equation}", the break command is the same as in the simple Math-Mode.
Breaks in LaLaTeX
In LaTeX tables , and the cedilla characters to insertin the CHIP-Online practice tips.

YOU MAY ALSO LIKE

LaTeX: bold letter - how to

  • Sun 19, 2025
  • 5870
  • 0

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =