dipl/Diplomschrift.tex

26 lines
389 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-03-01 17:13:51 +01:00
\subfile{soc/soc.tex}
\subfile{core/core.tex}
2019-12-10 15:32:02 +01:00
2020-02-28 18:35:10 +01:00
\printbibliography
2019-12-10 15:32:02 +01:00
\end{document}