Add slides about literature management
This commit is contained in:
parent
29767715ee
commit
ba4204420f
8 changed files with 112 additions and 0 deletions
12
codebeispiele/inclusion-literature.tex
Normal file
12
codebeispiele/inclusion-literature.tex
Normal file
|
@ -0,0 +1,12 @@
|
|||
\usepackage[
|
||||
backend=biber, % aktuellstes Backend
|
||||
urldate=long, % langes, wortkarges Format (21. Januar 2010)
|
||||
style=numeric, % Zitate im Text im Format: [1]
|
||||
doi=true, url=true, % Anzeige von DOI/URL mit Zugangsdaten
|
||||
sortcites=true, % Literaturverweise werden nach der
|
||||
% Reihenfolge im Literaturverzeichnis sortiert
|
||||
sorting=nty % Sortierung nach Name, Titel, Jahr
|
||||
% Üblich nach IEEE ist "none"
|
||||
]{biblatex}
|
||||
\addbibresource{./bib/<filename>.bib}
|
||||
\addbibresource{./bib/<filename2>.bib}
|
Loading…
Add table
Add a link
Reference in a new issue