ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Imposition of A7,landscape on A4
Date: Sun, 20 Mar 2005 18:21:55 +0100	[thread overview]
Message-ID: <423DB133.6060302@boede.nl> (raw)
In-Reply-To: <423D9695.7010503@hoki.ibp.fhg.de>

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

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

[-- Attachment #2: imposition-Zillig.tex --]
[-- Type: text/plain, Size: 550 bytes --]

% 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

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2005-03-20 17:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-20 15:28 Wolfgang Zillig
2005-03-20 17:21 ` Willi Egger [this message]
2005-03-20 17:42   ` Wolfgang Zillig
2005-03-20 17:40 ` Peter Münster
2005-03-20 18:38   ` Wolfgang Zillig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=423DB133.6060302@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).