Re: [NTG-context] multi-page floats

2012-06-07 Thread Henning Hraban Ramm
Am 2012-06-06 um 11:52 schrieb luigi scarso: And maybe this is what you want errata/corrige Thank you for your effort, I’ll test it this weekend, but I resolved to Wolfgang’s solution using \offset instead of backgrounds, since that’s much easier and enough for my needs. Greetlings, Hr

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
On Wed, Jun 6, 2012 at 11:39 AM, luigi scarso wrote: > On Wed, Jun 6, 2012 at 9:37 AM, luigi scarso wrote: >> On Tue, Jun 5, 2012 at 8:25 PM, Henning Hraban Ramm wrote: >>> Am 2012-06-05 um 18:17 schrieb luigi scarso: >>> >>> >> ! File ended while scanning use of \buff_gobble. > > Uh

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
On Wed, Jun 6, 2012 at 9:37 AM, luigi scarso wrote: > On Tue, Jun 5, 2012 at 8:25 PM, Henning Hraban Ramm wrote: >> Am 2012-06-05 um 18:17 schrieb luigi scarso: >> >> > ! File ended while scanning use of \buff_gobble. Uhm I've tested but maybe I've made a wrong cut and paste. R

Re: [NTG-context] multi-page floats

2012-06-06 Thread luigi scarso
On Tue, Jun 5, 2012 at 8:25 PM, Henning Hraban Ramm wrote: > Am 2012-06-05 um 18:17 schrieb luigi scarso: > > ! File ended while scanning use of \buff_gobble. >>> >>> Uhm I've tested but maybe I've made a wrong cut and paste. >>> Re-check now. >> >> Ah, it 's a side effect of the previous cod

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 19:55 schrieb Wolfgang Schuster: Sorry for coming back again and again, but I’m still stuck, and my deadline is overdue. * I need full-page pictures on defined pages in the middle of a chapter. * I don’t care if I must define "on page x" or "on the next right page after

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 18:17 schrieb luigi scarso: ! File ended while scanning use of \buff_gobble. Uhm I've tested but maybe I've made a wrong cut and paste. Re-check now. Ah, it 's a side effect of the previous code What did you change? I also overlooked that there is no image, i.e. layer is no

Re: [NTG-context] multi-page floats

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 14:00 schrieb Henning Hraban Ramm: > Sorry for coming back again and again, but I’m still stuck, and my deadline > is overdue. > > * I need full-page pictures on defined pages in the middle of a chapter. > > * I don’t care if I must define "on page x" or "on the next right pag

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 6:08 PM, luigi scarso wrote: > On Tue, Jun 5, 2012 at 6:01 PM, Henning Hraban Ramm wrote: >> Am 2012-06-05 um 14:42 schrieb luigi scarso: >> >> >>> Another one >> >> >>> \setuppagenumbering[alternative=doublesided] >>> >>> \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paper

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 6:01 PM, Henning Hraban Ramm wrote: > Am 2012-06-05 um 14:42 schrieb luigi scarso: > > >> Another one > > >> \setuppagenumbering[alternative=doublesided] >> >> \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height=\dimexpr(\paperheight+6mm)] >> >> \unexpanded\

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 14:42 schrieb luigi scarso: Another one \setuppagenumbering[alternative=doublesided] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height= \dimexpr(\paperheight+6mm)] \unexpanded\def\DoDoublePicAt#1{ \page[right] % tried also makeups... \resetla

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 14:33 schrieb luigi scarso: Can you show me a way to use layers within postponing, please? A first step --- still quite similar to your macro. Hope it helps just for now. Thank you! Good hint to de-couple postponing and the rest. \page[right] doesn’t work with this version,

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
Another one \setuppagenumbering[alternative=doublesided] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height=\dimexpr(\paperheight+6mm)] \unexpanded\def\DoDoublePicAt#1{ \page[right] % tried also makeups... \resetlayer[bg] \setlayer[bg]{\externalfigure[#1][

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 2:00 PM, Henning Hraban Ramm wrote: > Sorry for coming back again and again, but I’m still stuck, and my deadline > is overdue. > > * I need full-page pictures on defined pages in the middle of a chapter. > > * I don’t care if I must define "on page x" or "on the next right

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Sorry for coming back again and again, but I’m still stuck, and my deadline is overdue. * I need full-page pictures on defined pages in the middle of a chapter. * I don’t care if I must define "on page x" or "on the next right page after the current paragraph". - The only way for full-page

Re: [NTG-context] multi-page floats

2012-06-04 Thread Henning Hraban Ramm
Am 2012-05-31 um 23:48 schrieb Hans Hagen: On 31-5-2012 20:25, Henning Hraban Ramm wrote: Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well for t

Re: [NTG-context] multi-page floats

2012-05-31 Thread Hans Hagen
On 31-5-2012 20:25, Henning Hraban Ramm wrote: Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well for that, but I need to switch off page numbering on

Re: [NTG-context] multi-page floats

2012-05-31 Thread Henning Hraban Ramm
Ok, some days later I'm still not where I'd like to be (and my deadline is overdue). Let’s resume: A running text is to be interrupted by spans of 3 pages. Postponing (\startpostponing) works well for that, but I need to switch off page numbering on two of that 3 pages - as far as I tried,

Re: [NTG-context] multi-page floats

2012-05-28 Thread Henning Hraban Ramm
Am 2012-05-28 um 19:27 schrieb Hans Hagen: \startpostponing might help (you can add [pagenumber] or [+pagenumber] if needed) Oh, of course, Philipp Gesang recently reminded me. I would like to use \startpostponing[right], but fixed pages are ok. This works: \starttext \startpostponing[3]

Re: [NTG-context] multi-page floats

2012-05-28 Thread Hans Hagen
On 27-5-2012 16:06, Henning Hraban Ramm wrote: Hi again, in my current book project there are sets of full-page graphics, where there’s first a drawing, to be printed on transparent paper, followed by a water colour picture as background, i.e. a series of right page: foreground graphic right pag

[NTG-context] multi-page floats

2012-05-27 Thread Henning Hraban Ramm
Hi again, in my current book project there are sets of full-page graphics, where there’s first a drawing, to be printed on transparent paper, followed by a water colour picture as background, i.e. a series of right page: foreground graphic right page: background graphic The transparent page