i downloaded this TeX example to begin with the documentation of my thesis. I changed nothing and tried to compile it. But i got this error on line 41 and there is only this comment. % Paket für Boxen im Text
Asked
Active
Viewed 394 times
1
\usepackage{ngerman}(inHauptdatei.tex) has been superseded by\usepackage[ngerman]{babel}(which is also loaded immediately afterwards) many moons ago and I have seen it cause trouble in complex documents. So you should get rid of\usepackage{ngerman}.fancyhdrwith KOMA script classes is usually not a great idea. With KOMA classes you can usescrlayer-scrpage. These empty\section*{ }also look very suspicious to me. – moewe Jun 07 '18 at 07:11\usepackage{ngerman}almost lets me compile the code. I now get a! Class scrartcl Error: undefined old font command\tt'.because the example uses\ttwhich has been deprecated for more than 20 years (https://www.tex.ac.uk/FAQ-2letterfontcmd.html) now. If I replace the\ttby\ttfamily` everything works as expected. – moewe Jun 07 '18 at 07:19