\over - Tex Command



over

\over - acts as a general command for making fractions.

SYNOPSIS

{ { <subformula1> \over <subformula2> }}

DESCRIPTION

\over command acts as a general command for making fractions.

EXAMPLE

  1. a \over b
    ab
  2. a+1 \over b+2
    a+1b+2
  3. {a+1 \over b+2}+c
    a+1b+2+c
Advertisements