Changed abbreviation list style and added toc entry
This commit is contained in:
parent
b5c5140582
commit
9ad8f3d5fe
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user