ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Brian Ballsun-Stanton <brian@drbbs.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Creating flyers with ConTeXt
Date: Fri, 21 Sep 2018 23:49:45 +1000	[thread overview]
Message-ID: <CADs1X48TkD1-0UVLvgrKfCZmo1VBjPmNA6gS2qPdnsn4h1183A@mail.gmail.com> (raw)
In-Reply-To: <9f89ccdc-3b28-2914-4e86-f175e2f6d769@mailbox.org>


[-- Attachment #1.1: Type: text/plain, Size: 2155 bytes --]

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 <juh+ntg-context@mailbox.org>
wrote:

> Hi all,
>
> consulting the wiki I found
>
> http://context.aanhet.net/svn/contextman/context-reference/en/co-pagedesign.pdf
> 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
>
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 4492 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

  parent reply	other threads:[~2018-09-21 13:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-21 13:27 Jan U. Hasecke
2018-09-21 13:48 ` Wolfgang Schuster
2018-09-21 14:03   ` Jan U. Hasecke
2018-09-21 14:11     ` Wolfgang Schuster
2018-09-21 13:49 ` Brian Ballsun-Stanton [this message]
2018-09-21 14:56 ` Marco Patzer
2018-09-21 15:13   ` Jan U. Hasecke
2018-09-24 20:25   ` Jan U. Hasecke
2018-09-25  7:56     ` Marco Patzer
2018-09-25 10:57       ` Jan U. Hasecke
2018-09-26  7:03         ` Marco Patzer
2018-09-26 10:56           ` Jan U. Hasecke
2018-09-26 15:49             ` Jan U. Hasecke
2018-09-27  6:19               ` Jan U. Hasecke

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=CADs1X48TkD1-0UVLvgrKfCZmo1VBjPmNA6gS2qPdnsn4h1183A@mail.gmail.com \
    --to=brian@drbbs.org \
    --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).