diff --git a/IHK/Abschlussdokumentation.tex b/IHK/Abschlussdokumentation.tex index fb2e1f9..a701463 100644 --- a/IHK/Abschlussdokumentation.tex +++ b/IHK/Abschlussdokumentation.tex @@ -5,6 +5,7 @@ \usepackage{csquotes} \usepackage{tabularx} \usepackage{booktabs} +\usepackage{graphicx} % add bibliography to TOC \usepackage{tocbibind} @@ -37,14 +38,10 @@ \fancyfoot[L]{J. Reinert} \fancyfoot[R]{\today} -% Article stuff -\title{Abschlussdokumentation IHK} -\author{Johannes Reinert} -\date{\today} - - \begin{document} -\maketitle + +\input{title_page} + \newpage \tableofcontents @@ -52,16 +49,16 @@ \newpage \section{Einleitung} -\lipsum{1} +\lipsum{} \subsection{Punkt 1} Testing the citation \cite{test} tool. \section{Projektbeschreibung} -\lipsum{2} +\lipsum{} \section{Projektplanung} -\lipsum{3} +\lipsum{} \section{Projektdurchführung} @@ -71,8 +68,6 @@ Testing the citation \cite{test} tool. \subsection{Glossar} \begin{tabularx}{\textwidth}{ - %|| >{\raggedright\arraybackslash}X - %| >{\raggedright\arraybackslash} X || } || X | X ||} \hline @@ -85,7 +80,7 @@ Testing the citation \cite{test} tool. \end{tabularx} -\subsection{Bibliographie} -\printbibliography +%\subsection{Bibliographie} +\printbibliography[heading=bibintoc] \end{document} \ No newline at end of file diff --git a/IHK/fu_logo.png b/IHK/fu_logo.png new file mode 100644 index 0000000..fc69acf Binary files /dev/null and b/IHK/fu_logo.png differ diff --git a/IHK/title_page.tex b/IHK/title_page.tex new file mode 100644 index 0000000..b9111a9 --- /dev/null +++ b/IHK/title_page.tex @@ -0,0 +1,34 @@ +\begin{titlepage} + \begin{center} + \Huge + \textbf{Abschlussdokumentation IHK} + + \vspace{0.5cm} + \LARGE + Untertitel \\ + \today + + \vspace{1.5cm} + + \textbf{Author Name} \\ + Musterstraße 100 \\ + 1000 Berlin \\ + Identnummer: 000000000 \\ + Prüfungsauschuss: Foo\_auschuss + + \vfill + + Abschlussprüfung \\ + Fachinformatiker für Systemintegration. + + \vspace{0.8cm} + + \includegraphics[width=0.4\textwidth]{fu_logo.png} + + \Large + Freie Universität Berlin\\ + Kaiserswerther Straße 16-18 \\ + 14195 Berlin \\ + + \end{center} +\end{titlepage} \ No newline at end of file