[NTG-context] \startMPinclusions[+]

2009-03-17 Thread Hans van der Meer
In mkii this could be used to add material to metapost runs: \startMPinclusions[+] . \stopMPInclusions This stopped working in the latest stable version I have seen: ConTeXt ver: 2008.10.31 13:58 MKIV fmt: 2008.12.17 Is it already fixed? Or can a quick patch be given? Hans van der Meer

Re: [NTG-context] \startMPinclusions[+]

2009-03-17 Thread Hans van der Meer
On 17 mrt 2009, at 20:14, Mojca Miklavec wrote: On Tue, Mar 17, 2009 at 13:19, Hans van der Meer wrote: In mkii this could be used to add material to metapost runs: \startMPinclusions[+] . \stopMPInclusions This stopped working in the latest stable version I have seen: ConTeXt ver

Re: [NTG-context] \startMPinclusions[+]

2009-03-17 Thread Mojca Miklavec
2009/3/17 Hans van der Meer: On 17 mrt 2009, at 20:14, Mojca Miklavec wrote: On Tue, Mar 17, 2009 at 13:19, Hans van der Meer wrote: In mkii this could be used to add material to metapost runs: \startMPinclusions[+] . \stopMPInclusions This stopped working in the latest stable

Re: [NTG-context] \startMPinclusions[+]

2009-03-17 Thread Hans van der Meer
, 2009 at 13:19, Hans van der Meer wrote: In mkii this could be used to add material to metapost runs: \startMPinclusions[+] . \stopMPInclusions This stopped working in the latest stable version I have seen: ConTeXt ver: 2008.10.31 13:58 MKIV fmt: 2008.12.17 Is it already fixed? Or can

[NTG-context] drawoptions in \startMPinclusions

2007-06-14 Thread nicola
Hi, the following code \startMPinclusions drawoptions(withpen pencircle scaled 1mm); u := 1cm; \stopMPinclusions \startreusableMPgraphic{foo} draw origin--(u,u); \stopreusableMPgraphic \starttext \midaligned{\reuseMPgraphic{foo}} \stoptext produces a line with default thickness, not 1mm wide

Re: [NTG-context] drawoptions in startMPinclusions

2007-06-14 Thread Aditya Mahajan
Quoting nicola [EMAIL PROTECTED]: Hi, the following code \startMPinclusions drawoptions(withpen pencircle scaled 1mm); u := 1cm; \stopMPinclusions \startreusableMPgraphic{foo} draw origin--(u,u); \stopreusableMPgraphic \starttext \midaligned{\reuseMPgraphic{foo}} \stoptext

Re: [NTG-context] \textext can fail in definitions in \startMPinclusions

2006-09-25 Thread Hans Hagen
] cut here \starttext \startMPinclusions def yy = draw \textext{via yy def} enddef; \stopMPinclusions \startMPcode % draw \textext{directly}; % would give via yy def as the text yy; % gives unknown as the text on the page \stopMPcode

Re: [NTG-context] trouble with \startMPinclusions[+]

2006-09-24 Thread Hans Hagen
Sanjoy Mahajan wrote: % instead, just \startMPinclusions works (i.e. without the [+]) \startMPinclusions[+] \stopMPinclusions hm, both work ok here, i've reshuffled quite some code so i cannot yet post a beta (needs some more testing) (ok, i can mail you a prelim beta if needed) Hans

[NTG-context] \textext can fail in definitions in \startMPinclusions

2006-09-24 Thread Sanjoy Mahajan
\starttext \startMPinclusions def yy = draw \textext{via yy def} enddef; \stopMPinclusions \startMPcode % draw \textext{directly}; % would give via yy def as the text yy; % gives unknown as the text on the page \stopMPcode \stoptext cut here

[NTG-context] trouble with \startMPinclusions[+]

2006-09-22 Thread Sanjoy Mahajan
The small test file below uses \startMPinclusions[+], but it produces TeX capacity exceeded from what looks like an endless loop. The error msgs are below the file. This is with context 2006.08.08 21:51, and the live ConTeXt (2006.09.17) gives the same error. [I was trying to test whether I