From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/61300 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Recursive printing letters using Letters module... Date: Sun, 29 Aug 2010 03:19:23 +0200 Message-ID: <4C79B59B.6080807@gyza.cz> References: <4C79AB0D.9020009@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283044790 12860 80.91.229.12 (29 Aug 2010 01:19:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 01:19:50 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 29 03:19:49 2010 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 1OpWYk-0006jN-Hx for gctc-ntg-context-518@m.gmane.org; Sun, 29 Aug 2010 03:19:46 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1DD0ECA5AF; Sun, 29 Aug 2010 03:19:45 +0200 (CEST) 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 dxmVPVmVzpKX; Sun, 29 Aug 2010 03:19:42 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 70BCACA5B9; Sun, 29 Aug 2010 03:19:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 48308CA5B9 for ; Sun, 29 Aug 2010 03:19:41 +0200 (CEST) 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 NETJhgY2CFKe for ; Sun, 29 Aug 2010 03:19:29 +0200 (CEST) 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 A430DCA5AF for ; Sun, 29 Aug 2010 03:19:29 +0200 (CEST) Original-Received: from psi1.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id o7T1JSiZ015865 for ; Sun, 29 Aug 2010 03:19:28 +0200 Original-Received: (qmail 31314 invoked by uid 89); 29 Aug 2010 01:19:27 -0000 Original-Received: from unknown (HELO ?192.168.1.2?) (hajtmar@gyza.cz@88.103.230.14) by psi01 with ESMTPA; 29 Aug 2010 01:19:27 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: <4C79AB0D.9020009@gyza.cz> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; region=79; city=Ktis; latitude=48.9167; longitude=14.1333; http://maps.google.com/maps?q=48.9167,14.1333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xD01jsjc - 8bb68ff2db09 - 20100829 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:61300 Archived-At: Hello I answer it yourself. I was experimented and thought about using buffers and the problem is successfully for my library resolved :-) I think that I found an interesting use of the letter module... Jaroslav Only for example : \directlua{dofile("scancsv.lua")} \setupcolors[state=start] \usemodule[letter] \setupletter [fromname={The Author}, fromaddress={Hidden Street 2\\57895 Mystery town}] \startbuffer[myletter] \startletter[ toname={\Firstname\ \Name}, toaddress={\Street\\ \Zipcode\ \Town}, opening={Dear \Firstname,}, subject={Step by step guide to write a letter to \Firstname\ \Name}, closing={{\color Greetings from the Author} to \Name\ \Firstname}] Thus, I came to the conclusion ... \Mygreeting \stopletter \stopbuffer \starttext \setheader \opencsvfile{file1.csv} % Recurse using \dorecurse{5}{ \getbuffer[myletter] \nextrow \page } \page % Or loop cycle \opencsvfile{file2.csv} \doloop{\ifnotEOF\getbuffer[myletter]\nextrow\else\exitloop\fi} %OK \stoptext Dne 29.8.2010 2:34, Jaroslav Hajtmar napsal(a): > Hello, > Can be deployed print letters due t-letter module in the cycle? > When I use recursion, then an error occurs. > I note that I am going to change the values (from CSV file) in a cycle > (that someone thought that I want to write a few the same letters in > cycle :-) > > here is my example: > > \usemodule[letter] > > \starttext > > \dorecurse{5}{ > \startletter[ > toname={Name}, > toaddress={Address}, > opening={Dear Name,}, > subject={Step by step guide to write a letter}, > closing={Greetings from the Author}] > > Thus, I came to the conclusion ... > > \stopletter > \page > } > > \stoptext > > > Thanx, Jaroslav > > > ___________________________________________________________________________________ > > 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 ___________________________________________________________________________________