12 Dec
2011
12 Dec
'11
1 p.m.
Am 12.12.2011 um 12:55 schrieb Andreas Harder:
Hi Hans,
has something changed with \definestartstop? Setting before and after do not change the output.
\definestartstop[test][before=\blank,after=\blank] \starttext before \test{test} after \stoptext
Tested with the current beta- and experimental-branch.
\starttext …\stoptest is not the same as \test{…}, while the environment use the before and after keys the command use the inbetween key. Wolfgang