Add latex documentation
This commit is contained in:
parent
0f6d7868d2
commit
bef08d0838
14 changed files with 2575 additions and 0 deletions
30
documentation/titlepage/titlepage.tex
Normal file
30
documentation/titlepage/titlepage.tex
Normal file
|
@ -0,0 +1,30 @@
|
|||
\newcommand{\HRule}[2]{\noindent\rule[#1]{\linewidth}{#2}}
|
||||
\newcommand{\vlinespace}[1]{\vspace*{#1\baselineskip}}
|
||||
\newcommand{\titleemph}[1]{\textbf{#1}}
|
||||
\begin{titlepage}
|
||||
\sffamily
|
||||
\hfill
|
||||
\includegraphics[width=5cm]{hs-esslingen}
|
||||
\HRule{13pt}{1pt}
|
||||
\centering
|
||||
\Large
|
||||
\vlinespace{5}\\
|
||||
Student research project\\
|
||||
\huge
|
||||
\textbf{IoT Firewall\\for ESP8266/ESP32}\\
|
||||
\Large
|
||||
\vlinespace{5}
|
||||
Software Engineering course\\
|
||||
of the Faculty of Information Technology\\
|
||||
in the 6th semester\\
|
||||
\vlinespace{6}
|
||||
\huge
|
||||
\textbf{Florian Hoss}\\
|
||||
\Large
|
||||
\vfill
|
||||
\raggedright{}
|
||||
\HRule{13pt}{1pt} \\
|
||||
\titleemph{Git:} \href{https://github.com/flohoss/esp8266\_firewall\_api}{https://github.com/flohoss/esp8266\_firewall\_api} \\
|
||||
\titleemph{Git:} \href{https://github.com/flohoss/esp32\_firewall\_api}{https://github.com/flohoss/esp32\_firewall\_api} \\
|
||||
\titleemph{Professor:} Prof. Dr. rer. nat. Tobias Heer
|
||||
\end{titlepage}
|
Reference in a new issue