ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Galleys question
@ 2000-08-11 12:42 Nagy Balazs
  2000-08-21 11:33 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Nagy Balazs @ 2000-08-11 12:42 UTC (permalink / raw)


Hi,

I'd like to put a document to this mirror:

+---------------------+
| +-+ +-----+ +-----+ |
| | | |     | |     | |
| | | |     | |     | |
| |1| |  2  | |  3  | |
| | | |     | |     | |
| | | |     | |     | |
| +-+ +-----+ +-----+ |
+---------------------+

1 for announcements, 2 and 3 for normal document.  The paper will be stapled
between 1 and 2 and it will be folded between 1&2 and 2&3.

Is there a way to do this?
-- 
Regards: Kevin (Balazs)
http://www.iksz.hu/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Galleys question
  2000-08-11 12:42 Galleys question Nagy Balazs
@ 2000-08-21 11:33 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-08-21 11:33 UTC (permalink / raw)
  Cc: ConTeXt

At 02:42 PM 8/11/00 +0200, Nagy Balazs wrote:
>Hi,
>
>I'd like to put a document to this mirror:
>
>+---------------------+
>| +-+ +-----+ +-----+ |
>| | | |     | |     | |
>| | | |     | |     | |
>| |1| |  2  | |  3  | |
>| | | |     | |     | |
>| | | |     | |     | |
>| +-+ +-----+ +-----+ |
>+---------------------+
>
>1 for announcements, 2 and 3 for normal document.  The paper will be stapled
>between 1 and 2 and it will be folded between 1&2 and 2&3.
>
>Is there a way to do this?

It depends on what successive pages are. One way of doing it is to define a
left margin [1] and process 2 and 3 as columns and using a a4 landscape
papersize. You can use \setuptexttexts to get text into the margin.

\setuppapersize[A4,landscape][A4,landscape]

\setuplayout
  [backspace=6.7cm,
   leftmargin=4cm,
   leftmargindistance=1.7cm,
   width=22cm,
   grid=yes,
   height=middle]

\setupcolumns
  [distance=1cm]

\setuptexttexts
  [margin]
  [\vbox to \vsize{\topskipcorrection\getbuffer[ann]\vfill}]
  []

\starttext

\startcolumns

\startbuffer[ann]
  Some Text
  \blank[line]
  Some More Text
\stopbuffer

\input tufte

\input tufte

\stopcolumns

\stoptext

Of course you need to adapt the buffer occationally.

Hans 

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-08-21 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-11 12:42 Galleys question Nagy Balazs
2000-08-21 11:33 ` Hans Hagen

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).