From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/47461 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Letter module - appendices Date: Tue, 17 Feb 2009 10:12:53 +0100 Message-ID: References: <478293FF-46FD-4BEF-830B-0ECCFAA88BDE@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234872943 27072 80.91.229.12 (17 Feb 2009 12:15:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 12:15:43 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 17 13:16:57 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1LZOsf-00073p-VR for gctc-ntg-context-518@m.gmane.org; Tue, 17 Feb 2009 13:16:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C85A31FB95; Tue, 17 Feb 2009 13:15:31 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30455-04-4; Tue, 17 Feb 2009 13:14:34 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 959FB1FB4E; Tue, 17 Feb 2009 10:15:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 114A31FB6B for ; Tue, 17 Feb 2009 10:14:55 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12919-06 for ; Tue, 17 Feb 2009 10:13:26 +0100 (CET) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by ronja.ntg.nl (Postfix) with ESMTP id EFC6C1FB71 for ; Tue, 17 Feb 2009 10:13:03 +0100 (CET) Original-Received: from mail.7values.nl (pluto.digitpaint.nl [83.98.197.3]) by filter4-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n1H9Csbw006171 for ; Tue, 17 Feb 2009 10:13:03 +0100 Original-Received: from localhost (dp5.intern.digitpaint.nl [192.168.0.7]) by mail.7values.nl (Postfix) with ESMTP id 3E45F7D8E for ; Tue, 17 Feb 2009 10:12:54 +0100 (CET) Original-Received: from mail.7values.nl ([192.168.0.1]) by localhost (dp5.digitpaint.nl [192.168.0.7]) (amavisd-new, port 10024) with LMTP id Z6PVoTakN3Pa for ; Tue, 17 Feb 2009 10:12:53 +0100 (CET) Original-Received: from [192.168.0.17] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by mail.7values.nl (Postfix) with ESMTP id 12F617D8D for ; Tue, 17 Feb 2009 10:12:54 +0100 (CET) In-Reply-To: <478293FF-46FD-4BEF-830B-0ECCFAA88BDE@gmail.com> X-Mailer: Apple Mail (2.753.1) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.3; country=NL; region=07; city=Hilversum; latitude=52.2333; longitude=5.1833; http://maps.google.com/maps?q=52.2333,5.1833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 181006830 - 39fe5f599c94 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:47461 Archived-At: Dear Wolfgang, I use your module voor an association. I have no problem if you change the CC and PS part. Kind regards Willi On Feb 15, 2009, at 10:30 PM, Wolfgang Schuster wrote: > Hi, > > I know at least a few people use my letter module and I want to ask > them if they have a problem when I change the handling of appendices > like CC and postscript. > > The current way to write them is > > \startletter > [copy=..., > postscript=...] > ... > \stopletter > > and I want to change this in > > \startletter > ... > \CC{...} % or \copy{...} > \PS{...} % or \postscript{...} > \stopletter > > As positive side effect of the new method would be to write > > \startletter > \opening{...} > ... > \closing{...} > \stopletter > > as a alternative way to write the opening and closing text (the old > keyval > works too) but the appendices can be only handled in one way. > > Wolfgang > ______________________________________________________________________ > _____________ > 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 : https://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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________