Re: [NTG-context] A problem with modes

2012-06-26 Thread Wolfgang Schuster
Am 26.06.2012 um 23:25 schrieb Marcin Borkowski: >>> Or is there a better way to do something like this? >> >> It depends on what you want to do. You can create a buffer command: >> >> \def\startamode{\grabbufferdata[amode][startamode][stopamode]} >> %\def\stopamode {\getbuffer[amode]} >> >> \

Re: [NTG-context] A problem with modes

2012-06-26 Thread Marcin Borkowski
Dnia 2012-06-26, o godz. 22:44:40 Wolfgang Schuster napisaƂ(a): > > Am 26.06.2012 um 22:12 schrieb Marcin Borkowski: > > > Hello, > > > > this doesn't work for me: > > > > \definestartstop[amode][before={\startmode[a]}, > >after={\stopmode}] > > > > \starttext > > >

Re: [NTG-context] A problem with modes

2012-06-26 Thread Wolfgang Schuster
Am 26.06.2012 um 22:12 schrieb Marcin Borkowski: > Hello, > > this doesn't work for me: > > \definestartstop[amode][before={\startmode[a]}, >after={\stopmode}] > > \starttext > > All modes. > \startamode > ``A'' mode. > \stopamode > > \stoptext > > Can I use \startm

Re: [NTG-context] A problem with modes

2012-06-26 Thread Aditya Mahajan
On 2012-06-26, at 10:12 PM, Marcin Borkowski wrote: > Hello, > > this doesn't work for me: > > \definestartstop[amode][before={\startmode[a]}, >after={\stopmode}] > > \starttext > > All modes. > \startamode > ``A'' mode. > \stopamode > > \stoptext > > Can I use \sta

[NTG-context] A problem with modes

2012-06-26 Thread Marcin Borkowski
Hello, this doesn't work for me: \definestartstop[amode][before={\startmode[a]}, after={\stopmode}] \starttext All modes. \startamode ``A'' mode. \stopamode \stoptext Can I use \startmode with \definestartstop? Or is there a better way to do something like this? TI