From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66546 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Letter with letterhead Date: Wed, 2 Mar 2011 09:58:19 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299056340 30109 80.91.229.12 (2 Mar 2011 08:59:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 08:59:00 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 02 09:58:56 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PuhtY-0007Ds-4g for gctc-ntg-context-518@m.gmane.org; Wed, 02 Mar 2011 09:58:56 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 700CECAA8F; Wed, 2 Mar 2011 09:58:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CRSodHHzjNDI; Wed, 2 Mar 2011 09:58:43 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3D860CAA89; Wed, 2 Mar 2011 09:58:43 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C6158CAA89 for ; Wed, 2 Mar 2011 09:58:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6EgEQFlN2gKO for ; Wed, 2 Mar 2011 09:58:21 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 47C38CAA70 for ; Wed, 2 Mar 2011 09:58:21 +0100 (CET) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p228wKTn023033 for ; Wed, 2 Mar 2011 09:58:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id 8E6E511A59 for ; Wed, 2 Mar 2011 09:58:19 +0100 (CET) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bxZ6lZjQBhIk for ; Wed, 2 Mar 2011 09:58:19 +0100 (CET) Original-Received: from [192.168.1.198] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id 5B68711A52 for ; Wed, 2 Mar 2011 09:58:19 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.63; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xEe8WksE - f07048285b0a - 20110302 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:66546 Archived-At: Hi, though I am using MKIV only, it should also work with MKII \startsetups[letter:foot] \setlayer[letter:foot] [x=4.5mm,y=-2mm] {... whatever must go in here ...} \stopsetups \startsetups[letter:nextfoot] \setlayer[letter:foot] [x=4.5mm,y=-2mm] {... whatever must show up on page 2 and further ...} \stopsetups \startsetups[letter:head] \setlayer[letter:head] [x=141mm,y=3mm] {...whatever should be places in the header...} \stopsetups \startsetups[letter:nexthead] \setlayerframed[letter:nexthead] [x=\dimexpr\textwidth-10mm,y=0mm] [frame=on,width=10mm,align=flushright] {...whatever should be placed in the header after page 1...} \stopsetups Willi On 1 Mar 2011, at 19:34, Roger Mason wrote: > Hello, > > I must write a multi-page letter with only the first page as > (pre-printed) letterhead. I adapted the Letterhead example from the > wiki to fit the style of my institution. I would like to know how to > revert the second and subsequent pages to use a default layout. > > If someone know how to use Wolfgang's letter module (in MKII) with > letterhead on the first page only, that would be fine. > > Thanks, > Roger > ___________________________________________________________________________________ > 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://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________