Remove background folder

This commit is contained in:
2024-10-18 17:51:39 +02:00
parent c88bf3c6c1
commit 1d18d2cecf
365 changed files with 17 additions and 17 deletions

9
6-back/acronyms.tex Normal file
View File

@@ -0,0 +1,9 @@
\chapter*{List of Acronyms}
\label{acronyms}
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
{
\hypersetup{linkcolor=black}
\printnoidxglossary
}

2
6-back/backcover.tex Normal file
View File

@@ -0,0 +1,2 @@
\pdfbookmark[chapter]{Back Cover}{backcover}
\includepdf[pages={2}]{../covers.pdf}

4
6-back/bibliography.tex Normal file
View File

@@ -0,0 +1,4 @@
{
\singlespacing
\printbibliography[heading=bibliography]
}

4
6-back/figures.tex Normal file
View File

@@ -0,0 +1,4 @@
\begin{listof}
\renewcommand{\listfigurename}{\textsf{List of Figures}}
\listoffigures
\end{listof}

4
6-back/tables.tex Normal file
View File

@@ -0,0 +1,4 @@
\begin{listof}
\renewcommand{\listtablename}{\textsf{List of Tables}}
\listoftables
\end{listof}