mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
495 B
495 B
I think I may not add this to my repository. So please have a look at
Problems
There seems to be a problem that \section
does not compile.
This seems to be a problem of the latest version of koma scripts.
It happens with \pagestyle{headings}
.
You can eventually get rid of it by adding \usepackage{scrpage2}
to
your preamble and set \pagestyle{scrheadings}
.