summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-10 21:41:05 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-10 21:41:05 +0200
commitb6202a785ce486531826d23999971712c512c785 (patch)
tree346cc89f739dfa13e16a45bb2ec040512a36a4a4 /main.tex
parentefed2f678137467b6d317c61b88494979ed49109 (diff)
feat: changed the TOC and added the preamble
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex14
1 files changed, 4 insertions, 10 deletions
diff --git a/main.tex b/main.tex
index 55b080f..5ffe825 100644
--- a/main.tex
+++ b/main.tex
@@ -4,16 +4,10 @@
\begin{document}
\input{style/first-page}
-%\input{content/preamble/abstract}
-%\input{content/preamble/dedication}
-%\input{content/preamble/acknowledgement}
-\setcounter{secnumdepth}{3}
-\setcounter{tocdepth}{3}
-\tableofcontents
-\newpage
-%\listoffigures
-%\listoftables
-
+\input{content/preamble/abstract}
+\input{content/preamble/acknowledgement}
+\input{content/preamble/dedication}
+\input{style/toc}
\input{content/intro}
\input{content/background}
\input{content/design}