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