Dear All, I’d like to have two rows in the lower limit of an integral, like so: \definemathstackers [MyStacker] [both] [mathclass=fraction] \starttext \startformula \int_{\mathover[MyStacker]{0}{|w-w_0|<\delta}}^{2\pi} f(z) \dd z=0 \stopformula \stoptext However, I clearly don’t understand stackers as the intended 0 is becoming a question mark. I would also like the ?/0 to be flush left so that it lines up with the upper limit. Thank you for any hints! Matthias
Hi,
On Mon, 19 Jan 2026 at 21:05, Matthias Weber
Dear All,
I’d like to have two rows in the lower limit of an integral, like so:
\definemathstackers [MyStacker] [both] [mathclass=fraction]
\starttext
\startformula \int_{\mathover[MyStacker]{0}{|w-w_0|<\delta}}^{2\pi} f(z) \dd z=0 \stopformula
\stoptext
However, I clearly don’t understand stackers as the intended 0 is becoming a question mark. I would also like the ?/0 to be flush left so that it lines up with the upper limit.
Thank you for any hints!
I do not understand what you are after. Do you have an image/link showing what you want to achieve? /Mikael
Am 19.01.2026 um 21:03 schrieb Matthias Weber:
Dear All,
I’d like to have two rows in the lower limit of an integral, like so:
\definemathstackers [MyStacker] [both] [mathclass=fraction]
\starttext
\startformula \int_{\mathover[MyStacker]{0}{|w-w_0|<\delta}}^{2\pi} f(z) \dd z=0 \stopformula
\stoptext
\starttext \startformula \int_{\startsubstack 0\NR |w-w_0|<\delta\NR\stopsubstack}^{2\pi} f(z) \dd z=0 \stopformula \stoptext Wolfgang
Thanks Wolfgang, That is almost what I wanted. I can get what I want by forcing more space: \starttext \startformula \int_{\startsubstack 0\phantom{more space}\NR |w-w_0|<\delta\NR\stopsubstack}^{2\pi} f(z) \dd z=0 \stopformula \stoptext But maybe there is a more ConTeXt-like way of achieving this? Thanks again, Matthias
On Jan 19, 2026, at 3:46 PM, Wolfgang Schuster
wrote: Am 19.01.2026 um 21:03 schrieb Matthias Weber:
Dear All, I’d like to have two rows in the lower limit of an integral, like so: \definemathstackers [MyStacker] [both] [mathclass=fraction] \starttext \startformula \int_{\mathover[MyStacker]{0}{|w-w_0|<\delta}}^{2\pi} f(z) \dd z=0 \stopformula \stoptext
\starttext
\startformula \int_{\startsubstack 0\NR |w-w_0|<\delta\NR\stopsubstack}^{2\pi} f(z) \dd z=0 \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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
participants (3)
-
Matthias Weber -
Mikael Sundqvist -
Wolfgang Schuster