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
___________________________________________________________________________________

Reply via email to