Re: [NTG-context] Save/Redraw labels as pictures

2012-12-09 Thread Troy Henderson
vardef J = thelabel(textext(J) scaled 2,origin) enddef ; That will work! Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Troy Henderson
The following code produces the letter J on the first page, but does not draw that same picture on the second page. I would appreciate some advice on how to save and redraw this label in subsequence figures. Thanks, Troy Henderson \starttext \startMPinclusions[+] picture J;

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Alan BRASLAU
Hans has be playing with MetaPost instances which got broken. \startMPpage\stopMPpage got the wrong instance whereas \startTEXpage\startMPcode\stopMPcode\stopMPpage correctly got the default instance. Normally, this was fixed, but your minimal example still does not work for me either. Something

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Troy Henderson
Hans has be playing with MetaPost instances which got broken. Well I am running MKIV included in TeX Live 2012. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Save/Redraw labels as pictures

2012-12-08 Thread Hans Hagen
On 12/8/2012 12:42 PM, Troy Henderson wrote: The following code produces the letter J on the first page, but does not draw that same picture on the second page. I would appreciate some advice on how to save and redraw this label in subsequence figures. Thanks, Troy Henderson \starttext