Folder restructure
This commit is contained in:
parent
c2a857a0e8
commit
ffabe92245
16 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
$pdf_mode = 1;
|
||||
@default_files = ('main.tex');
|
||||
@default_files = ('thesis.tex');
|
||||
|
||||
$clean_ext = "bbl run.xml"
|
||||
|
|
|
@ -121,7 +121,7 @@ Model Predictive Control of Buildings}
|
|||
\begin{document}
|
||||
\selectlanguage{english}
|
||||
|
||||
\input{00_First_Page.tex}
|
||||
\input{Sections/00_First_Page.tex}
|
||||
|
||||
\tableofcontents
|
||||
\clearpage
|
||||
|
@ -129,16 +129,16 @@ Model Predictive Control of Buildings}
|
|||
\printnoidxglossary[type=\acronymtype]
|
||||
\clearpage
|
||||
|
||||
\input{10_Introduction.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_Conclusion.tex}
|
||||
\input{Sections/10_Introduction.tex}
|
||||
\input{Sections/30_Gaussian_Processes_Background.tex}
|
||||
\input{Sections/40_CARNOT_model.tex}
|
||||
\input{Sections/50_Choice_of_Hyperparameters.tex}
|
||||
\input{Sections/60_The_MPC_Problem.tex}
|
||||
\input{Sections/70_Implementation.tex}
|
||||
\input{Sections/80_Results.tex}
|
||||
\input{Sections/90_Conclusion.tex}
|
||||
\printbibliography[heading=bibintoc]
|
||||
\appendix
|
||||
\input{99A_GP_hyperparameters_validation.tex}
|
||||
\input{99C_hyperparameters_results.tex}
|
||||
\input{Sections/99A_GP_hyperparameters_validation.tex}
|
||||
\input{Sections/99C_hyperparameters_results.tex}
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue