Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-14 Thread Hans Hagen
Mojca Miklavec wrote: > On 9/7/06, Mojca Miklavec wrote: > >> Hello, >> >> \setuppapersize[XY] is not working properly when paper orientation is >> landscape. The following code results in pages of dimensions 29.5 x >> 29.5 cm: >> >> \setuppapersize >> [XY][A4,landscape] >> \setuppaper >

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-13 Thread Mojca Miklavec
On 9/7/06, Mojca Miklavec wrote: > Hello, > > \setuppapersize[XY] is not working properly when paper orientation is > landscape. The following code results in pages of dimensions 29.5 x > 29.5 cm: > > \setuppapersize > [XY][A4,landscape] > \setuppaper > [nx=3,ny=1] > \setuparranging

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Willi Egger
Hi, Indeed there is a calculation problem. Even if you define your papersize as a landscape paper with \definepapersize[Mylandscape][height=210mm, width=297mm] the calculation is incorrect. Apparently the problem is not related to the option "landscape" or "rotated". Willi Mojca Miklavec wrot

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Mojca Miklavec
On 9/7/06, Peter Rolf wrote: > Mojca Miklavec wrote: > >> Have you tried \setupbackgrounds[paper][background=...]? > > > > I didn't know about that before. Now I tried it, but it had no effect. > > > mhh, works here (but maybe not in your example?) > > \setupoutput[pdftex] > \setupcolors[state=star

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Peter Rolf
Mojca Miklavec wrote: > On 9/7/06, Peter Rolf wrote: >>> I also have an additional question: I can use >>> \setupbackgrounds >>> [page] >>> [background=...] >>> for single pages which works perfectly. But how can I place a >>> background figure on the "whole page" (i.e. spanning

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Mojca Miklavec
On 9/7/06, Peter Rolf wrote: > > I also have an additional question: I can use > > \setupbackgrounds > > [page] > > [background=...] > > for single pages which works perfectly. But how can I place a > > background figure on the "whole page" (i.e. spanning across the > > "middle

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Peter Rolf
Hi Mojca, Mojca Miklavec wrote: > Hello, > > \setuppapersize[XY] is not working properly when paper orientation is > landscape. The following code results in pages of dimensions 29.5 x > 29.5 cm: > > \setuppapersize > [XY][A4,landscape] > \setuppaper > [nx=3,ny=1] > \setuparranging >