2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 15:57:57 +02:00
LaTeX-examples/documents/bachelor-thesis-kit/README.md

11 lines
495 B
Markdown
Raw Normal View History

2014-05-25 16:01:47 +02:00
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}`.