mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 15:57:57 +02:00
11 lines
495 B
Markdown
11 lines
495 B
Markdown
|
I think I may not add this to my repository. So please have a look at
|
||
|
|
||
|
* [www.math.kit.edu/...](http://www.math.kit.edu/lehre/seite/bachmastarbeiten/de#Latexvorlage%20f%C3%BCr%20Bachelorarbeit)
|
||
|
|
||
|
## 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}`.
|