20. März 2018 um 12:43Hi all,
doing some tests I discovered two interesting facts.
The first is that commands \starttext and \stoptext do not behave as a group.
Minimal example (tested on TL2015, TL2016, TL2017, current CTX from the Garden):
\starttext
text
\starttext
\bf text
\stoptext
text % this text is in bold, too.
\stoptext
Is this the expected behaviour, or not?
The second interesting thing is that the unbalanced document is compiled without protests:
Minimal example #1 (tested on TL2015, TL2016, TL2017, current CTX from the Garden):
\starttext
text % in this case, the "text" is shipped out
Minimal example #2 (tested on TL2015, TL2016, TL2017, current CTX from the Garden):
text % in this case, the "text" is not shipped out
\stoptext