Replace acro with a simpler description list
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
\chapterstartoc{List of Acronyms}
|
\chapterstartoc{List of Acronyms}
|
||||||
\label{ch:acronyms}
|
\label{ch:acronyms}
|
||||||
|
|
||||||
\acsetup{format/short=\normalfont\bfseries}
|
\begin{description}[font=\normalfont\bfseries]
|
||||||
\printacronyms[%
|
\item[AR] Augmented Reality
|
||||||
heading=none,%
|
\item[VR] Virtual Reality
|
||||||
pages={%
|
\end{description}
|
||||||
display=first%
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
\acsetup{format/short=\normalfont}
|
|
||||||
7
main.tex
7
main.tex
@@ -3,11 +3,6 @@
|
|||||||
\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} % Bibliography
|
\usepackage[backend=biber, backref=true, doi=false, style=authoryear]{biblatex} % Bibliography
|
||||||
\addbibresource{references.bib}
|
\addbibresource{references.bib}
|
||||||
\AtEveryBibitem{% Remove some fields from bibliography
|
\AtEveryBibitem{% Remove some fields from bibliography
|
||||||
@@ -21,6 +16,8 @@
|
|||||||
\let\bibcloseparen=\bibclosebracket%
|
\let\bibcloseparen=\bibclosebracket%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\usepackage{enumitem} % Customise lists
|
||||||
|
|
||||||
\usepackage{etoc} % Local table of contents
|
\usepackage{etoc} % Local table of contents
|
||||||
|
|
||||||
\hypersetup{ % Hyperlinks
|
\hypersetup{ % Hyperlinks
|
||||||
|
|||||||
Reference in New Issue
Block a user