From 9ad8f3d5fe231125c8d8497b47c3585c7d375a34 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Fri, 17 Feb 2023 00:31:19 +0100 Subject: [PATCH] Changed abbreviation list style and added toc entry --- latex/thesis/thesis.tex | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/latex/thesis/thesis.tex b/latex/thesis/thesis.tex index 1021316..3a32a0e 100644 --- a/latex/thesis/thesis.tex +++ b/latex/thesis/thesis.tex @@ -64,11 +64,14 @@ \makeatother \usepackage{acro} +\usepackage{longtable} \usepackage{mfirstuc} -\acsetup{ % Capitalize the first character of every word +\acsetup{ uppercase/list, make-links, format/first-long=\itshape, + list/template = longtable, + list/name = List of Abbreviations, } \usepackage{caption} @@ -220,10 +223,15 @@ % \appendix + %\listoffigures %\listoftables - %\include{abbreviations} + + \cleardoublepage + \phantomsection + \addcontentsline{toc}{chapter}{List of Abbreviations} \printacronyms + \printbibliography[heading=bibintoc] \end{document}