From da1193acfe17026998974ccaa05036160664b17a Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Apr 2024 20:54:20 +0200 Subject: [PATCH] Replace acro with a simpler description list --- 01-front/acronyms.tex | 13 ++++--------- main.tex | 7 ++----- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/01-front/acronyms.tex b/01-front/acronyms.tex index fcd68a0..ead96ed 100644 --- a/01-front/acronyms.tex +++ b/01-front/acronyms.tex @@ -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} \ No newline at end of file +\begin{description}[font=\normalfont\bfseries] + \item[AR] Augmented Reality + \item[VR] Virtual Reality +\end{description} \ No newline at end of file diff --git a/main.tex b/main.tex index c6d4f84..f87ddd3 100644 --- a/main.tex +++ b/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