Changed abbreviation list style and added toc entry

This commit is contained in:
Andreas Tsouchlos 2023-02-17 00:31:19 +01:00
parent b5c5140582
commit 9ad8f3d5fe

View File

@ -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}