11 Nov
2024
11 Nov
'24
1:46 p.m.
Dear all, using this example below from 2019 to make a serial letter I get three pages. The second letter is split on page 2 and 3. Are there any new approaches to make serial letters? TIA juh Am 09.04.19 um 21:38 schrieb Wolfgang Schuster:
\usemodule[letter]
\setuplettersection [opening] [alternative=setups]
\startsetups [letter:section:opening] \doifelse{\getvariable{address}{sex}}{male} {Dear Sir,} {Dear Madam,} \stopsetups
\setvariable{address}{set}{\placeletter}
\starttext
\startlettercontent \unknown \stoplettercontent
\setvariables [address] [name=John, sex=male]
\setvariables [address] [name=Anna, sex=female]
\stoptext