\atopwithdelims - Tex Command



NAME

\atopwithdelims - Command to create fractions without fraction bar

SYNOPSIS

{ sub-formula1 \atopwithdelims delimiter1 delimiter2 sub-formula2 }

DESCRIPTION

\atopwithdelims command is a general command for making a fraction-like structure, but without the horizontal fraction bar; specifies left and right enclosing delimiters.

OPTIONS

InputDescription
sub-formula1Displayed as Numerator
delimiter1Displayed before the fraction
delimiter2Displayed after the fraction
sub-formula2Denominator

EXAMPLES

  1. a+1 \atopwithdelims [ ] b  
    $ a+1 \atopwithdelims [ ] b $
  2.  {a \atopwithdelims . | b+2}_{a=3} 
    $ {a \atopwithdelims . | b+2}_{a=3} $
  3.  {a+1 \atopwithdelims \{ \} b+2}+c 
    $ {a+1 \atopwithdelims \{ \} b+2}+c $
Advertisements