Remove background folder
This commit is contained in:
9
6-back/acronyms.tex
Normal file
9
6-back/acronyms.tex
Normal 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
2
6-back/backcover.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\pdfbookmark[chapter]{Back Cover}{backcover}
|
||||
\includepdf[pages={2}]{../covers.pdf}
|
||||
4
6-back/bibliography.tex
Normal file
4
6-back/bibliography.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
\singlespacing
|
||||
\printbibliography[heading=bibliography]
|
||||
}
|
||||
4
6-back/figures.tex
Normal file
4
6-back/figures.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
\begin{listof}
|
||||
\renewcommand{\listfigurename}{\textsf{List of Figures}}
|
||||
\listoffigures
|
||||
\end{listof}
|
||||
4
6-back/tables.tex
Normal file
4
6-back/tables.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
\begin{listof}
|
||||
\renewcommand{\listtablename}{\textsf{List of Tables}}
|
||||
\listoftables
|
||||
\end{listof}
|
||||
Reference in New Issue
Block a user