
\overwithdelims - Tex Command
overwithdelims
\overwithdelims - Acts as a general command for making fractions.
SYNOPSIS
{ <subformula1> \overwithdelims <delim1> <delim2> <subformula2> }
OPTIONS
Input | Description |
---|---|
subformula1 | numerator |
subformula2 | denominator |
delim1 | put before the fraction. |
delim2 | put after the fraction. |
DESCRIPTION
\overwithdelims command acts as a general command for making fractions.
EXAMPLE
-
a \overwithdelims [ ] b
$ a \overwithdelims [ ] b $ -
a+1 \overwithdelims . | b+2
$ a+1 \overwithdelims . | b+2 $ -
{a+1 \overwithdelims \{ \} b+2}+c
$ {a+1 \overwithdelims \{ \} b+2}+c $
Advertisements