Letter template broken?
Closed this issue · 3 comments
schoeps commented
I recently updated my texlive installation and the result of
\documentclass[paper=a4,accentcolor=3d,premium=true,]{tudaletter}
\begin{document}
\begin{letter}{}
\setkomavar{subject}{Betreff}
\opening{Sehr geehrte Damen und Herren,}
dies und das.
\closing{Mit freundlichen Grüßen}
\end{letter}
\end{document}
TeXhackse commented
Nope. It's a bug in scrletter. I am on this already.
TeXhackse commented
I fixed it in KOMA-Script but idk how long it will take to get a release there. I requested one.
edit: simplify workaround based on suggestion in the KOMA-Script ticket (https://sourceforge.net/p/koma-script/tickets/76/#)
As a workaround you can add
\KOMAoptions{fromalign=false}
before \begin{document}
(before \opening
, would be enough, but this is the better variant.)
TeXhackse commented
The fixed version of koma-script is now available via CTAN and should now be synced to all mirrors.