diff options
Diffstat (limited to 'all.tex')
-rw-r--r-- | all.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/all.tex b/all.tex index a87213e..12219e2 100644 --- a/all.tex +++ b/all.tex @@ -19,6 +19,7 @@ \usepackage{graphicx} \usepackage{glossaries} \usepackage{pdfpages} +\usepackage{setspace} \usepackage{siunitx} \usepackage[skip=-1ex]{subcaption} \usepackage{tikz} @@ -92,12 +93,14 @@ \include{abstract.tex} \blankpage -\renewcommand{\contentsname}{\hfill\Large Contents\hfill} -\tableofcontents{} -\thispagestyle{empty} -\clearpage -\renewcommand{\listfigurename}{\hfill\Large List of Figures\hfill} -{\captionsetup{subrefformat=none}\listoffigures{}} +\begin{spacing}{1} + \renewcommand{\contentsname}{\hfill\Large Contents\hfill} + \tableofcontents{} + \thispagestyle{empty} + \clearpage + \renewcommand{\listfigurename}{\hfill\Large List of Figures\hfill} + {\captionsetup{subrefformat=none}\listoffigures{}} +\end{spacing} \thispagestyle{empty} \clearpage \renewcommand{\glossaryname}{\hfill\Large Technical Terms |