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
|
%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
|
% Bibliography management
|
||||||
\usepackage[natbibapa]{apacite}
|
\usepackage[
|
||||||
\bibliographystyle{apacite}
|
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}
|
\usepackage{xurl}
|
||||||
\newcommand{\normalurl}[1]{%
|
\newcommand{\normalurl}[1]{%
|
||||||
\begingroup
|
\begingroup
|
||||||
@@ -1387,7 +1394,7 @@
|
|||||||
\end{landscape}
|
\end{landscape}
|
||||||
|
|
||||||
\pagebreak %PAGEBREAK
|
\pagebreak %PAGEBREAK
|
||||||
\bibliography{bibliography} % Kapitel 4 - Literaturverzeichnis
|
\printbibliography % Kapitel 4 - Literaturverzeichnis
|
||||||
|
|
||||||
\pagebreak %PAGEBREAK
|
\pagebreak %PAGEBREAK
|
||||||
\listoffigures % Kapitel 5 - Abbildungsverzeichnis
|
\listoffigures % Kapitel 5 - Abbildungsverzeichnis
|
||||||
|
|||||||
Reference in New Issue
Block a user