commit f46e805fa3652f88e92bb5584c7f00837f2c1673 parent 65b85e63383c38d163b267ea16f4b1c7039e22cb Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch> Date: Sat, 27 Apr 2024 22:40:28 +0200 [doc] small changes Diffstat:
| M | doc/thesis/thesis.tex | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/thesis/thesis.tex b/doc/thesis/thesis.tex @@ -11,16 +11,16 @@ \maketitle -\include{chapters/intro/abstract} +\input{chapters/intro/abstract} \tableofcontents \chapter{Introduction} -\include{chapters/intro/introduction} +\input{chapters/intro/introduction} \chapter{Protocol} -\include{chapters/protocol/definitions} -\include{chapters/protocol/details} +\input{chapters/protocol/definitions} +\input{chapters/protocol/details} \bibliography{bibliography} \addcontentsline{toc}{chapter}{Bibliography}