line-break discarded in \getparameters
Hello, No space is printed between bla2 and bla3 with latest mkiv: \startsetups 1 \getparameters[Prefix][Text={bla1 bla2 bla3}] \stopsetups \starttext \setups{1} \PrefixText, no space between bla2 and bla3... \stoptext -- Peter
Am 09.02.2011 um 00:31 schrieb Peter Münster:
Hello,
No space is printed between bla2 and bla3 with latest mkiv:
\startsetups 1 \getparameters[Prefix][Text={bla1 bla2 bla3}] \stopsetups \starttext \setups{1} \PrefixText, no space between bla2 and bla3... \stoptext
Use \startrawsetups … \stoprawsetups. Wolfgang
Wolfgang Schuster
Am 09.02.2011 um 00:31 schrieb Peter Münster:
\startsetups 1 \getparameters[Prefix][Text={bla1 bla2 bla3}] \stopsetups
Use \startrawsetups … \stoprawsetups.
So, it's not a bug, but a feature? Should it be documented like "In the startsetups - stopsetups environment, a newline has not effect. If you need the normal behaviour of a newline (as a space), use startrawsetups - stoprawsetups instead." ? -- Peter
Am 09.02.2011 um 07:43 schrieb Peter Münster:
Wolfgang Schuster
writes: Am 09.02.2011 um 00:31 schrieb Peter Münster:
\startsetups 1 \getparameters[Prefix][Text={bla1 bla2 bla3}] \stopsetups
Use \startrawsetups … \stoprawsetups.
So, it's not a bug, but a feature? Should it be documented like "In the startsetups - stopsetups environment, a newline has not effect. If you need the normal behaviour of a newline (as a space), use startrawsetups - stoprawsetups instead." ?
Feature, \startsetups ignores the end of the line while \startrawsetups keeps it. Wolfgang
participants (2)
-
pmlists@free.fr
-
Wolfgang Schuster