Add glossary and accronyms

This commit is contained in:
2021-05-19 17:32:47 +02:00
parent adba6ed48d
commit faf652e62e
6 changed files with 148 additions and 55 deletions

21
config_extra.tex Normal file
View File

@@ -0,0 +1,21 @@
% Bibliography
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
hyperref=true, % activate hyperref support
backref=true, % activate backrefs
isbn=false, % don't show isbn tags
url=false, % don't show url tags
doi=false, % don't show doi tags
urldate=long, % display type for dates
maxnames=3, %
minnames=1, %
maxbibnames=5, %
minbibnames=3, %
maxcitenames=2, %
mincitenames=1 %
]{biblatex}
\addbibresource{ref.bib}
% Glossary
\makeglossaries{}