Setup acronyms
This commit is contained in:
@@ -1,2 +1,12 @@
|
|||||||
\chapterstartoc{List of Acronyms}
|
\chapterstartoc{List of Acronyms}
|
||||||
\label{ch:acronyms}
|
\label{ch:acronyms}
|
||||||
|
|
||||||
|
\acsetup{format/short=\normalfont\bfseries}
|
||||||
|
\printacronyms[%
|
||||||
|
heading=none,%
|
||||||
|
pages={%
|
||||||
|
display=first%
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
|
\acsetup{format/short=\normalfont}
|
||||||
@@ -19,5 +19,5 @@ Compile `main.tex` using either `pdflatex` with `biblatex` or `lualatex` (recomm
|
|||||||
You may need to install the following packages:
|
You may need to install the following packages:
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|||||||
5
main.tex
5
main.tex
@@ -3,6 +3,11 @@
|
|||||||
\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}
|
\usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex}
|
||||||
\addbibresource{references.bib}
|
\addbibresource{references.bib}
|
||||||
\AtEveryBibitem{% Remove some fields from bibliography
|
\AtEveryBibitem{% Remove some fields from bibliography
|
||||||
|
|||||||
Reference in New Issue
Block a user