generated from tobias-hilfiker/latex-base
Bibliography wechseln, aufgrund von Rückmeldung von Betreuer
This commit is contained in:
13
main.tex
13
main.tex
@@ -48,8 +48,15 @@
|
||||
%ATTENTION WHEN USING COLUMNS -> They have to sum up to the correct count of cols: two cols mean that the sizes have to in sum be two
|
||||
|
||||
% Bibliography management
|
||||
\usepackage[natbibapa]{apacite}
|
||||
\bibliographystyle{apacite}
|
||||
\usepackage[
|
||||
backend=biber,
|
||||
style=authoryear-ibid, % wichtig: ibid = ebd.
|
||||
citestyle=authoryear-ibid,
|
||||
ibidtracker=constrict, % ibid (ebd.) nur bei exakt direkt vorheriger Quelle
|
||||
language=ngerman
|
||||
]{biblatex}
|
||||
\addbibresource{bibliography.bib} % Pfad zu deiner .bib-Datei
|
||||
|
||||
\usepackage{xurl}
|
||||
\newcommand{\normalurl}[1]{%
|
||||
\begingroup
|
||||
@@ -1387,7 +1394,7 @@
|
||||
\end{landscape}
|
||||
|
||||
\pagebreak %PAGEBREAK
|
||||
\bibliography{bibliography} % Kapitel 4 - Literaturverzeichnis
|
||||
\printbibliography % Kapitel 4 - Literaturverzeichnis
|
||||
|
||||
\pagebreak %PAGEBREAK
|
||||
\listoffigures % Kapitel 5 - Abbildungsverzeichnis
|
||||
|
||||
Reference in New Issue
Block a user