From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2520 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Galleys question Date: Mon, 21 Aug 2000 13:33:26 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000821133326.01060e00@pop.wxs.nl> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035393309 9567 80.91.224.250 (23 Oct 2002 17:15:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:15:09 +0000 (UTC) Cc: ConTeXt Original-To: Nagy Balazs In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:2520 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2520 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 -------------------------------------------------------------------------