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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to