diff --git a/.latexmkrc b/.latexmkrc index 2b2d9c9..25ac5d2 100644 --- a/.latexmkrc +++ b/.latexmkrc @@ -1,4 +1,4 @@ $pdf_mode = 1; -@default_files = ('main.tex'); +@default_files = ('thesis.tex'); $clean_ext = "bbl run.xml" diff --git a/00_First_Page.tex b/Sections/00_First_Page.tex similarity index 100% rename from 00_First_Page.tex rename to Sections/00_First_Page.tex diff --git a/10_Introduction.tex b/Sections/10_Introduction.tex similarity index 100% rename from 10_Introduction.tex rename to Sections/10_Introduction.tex diff --git a/20_Previous_Research.tex b/Sections/20_Previous_Research.tex similarity index 100% rename from 20_Previous_Research.tex rename to Sections/20_Previous_Research.tex diff --git a/30_Gaussian_Processes_Background.tex b/Sections/30_Gaussian_Processes_Background.tex similarity index 100% rename from 30_Gaussian_Processes_Background.tex rename to Sections/30_Gaussian_Processes_Background.tex diff --git a/40_CARNOT_model.tex b/Sections/40_CARNOT_model.tex similarity index 100% rename from 40_CARNOT_model.tex rename to Sections/40_CARNOT_model.tex diff --git a/50_Choice_of_Hyperparameters.tex b/Sections/50_Choice_of_Hyperparameters.tex similarity index 100% rename from 50_Choice_of_Hyperparameters.tex rename to Sections/50_Choice_of_Hyperparameters.tex diff --git a/60_The_MPC_Problem.tex b/Sections/60_The_MPC_Problem.tex similarity index 100% rename from 60_The_MPC_Problem.tex rename to Sections/60_The_MPC_Problem.tex diff --git a/70_Implementation.tex b/Sections/70_Implementation.tex similarity index 100% rename from 70_Implementation.tex rename to Sections/70_Implementation.tex diff --git a/80_Results.tex b/Sections/80_Results.tex similarity index 100% rename from 80_Results.tex rename to Sections/80_Results.tex diff --git a/90_Conclusion.tex b/Sections/90_Conclusion.tex similarity index 100% rename from 90_Conclusion.tex rename to Sections/90_Conclusion.tex diff --git a/90_Further_Research.tex b/Sections/90_Further_Research.tex similarity index 100% rename from 90_Further_Research.tex rename to Sections/90_Further_Research.tex diff --git a/95_Conclusion.tex b/Sections/95_Conclusion.tex similarity index 100% rename from 95_Conclusion.tex rename to Sections/95_Conclusion.tex diff --git a/99A_GP_hyperparameters_validation.tex b/Sections/99A_GP_hyperparameters_validation.tex similarity index 100% rename from 99A_GP_hyperparameters_validation.tex rename to Sections/99A_GP_hyperparameters_validation.tex diff --git a/99C_hyperparameters_results.tex b/Sections/99C_hyperparameters_results.tex similarity index 100% rename from 99C_hyperparameters_results.tex rename to Sections/99C_hyperparameters_results.tex diff --git a/main.tex b/thesis.tex similarity index 87% rename from main.tex rename to thesis.tex index 28ed331..b7ad1b7 100644 --- a/main.tex +++ b/thesis.tex @@ -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}