Replace acro with a simpler description list
This commit is contained in:
7
main.tex
7
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
|
||||
|
||||
Reference in New Issue
Block a user