Hello, I want to print 8 pages of A7, landscape doublesided on A4. I always get the pages connected on the shorter side of the page, but that is wrong. Has anyone an idea how to solve this? Thanks Wolfgang for explanation, the result looks like this: ------------------------- | | | | | ------------------------- | | | | | ------------------------- my testfile: \enableregime[il1] \mainlanguage[en] \setuppapersize[A7,landscape,rotated][A3,landscape]% \setuparranging [2*8,doublesided] \setuplayout [location=middle] \setuppagenumbering[location=,state=stop] \showframe[edge] \starttext Page1 \page Page1 back \page Page2 \page Page2 back \page Page3 \page Page3 back \page Page4 \page Page4 back \page Page5 \page Page 5 back \page Page 6 \page Page6 back \page Page7 \page Page7 back \page Page8 \page Page8 back \stoptext
Hi Wolfgang, you do not need the ratated part. Please look at the attached file Willi Wolfgang Zillig wrote:
Hello,
I want to print 8 pages of A7, landscape doublesided on A4. I always get the pages connected on the shorter side of the page, but that is wrong. Has anyone an idea how to solve this?
Thanks
Wolfgang
for explanation, the result looks like this:
------------------------- | | | | | ------------------------- | | | | | -------------------------
my testfile:
\enableregime[il1] \mainlanguage[en]
\setuppapersize[A7,landscape,rotated][A3,landscape]% \setuparranging [2*8,doublesided] \setuplayout [location=middle] \setuppagenumbering[location=,state=stop]
\showframe[edge]
\starttext
Page1
\page
Page1 back
\page
Page2
\page
Page2 back
\page
Page3
\page
Page3 back
\page
Page4
\page
Page4 back
\page
Page5
\page
Page 5 back
\page
Page 6
\page
Page6 back
\page
Page7
\page
Page7 back
\page
Page8
\page
Page8 back
\stoptext _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
% Imposition of 8 a7 portrait on a a4 landscape % Wolfgang Zillig % Context file % filename: imposition-Zillig.tex % Willi Egger % 20-03-05 \setupoutput[pdftex] \setuppapersize[A7,portrait][A3,landscape]% \setuparranging [2*8,doublesided] \setuplayout [location=middle] \setuppagenumbering[location={footer,marginedge},state=start] \setupcolors[state=start] \showframe[edge] \starttext \dostepwiserecurse{1}{20}{1}{% \startalignment[middle] \vfil This is \par \blank[big] {\bfd \recurselevel} \stopalignment \vfil \page} \stoptext
Thanks Willi, I know that it is working with A7 as portrait. But I want to use A7 landscape. I have the rotated in \setuppapersize because when I place only one A7 page on a bigger format I get it as supposed (one rotated page on a bigger one). But when I got it right for imposotion upright formats are needed. Wolfgang Willi Egger schrieb:
Hi Wolfgang,
you do not need the ratated part. Please look at the attached file
Willi
Wolfgang Zillig wrote:
Hello,
I want to print 8 pages of A7, landscape doublesided on A4. I always get the pages connected on the shorter side of the page, but that is wrong. Has anyone an idea how to solve this?
Thanks
Wolfgang
for explanation, the result looks like this:
------------------------- | | | | | ------------------------- | | | | | -------------------------
my testfile:
\enableregime[il1] \mainlanguage[en]
\setuppapersize[A7,landscape,rotated][A3,landscape]% \setuparranging [2*8,doublesided] \setuplayout [location=middle] \setuppagenumbering[location=,state=stop]
\showframe[edge]
\starttext
Page1
\page
Page1 back
\page
Page2
\page
Page2 back
\page
Page3
\page
Page3 back
\page
Page4
\page
Page4 back
\page
Page5
\page
Page 5 back
\page
Page 6
\page
Page6 back
\page
Page7
\page
Page7 back
\page
Page8
\page
Page8 back
\stoptext _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
------------------------------------------------------------------------
% Imposition of 8 a7 portrait on a a4 landscape % Wolfgang Zillig % Context file % filename: imposition-Zillig.tex % Willi Egger % 20-03-05
\setupoutput[pdftex]
\setuppapersize[A7,portrait][A3,landscape]% \setuparranging [2*8,doublesided] \setuplayout [location=middle] \setuppagenumbering[location={footer,marginedge},state=start] \setupcolors[state=start] \showframe[edge]
\starttext
\dostepwiserecurse{1}{20}{1}{% \startalignment[middle] \vfil This is \par \blank[big] {\bfd \recurselevel} \stopalignment \vfil \page} \stoptext
------------------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Sun, 20 Mar 2005, Wolfgang Zillig wrote:
I want to print 8 pages of A7, landscape doublesided on A4. I always get the pages connected on the shorter side of the page, but that is wrong. Has anyone an idea how to solve this?
[...]
\setuppapersize[A7,landscape,rotated][A3,landscape]%
I don't really understand, what you want (for example A4 or A3 ?? ), but this looks good to me: \setuppapersize[A7,rotated][A4,landscape] Cheers, Peter -- http://pmrb.free.fr/contact/
hi, I think I was not completly clear: as source I have A7 landscape. As result I want to have it on A4 (the A3 in the demo was a typo). thanks Wolfgang
participants (3)
-
Peter Münster
-
Willi Egger
-
Wolfgang Zillig