tudace/tuda_latex_templates

Letter template broken?

Closed this issue · 3 comments

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}

is the attached picture without bar on top. Is it just me?
Bildschirmfoto 2024-10-21 um 13 41 16

Nope. It's a bug in scrletter. I am on this already.

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.)

The fixed version of koma-script is now available via CTAN and should now be synced to all mirrors.