tudscr icon indicating copy to clipboard operation
tudscr copied to clipboard

TUD-Script

Results 23 tudscr issues
Sort by recently updated
recently updated
newest added

`cdfont=normal` should map to Open Sans Regular, not Open Sans Light

enhancement

```latex \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{amsmath} \usepackage{mathtools} % fixes some stuff of amsmath \usepackage{bm} \usepackage{accents} %\usepackage[cdmath=false,cdfont=heavy]{tudscrfonts} \begin{document} $ \tilde{f} \quad \bm{ { \tilde{f} } } $ \end{document} ``` ### With the...

bug
enhancement

MWE: ``` \documentclass{tudscrreprt} \usepackage{mdsymbol} \begin{document} $P \propto f \cdot U^2$ \end{document} ``` Using pdflatex to build pdf. Expected output: ![image](https://user-images.githubusercontent.com/9254869/71811868-09fbea00-3076-11ea-96a4-9c29ca1caacd.png) (Same output as when removing the mdsymbol package) Actual output:...

bug
enhancement

The error arises when inserting a confirmation in a thesis that is marked as a special type (master, bachelor, student, diploma, diss, etc.) using the `\thesis{}` command. Here is a...

bug

```latex \documentclass[cdfont=false]{tudscrbook} \usepackage{iftex} \iftutex \usepackage{fontspec} \else \usepackage[T1]{fontenc} \fi \begin{document} \chapter{Test} \end{document} ```

bug

Hallo, wie bekommt man am einfachsten einen dritten Gutachter in `\referee{ A B \and C D \and E F}` auf das Deckblatt? In MatNat sind in Doktorarbeiten drei Gutachter üblich,...

enhancement
help wanted

The correct English translations are Bachelor's Thesis and Master's Thesis. In case of doubt, feel free to contact the TUD Translation Office, https://tu-dresden.de/dezernat-7 ;).

First draft ```latex \RequirePackage{booktabs,tabu,longtable} \PassOptionsToPackage{acronym,symbols}{glossaries} \AfterPackage*{glossaries}{% \newglossarystyle{acrotabu}{% \renewenvironment{theglossary}{% % \begin{tabu}spread 0pt{@{}lX

Using tudscrreprt with the option `cdmath=false` yields some weird behaviour when using siunitx to fontset numbers, it uses the wrong font. Normally siunitx' option `detect-all` helps to overcome this problem,...

bug

As the title says, there is an issue with inverse searching when CD fonts are activated.