Remove background folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
\chapter*{List of Acronyms}
|
||||
\label{acronyms}
|
||||
|
||||
\renewcommand{\glossarysection}[2][]{} % Remove the title of the glossary
|
||||
|
||||
{
|
||||
\hypersetup{linkcolor=black}
|
||||
\printnoidxglossary
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
\pdfbookmark[chapter]{Back Cover}{backcover}
|
||||
\includepdf[pages={2}]{../covers.pdf}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
\singlespacing
|
||||
\printbibliography[heading=bibliography]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
\begin{listof}
|
||||
\renewcommand{\listfigurename}{\textsf{List of Figures}}
|
||||
\listoffigures
|
||||
\end{listof}
|
||||
@@ -0,0 +1,4 @@
|
||||
\begin{listof}
|
||||
\renewcommand{\listtablename}{\textsf{List of Tables}}
|
||||
\listoftables
|
||||
\end{listof}
|
||||
Reference in New Issue
Block a user