2
0

Einbinden der .bib-Datei (Bibliography.bib) auf korrekten Befehl aktualisiert.

This commit is contained in:
André Miede
2023-01-30 20:03:30 +01:00
committed by Tim Wall
parent acfe10fc0e
commit 7a1892d4c1
2 changed files with 3 additions and 2 deletions

View File

@@ -41,9 +41,10 @@
\RequirePackage{babel}
\RequirePackage{csquotes}
\PassOptionsToPackage{language=auto,style=numeric-comp,backend=bibtex8,bibencoding=ascii,maxbibnames=50}{biblatex}
\PassOptionsToPackage{language=auto,style=numeric-comp,backend=bibtex8,bibencoding=ascii,maxbibnames=50}{biblatex} % backend ggf. auf neueres Werkzeug (z.B. biber) anpassen
\RequirePackage{biblatex}
\bibliography{Bibliography}
%\bibliography{Bibliography} % alter Befehl
\addbibresource{Bibliography}
\PassOptionsToPackage{fleqn}{amsmath} % math environments and more by the AMS
\RequirePackage{amsmath}

Binary file not shown.