Replace acro with a simpler description list
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
\chapterstartoc{List of Acronyms}
|
||||
\label{ch:acronyms}
|
||||
|
||||
\acsetup{format/short=\normalfont\bfseries}
|
||||
\printacronyms[%
|
||||
heading=none,%
|
||||
pages={%
|
||||
display=first%
|
||||
},
|
||||
]
|
||||
|
||||
\acsetup{format/short=\normalfont}
|
||||
\begin{description}[font=\normalfont\bfseries]
|
||||
\item[AR] Augmented Reality
|
||||
\item[VR] Virtual Reality
|
||||
\end{description}
|
||||
7
main.tex
7
main.tex
@@ -3,11 +3,6 @@
|
||||
\geometry{inner=30mm, outer=25mm, top=30mm, bottom=25mm}
|
||||
|
||||
%% Content
|
||||
\usepackage{acro} % Manage acronyms
|
||||
\newcommand{\acronym}[2]{\DeclareAcronym{#1}{short=#1, long=#2}}
|
||||
\acronym{AR}{Augmented Reality}
|
||||
\acronym{VR}{Virtual Reality}
|
||||
|
||||
\usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography
|
||||
\addbibresource{references.bib}
|
||||
\AtEveryBibitem{% Remove some fields from bibliography
|
||||
@@ -21,6 +16,8 @@
|
||||
\let\bibcloseparen=\bibclosebracket%
|
||||
}
|
||||
|
||||
\usepackage{enumitem} % Customise lists
|
||||
|
||||
\usepackage{etoc} % Local table of contents
|
||||
|
||||
\hypersetup{ % Hyperlinks
|
||||
|
||||
Reference in New Issue
Block a user