diff --git a/bibliography.bib b/bibliography.bib new file mode 100644 index 0000000..13be1c4 --- /dev/null +++ b/bibliography.bib @@ -0,0 +1,10 @@ +% bibliography.tex + +@book{botanikeinf, + author = {{Lüttge, Ulrich; Kluge, Manfred}}, + title = {Botanik}, + date = {2012}, + subtitle = {Die einführende Biologie der Pflanzen}, + edition = {6. Auflage}, + isbn = {978-3-527-33192-5}, +} \ No newline at end of file diff --git a/compendium.pdf b/compendium.pdf index 693c3f6..415d840 100644 Binary files a/compendium.pdf and b/compendium.pdf differ diff --git a/compendium.tex b/compendium.tex index 28c2a81..c992f62 100644 --- a/compendium.tex +++ b/compendium.tex @@ -114,6 +114,11 @@ Die Unterüberschriften wurden weitgehend so gewählt, das möglichst sinnvoll a \pagebreak \part[Allgemeiner Teil: Phylogenetik]{Allgemeine Phylogenetik} \input{allgphylo.tex} + +\pagebreak +\part{Anhang} +\section{Quellen} +\printbibliography \end{document} diff --git a/jjpackages.tex b/jjpackages.tex index 7fc4cb9..cbef43a 100644 --- a/jjpackages.tex +++ b/jjpackages.tex @@ -115,6 +115,8 @@ %\usepackage{acro} % \input{acronyms.tex} +\usepackage[style = nature]{biblatex} +\addbibresource{bibliography.bib} % ### MATH #############################