tudace / tuda_latex_templates

LaTeX Templates for TU Darmstadt
LaTeX Project Public License v1.3c
214 stars 71 forks source link

Letter template broken? #487

Closed schoeps closed 1 month ago

schoeps commented 1 month ago

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
TeXhackse commented 1 month ago

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

TeXhackse commented 1 month ago

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 1 month ago

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