diff --git a/docs/main.tex b/docs/main.tex index fa3976b..a644d38 100644 --- a/docs/main.tex +++ b/docs/main.tex @@ -11,14 +11,13 @@ \microtypesetup{protrusion=true} % enables protrusion \newpage + \include{doku} \newpage - \nocite{*} - \bibliographystyle{acm} - \bibliography{bib} -\include{latex} +\printbibliography +\newpage \microtypesetup{protrusion=false} \listoffigures \microtypesetup{protrusion=true} diff --git a/docs/style.tex b/docs/style.tex index 780f3a6..d93f06d 100644 --- a/docs/style.tex +++ b/docs/style.tex @@ -125,9 +125,5 @@ title=\thetcbcounter #2, #1 } -%sort the bibliography by appearance -\usepackage[numbers,sort]{natbib} - -%Number Bibliography and include in ToC -\usepackage[nottoc]{tocbibind} +\usepackage[citestyle=verbose,bibstyle=numeric,sorting=none,backend=bibtex8]{biblatex}