Defined base structure of document
This commit is contained in:
parent
32b58ea587
commit
524074b2e2
14 changed files with 130 additions and 4 deletions
13
main.tex
13
main.tex
|
@ -19,6 +19,8 @@
|
|||
\usepackage{csquotes} % Removes a compilation warning
|
||||
\usepackage{changepage}
|
||||
|
||||
\usepackage{lipsum}
|
||||
|
||||
%SI Package
|
||||
\usepackage[binary-units=true]{siunitx}
|
||||
%\sisetup{group-separator = \text{\,}}
|
||||
|
@ -102,5 +104,14 @@
|
|||
\tableofcontents
|
||||
\clearpage
|
||||
|
||||
\input{01_Introduction.tex}
|
||||
\input{10_Introduction.tex}
|
||||
\input{20_Previous_Research.tex}
|
||||
\input{30_Gaussian_Processes_Background.tex}
|
||||
\input{40_CARNOT_model.tex}
|
||||
\input{50_Choice_of_Hyperparameters.tex}
|
||||
\input{60_The_MPC_Problem.tex}
|
||||
\input{70_Implementation.tex}
|
||||
\input{80_Results.tex}
|
||||
\input{90_Further_Research.tex}
|
||||
\input{95_Conclusion.tex}
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue