Add current notes
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
93dfeb443b
commit
ba31c18091
7 changed files with 71 additions and 7 deletions
|
@ -25,6 +25,8 @@
|
|||
% Add space between paragraphs
|
||||
\usepackage{parskip}
|
||||
|
||||
\graphicspath{ {documentation/thesis/assets/} }
|
||||
|
||||
\usepackage{pgfgantt}
|
||||
\usepackage{rotating}
|
||||
|
||||
|
@ -60,7 +62,7 @@
|
|||
|
||||
\input{01_introduction.tex}
|
||||
\input{02_preliminaries.tex}
|
||||
\input{03_persona.tex}
|
||||
\input{03_personas_use_cases.tex}
|
||||
\input{04_requirements.tex}
|
||||
\input{05_solution.tex}
|
||||
\input{06_testing.tex}
|
||||
|
@ -70,7 +72,7 @@
|
|||
\input{10_project_management.tex}
|
||||
|
||||
\cleardoublepage
|
||||
\bibliographystyle{plainurl}
|
||||
\bibliographystyle{plainurl}
|
||||
\bibliography{thesis}
|
||||
|
||||
\appendix
|
||||
|
|
Reference in a new issue