28 Nov
2020
28 Nov
'20
3:28 p.m.
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