Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 19:43 >> >> But I get two test2 on page 2: >> >> \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] >> \setlayer[test1]{page1} > Set the layer content after \starttext or load a font before you

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 20:10 On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: Pablo Rodriguez 4. Februar 2016 um 19:43 But I get two test2 on page 2: \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] \setlayer[test1]{page1} Set the layer

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 05:39 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 17:19 >> >> I’m afraid that dimensions seem not to be adapted: > [...] > \startsetups[testlayer] > \setlayer[test]{abcde} > \stopsetups > > \setupbackgrounds[page][setups=testlayer,background=test] Many

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 18:08 Many thanks for your reply, Wolfgang. My problem now is that I get layouts from the first page in the second page: Do you want layer “test1” to appear on the second page, if not don’t put it in the setups environment. Wolfgang

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 17:19 Hans, many thanks for your reply Pablo. I’m afraid that dimensions seem not to be adapted: \definepapersize[main] [A4] [A4] \definepapersize[extra][A4,landscape][A4,landscape] \definelayer[test][x=.5\paperwidth,

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/03/2016 02:57 PM, Hans Hagen wrote: > On 2/1/2016 7:38 PM, Pablo Rodriguez wrote: >> [...] >> It isn’t possible to change the paper size. Only TEXpage does >> change the paper size. >> >> Could anyone confirm the bug? > > more a side effect (synchronizing all related settings can result in

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 19:43 But I get two test2 on page 2: \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] \setlayer[test1]{page1} Set the layer content after \starttext or load a font before you set it, otherwise context uses a monospace

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 07:03 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez >> 4. Februar 2016 um 18:08 >> >> Many thanks for your reply, Wolfgang. >> >> My problem now is that I get layouts from the first page in the second >> page: > Do you want layer “test1” to appear on the

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 08:36 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 20:10 >> On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: >>> Set the layer content after \starttext or load a font before you set it, >>> otherwise context uses a monospace font as fallback. >> >> Many thanks

Re: [NTG-context] not able to change paper sizes

2016-02-03 Thread Hans Hagen
On 2/1/2016 7:38 PM, Pablo Rodriguez wrote: Dear list, in this sample adapted from the documented code: \definepapersize[main] [A4] [A4] \definepapersize[extra][A4,landscape][A4,landscape] \starttext \setuppapersize[main] Page 1. \page Page 2. \page

[NTG-context] not able to change paper sizes

2016-02-02 Thread Pablo Rodriguez
Dear list, in this sample adapted from the documented code: \definepapersize[main] [A4] [A4] \definepapersize[extra][A4,landscape][A4,landscape] \starttext \setuppapersize[main] Page 1. \page Page 2. \page \setuppapersize[extra] Page 2 \page