Re: [NTG-context] loadcurrentMPgraphic from metafun manual

2007-06-08 Thread Aditya Mahajan
Quoting nicola <[EMAIL PROTECTED]>: > Hi, > I have tried the following example (metafun-p.pdf, p. 112-3): > > \startMPgraphic > draw unitsquare xscaled 5cm yscaled 1cm withpen pencircle scaled 2mm > withcolor .625red; > \stopMPgraphic > > \hbox \bgroup > \loadcurrentMPgraphic{width=5cm,height=1cm}

Re: [NTG-context] Weird Fieldstack problem

2007-06-08 Thread Aditya Mahajan
Quoting Zhichu Chen <[EMAIL PROTECTED]>: > Hi Aditya, > > Actually, they should have the same boundingbox, the first MPdrawing > environment draws a line from (0,0) to (2cm,2cm) and the sequence MPdrawing > environments just add two lines that are in the previous boundingbox. > > I know what's hap

Re: [NTG-context] Weird Fieldstack problem

2007-06-08 Thread Zhichu Chen
Hi Aditya, Actually, they should have the same boundingbox, the first MPdrawing environment draws a line from (0,0) to (2cm,2cm) and the sequence MPdrawing environments just add two lines that are in the previous boundingbox. I know what's happening now. \definesymbol doesn't define a symbol fro

Re: [NTG-context] Weird Fieldstack problem

2007-06-08 Thread Aditya Mahajan
On Fri, 8 Jun 2007, Zhichu Chen wrote: > Hi, > > I've written the following test file: > > == > \setupcolors[state=start] > \setuppagenumbering[state=stop] > \setupinteraction [state=start] > > \starttext > > \MPdrawingdonetrue > > \startMPdrawing > draw (0,0)--(2cm,2cm); > \s

[NTG-context] code weaving

2007-06-08 Thread Steffen Wolfrum
Hi, my footnotes are nicely defined a such: \def\setnotebodyfont {\let\setnotebodyfont\relax \restoreglobalbodyfont \switchtobodyfont[rm,9pt]\setupinterlinespace[line=9.8pt,height=.79,depth=.21]\parskip2pt}% Now I have to set the entire text with hanging/hz – same for the foot

[NTG-context] \loadcurrentMPgraphic from metafun manual

2007-06-08 Thread nicola
Hi, I have tried the following example (metafun-p.pdf, p. 112-3): \startMPgraphic draw unitsquare xscaled 5cm yscaled 1cm withpen pencircle scaled 2mm withcolor .625red; \stopMPgraphic \hbox \bgroup \loadcurrentMPgraphic{width=5cm,height=1cm}\placeMPgraphic \quad \loadcurrentMPgraphic{width

[NTG-context] code weaving (solved)

2007-06-08 Thread Steffen Wolfrum
Surprise, surprise: \def\setnotebodyfont {\let\setnotebodyfont\relax \restoreglobalbodyfont \switchtobodyfont[rm,9pt]\setupinterlinespace[line=9.8pt,height=.79,depth=.21]\setupalign[block,hanging,hz]\parskip2pt}% ... sometimes I wish I had administrative access to the mailing li

[NTG-context] Weird Fieldstack problem

2007-06-08 Thread Zhichu Chen
Hi, I've written the following test file: == \setupcolors[state=start] \setuppagenumbering[state=stop] \setupinteraction [state=start] \starttext \MPdrawingdonetrue \startMPdrawing draw (0,0)--(2cm,2cm); \stopMPdrawing \definesymbol[aa][\getMPdrawing] \startMPdrawing dra