\@recipientname
and \@recipientaddress
to be empty or undefined?I’ve edited lines 287-288 of
moderstyleclassic.sty
to readCode: Select all
\ifthenelse{\isundefined{\@recipientname}}{\\}{\bfseries\upshape\@recipientname}\\%
\ifthenelse{\isundefined{\@recipientaddress}}{\\}{\@recipientaddress}%
Richie