More work on thesis report
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1168270444
commit
bb50116cbe
13 changed files with 179 additions and 131 deletions
|
@ -14,6 +14,8 @@
|
|||
pdfusetitle,
|
||||
]{hyperref}
|
||||
|
||||
\usepackage{pdfpages}
|
||||
|
||||
\usepackage{bytefield}
|
||||
|
||||
\usepackage{tabularray}
|
||||
|
@ -84,6 +86,8 @@
|
|||
\input{09_future_work.tex}
|
||||
\input{10_project_management.tex}
|
||||
|
||||
\declarationOfAuthorship
|
||||
|
||||
\cleardoublepage
|
||||
\begingroup
|
||||
\raggedright
|
||||
|
@ -99,5 +103,10 @@
|
|||
\listoftables
|
||||
|
||||
\appendix
|
||||
\chapter{First appendix Chapter}
|
||||
\chapter{Task Description}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includepdf[pages=-, scale=.75, offset=-30 -50]{appendix/task_description.pdf}
|
||||
\end{figure}
|
||||
|
||||
\end{document}
|
||||
|
|
Reference in a new issue