phd/src/main.tex

31 lines
421 B
TeX
Raw Normal View History

2019-06-17 17:15:12 +02:00
\documentclass{book}
\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}
\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{}
\tableofcontents
\input{plan}
\bibliographystyle{plain}
\bibliography{src/bib.bib}
2019-06-17 17:15:12 +02:00
\end{document}