From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/122 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: beginnersvragen Date: Mon, 03 Aug 1998 11:01:51 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <35C57C7F.B488E15D@wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035390997 21456 80.91.224.250 (23 Oct 2002 16:36:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:36:37 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: "W.H. Dekker" Xref: main.gmane.org gmane.comp.tex.context:122 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:122 W.H. Dekker wrote: > \setuppagenumbering[style=oldstyle] > \language[nl] > \starttext\setupbodyfont[sansserif,11pt] > \setupmakeup[width=160mm,height=260mm,voffset=-40mm] >> large sample omitted << Forget about the offset. Think in terms of topspace, backspace, header, footer, height and width. Below you'll see how things can be done. Watch the use of buffers, you can paste the text directly there but this illustrates better what I do. Some 'tricks': - let framed calculate the width automatically - set the offset to overlay - the \unskips get rid of funny spaces % format=en \showframe \startbuffer[tit] \framed [width=fit,height=4cm,align=right] {Kwaliteitsdienst\\Landbouwkundige\\Laboratoria \blank[2*big] \sl KDLL-rapport} \stopbuffer \startbuffer[org] \framed [width=fit,height=40mm,align=right] {TNO-Voeding \blank[big] Postbus 360\\3700 AJ Zeist\\Utrechtseweg 48 \blank[big] Telefoon 030-6944144} \stopbuffer \startbuffer[cop] \framed [width=95mm,height=12mm,align=normal] {Niets uit deze uitgave mag worden vermenigvuldigd en|/|of openbaar gemaakt door middel van druk, fotokopie, microfilm of op welke wijze dan ook, zonder voorafgaande toestemming van KDLL} \stopbuffer \startbuffer[rap] \framed [width=110mm,height=15mm,align=right] {Rapport nummer R 97.033/afl97-1\\ Aflatoxinen\\Resultaten van het tweede ringonderzoek 1997} \stopbuffer \startbuffer[lst] \framed [width=70mm,align=right] {Auteurs:\\Drs. B.J.C.~van der Vat\\C.J.~van Putten \blank[big] Projectnummer:\\560303 \blank[big] TNO-Voeding rapportenarchiefnummer:\\V 97.854 \blank[big] Goedgekeurd door:\\A.H.~Roos\\(Voorzitter Gebruikersgroep) \blank[big] Datum:\\November 1997 \blank[big] Aantal pagina's:\\21 % \lastpage \blank[big] Oplage:\\55} \stopbuffer \startstandardmakeup[headerstatus=none,footerstatus=none] % will be headerstate in next release \setupframed[offset=overlay]% ,frame=off] \hbox to \hsize{\getbuffer[tit]\hss\getbuffer[org]\unskip} \getbuffer[rap] \blank[20mm] \hbox to \hsize{\hss\getbuffer[lst]\unskip} \vfill \switchtobodyfont[small] \hbox to \hsize{\hss\getbuffer[cop]\unskip\hss} \stopstandardmakeup Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl -----------------------------------------------------------------