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