Setup acronyms

This commit is contained in:
2024-04-15 18:52:17 +02:00
parent a83de13409
commit 848a9c1f75
3 changed files with 16 additions and 1 deletions

View File

@@ -1,2 +1,12 @@
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}
\acsetup{format/short=\normalfont\bfseries}
\printacronyms[%
heading=none,%
pages={%
display=first%
},
]
\acsetup{format/short=\normalfont}

View File

@@ -19,5 +19,5 @@ Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recomm
You may need to install the following packages:
```bash
tlmgr install titlesec sauerj abstract sectsty shorttoc comment wallpaper epigraph nextpage
tlmgr install titlesec sauerj abstract sectsty shorttoc comment wallpaper epigraph nextpage acro ebgaramond
```

View File

@@ -3,6 +3,11 @@
\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}
\addbibresource{references.bib}
\AtEveryBibitem{% Remove some fields from bibliography