I use 3 steps to make: https://www.fedarch.org/resources/introPamphlet.pdf
Step 1, I lay out each individual page in a document.
Step 2. I make the cover in its own document. (I confess I don't remember
why I chose to do this)
Step 3. And then in a different document, I perform imposition to map the
pages to the folds.
My imposition code:
\definepapersize[sheet][width=99mm,height=210mm]
\setuppapersize[sheet][A4, landscape]
\setuppaper[nx=3, ny=1, dx=0mm, dy=0mm] % must come before \setuparranging!
\setuplayout[page][location=middle, marking=on]
\setuparranging [XY]
\setuplayout
[backspace=0pt,
topspace=0pt,
width=middle,
height=middle,
location=middle,
header=0pt,
footer=0pt]
\starttext
\filterpages[../pdf/mobilePamphletInterior.pdf][4][width=0pt]
\filterpages[../pdf/mobilePamphletCover.pdf][2][width=0pt]
\filterpages[../pdf/mobilePamphletCover.pdf][1][width=0pt]
\filterpages[../pdf/mobilePamphletInterior.pdf][1,2,3][width=0pt]
\stoptext
On Fri, 21 Sep 2018 at 23:27, Jan U. Hasecke
Hi all,
consulting the wiki I found
http://context.aanhet.net/svn/contextman/context-reference/en/co-pagedesign.... and the command \setuparranging [TRYPTICHON]. So I think that I should be able to make a pdf for a flyer and print it with an online printer.
But as I am still very new to ConTeXt, I need a kickstart doing it.
Has anybody made a template for a leaflet flyer. In Germany we call it DIN lang afaik, I don't know the English name of the format. But it ends up with six pages (width 99mm/ height 210 mm).
TIA juh
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________