\genfrac - Tex Command



NAME

\genfrac - represents the most general command for defining fractions with optional delimiters, line thickness, and specified style.

SYNOPSIS

{ \genfrac #1 #2 #3 #4 #5 #6  }

OPTIONS

InputDescription
#1left delimiter (empty, for no left delimiter)
#2right delimiter (empty, for no right delimiter)
#3fraction bar thickness (set to 0pt to make it disappear)
#40, 1, 2, or 3, where:
  1. 0 denotes \displaystyle

  2. 1 denotes \textstyle

  3. 2 denotes \scriptstyle

  4. 3 denotes \scriptscriptstyle

#5numerator
#6denominator

DESCRIPTION

\genfrac command represents the most general command for defining fractions with optional delimiters, line thickness, and specified style.

EXAMPLE

  1. \genfrac(]{0pt}{2}{a+b}{c+d}
    $ \genfrac(]{0pt}{2}{a+b}{c+d} $
Advertisements