Add slides about literature management
This commit is contained in:
parent
29767715ee
commit
ba4204420f
8 changed files with 112 additions and 0 deletions
14
codebeispiele/bib-file.bib
Normal file
14
codebeispiele/bib-file.bib
Normal file
|
@ -0,0 +1,14 @@
|
|||
@book{kochbuch,
|
||||
title = {Mathematik für das Ingenieurstudium},
|
||||
author = {Koch, Jürgen},
|
||||
editor = {Stämpfle, Martin},
|
||||
address = {München},
|
||||
publisher = {Hanser},
|
||||
year = {2018},
|
||||
edition = {4., aktualisierte Auflage},
|
||||
isbn = {9783446451667},
|
||||
doi = {10.3139/9783446455818},
|
||||
}
|
||||
|
||||
@article{...
|
||||
|
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