Falk Hanisch

Results 102 comments of Falk Hanisch

I will add it to my list of TODOs but unfortunately, I do not have any time to work on package `svg`. Actually, there are some changes in the pipeline...

Just use ```latex \addtokomafont{titlepage}{\rmfamily} \addtokomafont{author}{\rmfamily} ``` after `\begin{document}`. Since you have deactivated OpenSans with `cdfont=false` all the other settings with `\addtokomafont{...}{...}` are actually not necessary.

Exactly. This is one of many items on my ToDo list. As `tudscr` does a lot for font selection and tries to derive settings from other font packages, all settings...

Well, that's kind of tricky. Package `mdsymbol` redeclares some default symbol fonts in an incompatible manner. For you particular problem you could do something like ```tex \documentclass{tudscrreprt} \let\savedpropto\propto \let\savedcdot\cdot \usepackage{mdsymbol}...

Unfortunately not. This is something, I will have to do by hand :(

Dealing with all the font stuff, especially with math alphabets is really a torture. Do you have a real need for package `accents` and so an urgent issue or is...

Using `\thesis{master}` after `\begin{document}` should work. I will try to find out, why this occurs. ```latex \documentclass[english]{tudscrbook} \usepackage{babel} \begin{document} \thesis{master} \date{\today} \begin{declarations} \confirmation \end{declarations} \end{document} ```

You could either remove class option `ddcfoot=color` and use `\maketitle[ddcfoot=color]` or just set `\renewcommand*\partpagestyle{plain}`

Eine Vorlage für Briefe fehlt in der Tat. Allerdings arbeite ich gerade an einem Paket für das Erstellen von Postern, welches die Klassen tudposter.cls und tudmathposter.cls ersetzen soll. Sobald ich...

Tatsächlich schlummert die Posterklasse `tudscrposter` schon im Hintergrund. Allerdings wird diese, wenn überhaupt, erst mit der Version v2.05 veröffentlicht, da die Klasse noch nicht dokumentiert ist. Des Weiteren wollte ich...