[NTG-context] Several lines under a limit
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Sat Nov 28 16:28:55 CET 2020
Fabrice Couvreur schrieb am 28.11.2020 um 15:57:
> Hi,
> Is there a command that allows to write multiple lines under the command
> \lim ?
> I tried but ...
> Cordially
> Fabrice
>
> \starttext
> \startformula
> \lim_{
> \vbox{\startalign
> \NC x \to 2 \NR
> \NC x > 2 \NR
> \stopalign}}=+\infty
> \stopformula
> \stoptext
\starttext
\startformula
\lim_{%
\startsubstack
x \to 2 \NR
x > 2 \NR
\stopsubstack
} = +\infty
\stopformula
\stoptext
Wolfgang
More information about the ntg-context
mailing list