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 \makeatother
\usepackage{acro} \usepackage{acro}
\usepackage{longtable}
\usepackage{mfirstuc} \usepackage{mfirstuc}
\acsetup{ % Capitalize the first character of every word \acsetup{
uppercase/list, uppercase/list,
make-links, make-links,
format/first-long=\itshape, format/first-long=\itshape,
list/template = longtable,
list/name = List of Abbreviations,
} }
\usepackage{caption} \usepackage{caption}
@ -220,10 +223,15 @@
% %
\appendix \appendix
%\listoffigures %\listoffigures
%\listoftables %\listoftables
%\include{abbreviations}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{List of Abbreviations}
\printacronyms \printacronyms
\printbibliography[heading=bibintoc] \printbibliography[heading=bibintoc]
\end{document} \end{document}