ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Several lines under a limit
@ 2020-11-28 14:57 Fabrice Couvreur
  2020-11-28 15:28 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2020-11-28 14:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 267 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 634 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Several lines under a limit
  2020-11-28 14:57 Several lines under a limit Fabrice Couvreur
@ 2020-11-28 15:28 ` Wolfgang Schuster
  2020-11-28 16:52   ` Fabrice Couvreur
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2020-11-28 15:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Several lines under a limit
  2020-11-28 15:28 ` Wolfgang Schuster
@ 2020-11-28 16:52   ` Fabrice Couvreur
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Couvreur @ 2020-11-28 16:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1350 bytes --]

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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2419 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-28 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 14:57 Several lines under a limit Fabrice Couvreur
2020-11-28 15:28 ` Wolfgang Schuster
2020-11-28 16:52   ` Fabrice Couvreur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).