diff --git a/01-front/acronyms.tex b/01-front/acronyms.tex index 4a62549..fcd68a0 100644 --- a/01-front/acronyms.tex +++ b/01-front/acronyms.tex @@ -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} \ No newline at end of file diff --git a/README.md b/README.md index 5cd3c36..c669591 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/main.tex b/main.tex index 5424a5b..eea27cf 100644 --- a/main.tex +++ b/main.tex @@ -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