Avoiding \startformulas starting new paragraph
In the example below, \startformulas starts a new paragraph with indenting, whereas \startformula does not. Is there any way to avoid that? \setupbodyfont[xits,10pt] \setupindenting[yes, medium, next] \starttext Some text. Some more text \startformulas \startformula 2 + 2 = 4 \stopformula \startformula 2 + 2 = 1 \mod 3 \stopformula \stopformulas ending here. Some more text \startformula 2 + 2 = 1 \mod 3 \stopformula ending here. No more text. \stoptext
On 5/30/2016 6:55 PM, Hans Åberg wrote:
In the example below, \startformulas starts a new paragraph with indenting, whereas \startformula does not. Is there any way to avoid that?
\setupbodyfont[xits,10pt]
\setupindenting[yes, medium, next]
\starttext
Some text.
Some more text \startformulas \startformula 2 + 2 = 4 \stopformula \startformula 2 + 2 = 1 \mod 3 \stopformula \stopformulas ending here.
Some more text \startformula 2 + 2 = 1 \mod 3 \stopformula ending here.
No more text. \stoptext
will be fixed in a next beta ... i'm redoing part of that display math Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 30 May 2016, at 21:59, Hans Hagen
wrote: On 5/30/2016 6:55 PM, Hans Åberg wrote:
In the example below, \startformulas starts a new paragraph with indenting, whereas \startformula does not. Is there any way to avoid that?
will be fixed in a next beta ... i'm redoing part of that display math
OK. Fine. I was not sure if it was a bug. :-)
participants (2)
-
Hans Hagen
-
Hans Åberg