Hi Wolfgang,
I knew the \substack command exists with latex but not with context, thanks a lot.
Fabrice

Le sam. 28 nov. 2020 à 16:29, Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> a écrit :
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________