
\atop - Tex Command
NAME
\atop - Command to create fractions without horizontal fraction bar
SYNOPSIS
{ sub-formula1 \atop sub-formula2 }
DESCRIPTION
\atop command creates a fraction like structure.
OPTIONS
Input | Description |
---|---|
sub-formula1 | Displayed as Numerator |
sub-formula2 | Denominator |
EXAMPLES
-
a+1 \atop b
$ a+1 \atop b $ -
a \atop b+2
$ a \atop b+2 $ -
{a+1 \atop b+2}+c
$ {a+1 \atop b+2}+c $
Advertisements