phd/src/main.tex

40 lines
564 B
TeX
Raw Normal View History

2019-09-13 17:47:40 +02:00
\documentclass[
bibliography=totoc,
headings=big,
captions=tableheading,
chapterprefix=true% like in standard class "report"
]{scrbook}
2019-06-17 17:15:12 +02:00
\usepackage{commands}
2019-08-27 10:46:00 +02:00
\usepackage{listings}
2019-06-17 17:15:12 +02:00
\usepackage{config}
2019-08-27 10:46:00 +02:00
\usepackage{listing-config}
2019-06-17 17:15:12 +02:00
\begin{document}
2019-09-13 17:47:40 +02:00
\frontmatter
2019-06-17 17:15:12 +02:00
\listoftodos{}
2019-08-29 16:51:42 +02:00
\vspace{2cm}
\copied{}
Text copied from other articles will be in this color
\fresh{}
Text that was freshly written will be in this color
\resetstyle{}
2019-06-17 17:15:12 +02:00
\makeflyleaf{}
2019-09-13 17:47:40 +02:00
\dominitoc{}
2019-06-17 17:15:12 +02:00
\tableofcontents
2019-09-13 17:47:40 +02:00
2019-06-17 17:15:12 +02:00
\input{plan}
\bibliographystyle{plain}
\bibliography{src/bib.bib}
2019-06-17 17:15:12 +02:00
\end{document}