dipl/Diplomschrift.tex

24 lines
343 B
TeX
Raw Normal View History

2019-12-10 15:32:02 +01:00
\documentclass[a4paper,10pt]{article}
\input{preamble.tex}
\usepackage{subfiles}
\begin{document}
2020-02-28 18:35:10 +01:00
\titleformat{\part}[display]
{\Huge\scshape\filright}
{\partname~\thepart:}
{20pt}
{\makeatother}
2019-12-10 15:32:02 +01:00
\tableofcontents
\let\tableofcontents\relax
\newpage
\subfile{vhdl_intro/vhdl_intro.tex}
2020-02-28 18:35:10 +01:00
\printbibliography
2019-12-10 15:32:02 +01:00
\end{document}