Re: [NTG-context] A sometxt bug (rather misfeature)

2007-08-30 Thread Hans Hagen
Aditya Mahajan wrote: On Wed, 29 Aug 2007, Aditya Mahajan wrote: Hi, Found an interesting sometxt misfeature. \startMPinclusions boolean test ; test=true ; \stopMPinclusions \startbuffer[test] if test : label(\sometxt{True}, origin) ; fi ; label(\sometxt{False},

Re: [NTG-context] A sometxt bug (rather misfeature)

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Hans Hagen wrote: picture p ; p := label(\sometxt{True}, origin) ; if test then draw p ; fi ; label(\sometxt{False}, (10,10)) ; Much cleaner. Thanks. Aditya ___ If your question is of

[NTG-context] A sometxt bug (rather misfeature)

2007-08-29 Thread Aditya Mahajan
Hi, Found an interesting sometxt misfeature. \startMPinclusions boolean test ; test=true ; \stopMPinclusions \startbuffer[test] if test : label(\sometxt{True}, origin) ; fi ; label(\sometxt{False}, (10,10)) ; \stopbuffer \processMPbuffer[test] \blank[big]

Re: [NTG-context] A sometxt bug (rather misfeature)

2007-08-29 Thread Aditya Mahajan
On Wed, 29 Aug 2007, Aditya Mahajan wrote: Hi, Found an interesting sometxt misfeature. \startMPinclusions boolean test ; test=true ; \stopMPinclusions \startbuffer[test] if test : label(\sometxt{True}, origin) ; fi ; label(\sometxt{False}, (10,10)) ; \stopbuffer