diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-10 21:41:05 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-10 21:41:05 +0200 |
| commit | b6202a785ce486531826d23999971712c512c785 (patch) | |
| tree | 346cc89f739dfa13e16a45bb2ec040512a36a4a4 /main.tex | |
| parent | efed2f678137467b6d317c61b88494979ed49109 (diff) | |
feat: changed the TOC and added the preamble
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -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} |
