Add glossary and accronyms
This commit is contained in:
21
config_extra.tex
Normal file
21
config_extra.tex
Normal 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{}
|
Reference in New Issue
Block a user