Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-03-04 Thread Mikael P. Sundqvist
On Tue, Feb 26, 2013 at 10:01 PM, Marco Patzer wrote: > Hi Mikael, > > your original example works for me with a current beta if you > replace uniqueMPgraphic with useMPgraphic. > > > Marco > > ___ > If your question i

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Marco Patzer
Hi Mikael, your original example works for me with a current beta if you replace uniqueMPgraphic with useMPgraphic. Marco signature.asc Description: Digital signature ___ If your question is of interest to others a

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Marco Patzer
On 2013–02–26 Hans Hagen wrote: > >Hans, is this a bug? Has something changed? > > I don't know .. no example I provided an example in http://www.ntg.nl/pipermail/ntg-context/2013/071552.html However, it seems to be fixed in a recent beta. At least it works for me. Marco signature.asc Des

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Hans Hagen
On 2/26/2013 4:46 PM, Mikael P. Sundqvist wrote: On Mon, Feb 18, 2013 at 10:53 AM, Marco Patzer wrote: On 2013–02–18 Mikael P. Sundqvist wrote: Thank you Marco for giving a better example. I thought that uniqueMPgraphic meant it was redrawn everytime while useMPgraphic meant it was done once

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-26 Thread Mikael P. Sundqvist
On Mon, Feb 18, 2013 at 10:53 AM, Marco Patzer wrote: > On 2013–02–18 Mikael P. Sundqvist wrote: > >> Thank you Marco for giving a better example. >> >> I thought that uniqueMPgraphic meant it was redrawn everytime while >> useMPgraphic meant it was done once and then gave the same result >> every

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-18 Thread Marco Patzer
On 2013–02–18 Mikael P. Sundqvist wrote: > Thank you Marco for giving a better example. > > I thought that uniqueMPgraphic meant it was redrawn everytime while > useMPgraphic meant it was done once and then gave the same result > everytime used. http://thread.gmane.org/gmane.comp.tex.context/795

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-18 Thread Mikael P. Sundqvist
On Fri, Feb 15, 2013 at 4:02 PM, Marco Patzer wrote: > On 2013–02–15 Mikael P. Sundqvist wrote: > >> with the (almost minimal) example below, > > I reduced your minimal example slightly further: > > \startuseMPgraphic{figram} > StartPage; fill Field[Text][Text]; StopPage; > \stopuseMPgraphic > >

Re: [NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-15 Thread Marco Patzer
On 2013–02–15 Mikael P. Sundqvist wrote: > with the (almost minimal) example below, I reduced your minimal example slightly further: \startuseMPgraphic{figram} StartPage; fill Field[Text][Text]; StopPage; \stopuseMPgraphic \starttext \useMPgraphic{figram} %% using the graphic a second

[NTG-context] recalculate background on every page with \uniqueMPgraphic?

2013-02-15 Thread Mikael P. Sundqvist
Dear list, with the (almost minimal) example below, I hoped that the frame would be recalculated at every page. But it is not (they all look the same in my output pdf). How can I force the frame to be redrawn at every page? Btw, If I change the uniqueMPgraphic to useMPgraphic (everywhere) my file