From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30960 Path: news.gmane.org!not-for-mail From: batela Newsgroups: gmane.comp.tex.context Subject: appendices in letters Date: Sun, 24 Sep 2006 12:43:09 +0100 Message-ID: References: <82abc5a20dc12e89c00b948ac1cd90d2@oninetspeed.pt> <53909.62.251.0.62.1159000898.squirrel@webmail.hccnet.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159098568 5757 80.91.229.2 (24 Sep 2006 11:49:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Sep 2006 11:49:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 24 13:49:26 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GRSU3-0000tg-QT for gctc-ntg-context-518@m.gmane.org; Sun, 24 Sep 2006 13:49:19 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 24DA51FEC2; Sun, 24 Sep 2006 13:49:16 +0200 (CEST) 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 18915-03-4; Sun, 24 Sep 2006 13:49:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BEE021FEB9; Sun, 24 Sep 2006 13:49:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2D37A1FEBE for ; Sun, 24 Sep 2006 13:48:32 +0200 (CEST) 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 18916-05 for ; Sun, 24 Sep 2006 13:48:18 +0200 (CEST) Original-Received: from smtp200.oninetspeed.pt (smtp200.oninetspeed.pt [195.245.128.200]) by ronja.ntg.nl (Postfix) with SMTP id A9FB81FEB9 for ; Sun, 24 Sep 2006 13:43:15 +0200 (CEST) Original-Received: from [213.146.201.111] ([213.146.201.111]) by smtp200.oninetspeed.pt with Microsoft SMTPSVC(6.0.3790.1830); Sun, 24 Sep 2006 12:43:12 +0100 In-Reply-To: <53909.62.251.0.62.1159000898.squirrel@webmail.hccnet.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.624) X-OriginalArrivalTime: 24 Sep 2006 11:43:12.0852 (UTC) FILETIME=[9DB10940:01C6DFCE] X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30960 Archived-At: Dear Sirs, In my letters I tried to include some notes after the closing part. I use the m-letter module and xcorres: \startsetups[letter:appendices] My notes for my all students \stopsetups But in this way the appendice is only placed in the head of the first letter. If I try changing the closing definition in m-letter.tex module all works fine. \startsetups [letter:place:closing] \endgraf \setups[letter:closing] \endgraf %\EnglishRule My notes for my all students \stopsetups This is a bug? Jorge