
# - Tex Command
NAME
# - indicates numbered arguments in definition.
SYNOPSIS
{ \def<definition>#1 }
DESCRIPTION
# indicates numbered arguments in definition.
OPTIONS
Input | Description |
---|---|
definition | Custom opearation |
EXAMPLES
-
\def\specialFrac#1#2{\frac{x + #1}{y + #2}} \specialFrac{7}{z+3}
$ \def\specialFrac#1#2{\frac{x + #1}{y + #2}} \specialFrac{7}{z+3} $
Advertisements