Added title page
Added title page in new .tex file which will give us more freedom for title page creation
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
|
||||||
% add bibliography to TOC
|
% add bibliography to TOC
|
||||||
\usepackage{tocbibind}
|
\usepackage{tocbibind}
|
||||||
@@ -37,14 +38,10 @@
|
|||||||
\fancyfoot[L]{J. Reinert}
|
\fancyfoot[L]{J. Reinert}
|
||||||
\fancyfoot[R]{\today}
|
\fancyfoot[R]{\today}
|
||||||
|
|
||||||
% Article stuff
|
|
||||||
\title{Abschlussdokumentation IHK}
|
|
||||||
\author{Johannes Reinert}
|
|
||||||
\date{\today}
|
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
|
||||||
|
\input{title_page}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
@@ -52,16 +49,16 @@
|
|||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\section{Einleitung}
|
\section{Einleitung}
|
||||||
\lipsum{1}
|
\lipsum{}
|
||||||
\subsection{Punkt 1}
|
\subsection{Punkt 1}
|
||||||
|
|
||||||
Testing the citation \cite{test} tool.
|
Testing the citation \cite{test} tool.
|
||||||
|
|
||||||
\section{Projektbeschreibung}
|
\section{Projektbeschreibung}
|
||||||
\lipsum{2}
|
\lipsum{}
|
||||||
|
|
||||||
\section{Projektplanung}
|
\section{Projektplanung}
|
||||||
\lipsum{3}
|
\lipsum{}
|
||||||
|
|
||||||
\section{Projektdurchführung}
|
\section{Projektdurchführung}
|
||||||
|
|
||||||
@@ -71,8 +68,6 @@ Testing the citation \cite{test} tool.
|
|||||||
|
|
||||||
\subsection{Glossar}
|
\subsection{Glossar}
|
||||||
\begin{tabularx}{\textwidth}{
|
\begin{tabularx}{\textwidth}{
|
||||||
%|| >{\raggedright\arraybackslash}X
|
|
||||||
%| >{\raggedright\arraybackslash} X || }
|
|
||||||
|| X | X ||}
|
|| X | X ||}
|
||||||
\hline
|
\hline
|
||||||
|
|
||||||
@@ -85,7 +80,7 @@ Testing the citation \cite{test} tool.
|
|||||||
|
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
\subsection{Bibliographie}
|
%\subsection{Bibliographie}
|
||||||
\printbibliography
|
\printbibliography[heading=bibintoc]
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 175 KiB |
@@ -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}
|
||||||
Reference in New Issue
Block a user