This commit is contained in:
elvis
2025-11-18 21:00:04 +01:00
parent f4deb59180
commit c0e68adfd7
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -76,6 +76,7 @@
\usepackage{makecell} %% for multiple lines in cell of table \usepackage{makecell} %% for multiple lines in cell of table
\usepackage{cancel} \usepackage{cancel}
\usepackage{pgfornament} %% ornaments \usepackage{pgfornament} %% ornaments
\usepackage{makeidx}
%% load last %% load last
\usepackage[hidelinks]{hyperref} %% links for table of contents, load last \usepackage[hidelinks]{hyperref} %% links for table of contents, load last
@ -249,10 +250,14 @@
} }
\date{\today} \date{\today}
\makeindex
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% %% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%
\begin{document} \begin{document}
\tableofcontents
\input{introduction} \input{introduction}
\input{background} \input{background}
\input{design} \input{design}