[NTG-context] \definestartstop (not functioning before/after keys)

2011-12-12 Thread 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.


Regards
Andreas
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \definestartstop (not functioning before/after keys)

2011-12-12 Thread Wolfgang Schuster

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \definestartstop (not functioning before/after keys)

2011-12-12 Thread Andreas Harder

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___