Add slides about literature management

This commit is contained in:
Julius Freudenberger 2025-02-22 16:26:59 +02:00
parent 29767715ee
commit ba4204420f
8 changed files with 112 additions and 0 deletions

View 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{...

View 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}