12 Dec
2011
12 Dec
'11
12:56 p.m.
On 12.12.2011, at 13:00, Wolfgang Schuster wrote:
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.
Okay, I see. So, sorry for the noise. Andreas