Initial Commit

This commit is contained in:
2019-10-08 16:03:40 +02:00
commit adba6ed48d
6 changed files with 330 additions and 0 deletions

18
config.tex Normal file
View File

@@ -0,0 +1,18 @@
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
natbib=true, % allow natbib commands
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}