Replace acro with a simpler description list

This commit is contained in:
2024-04-16 20:54:20 +02:00
parent b1a2b364e2
commit da1193acfe
2 changed files with 6 additions and 14 deletions

View File

@@ -1,12 +1,7 @@
\chapterstartoc{List of Acronyms} \chapterstartoc{List of Acronyms}
\label{ch:acronyms} \label{ch:acronyms}
\acsetup{format/short=\normalfont\bfseries} \begin{description}[font=\normalfont\bfseries]
\printacronyms[% \item[AR] Augmented Reality
heading=none,% \item[VR] Virtual Reality
pages={% \end{description}
display=first%
},
]
\acsetup{format/short=\normalfont}

View File

@@ -3,11 +3,6 @@
\geometry{inner=30mm, outer=25mm, top=30mm, bottom=25mm} \geometry{inner=30mm, outer=25mm, top=30mm, bottom=25mm}
%% Content %% 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 \usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography
\addbibresource{references.bib} \addbibresource{references.bib}
\AtEveryBibitem{% Remove some fields from bibliography \AtEveryBibitem{% Remove some fields from bibliography
@@ -21,6 +16,8 @@
\let\bibcloseparen=\bibclosebracket% \let\bibcloseparen=\bibclosebracket%
} }
\usepackage{enumitem} % Customise lists
\usepackage{etoc} % Local table of contents \usepackage{etoc} % Local table of contents
\hypersetup{ % Hyperlinks \hypersetup{ % Hyperlinks