Quellenverzeichnis formatieren

This commit is contained in:
2025-05-05 16:15:38 +02:00
parent 90f702020b
commit f3811d90ad
2 changed files with 59 additions and 80 deletions

View File

@@ -24,6 +24,7 @@
\usepackage{fancyhdr} % Custom page numbering
\usepackage{tcolorbox} % In-Text Code formatting
\usepackage{pdfpages} % Import PDF into LaTeX document
\usepackage[hidelinks]{hyperref}
\usepackage{cleveref} % Better referencing on elements
\usepackage{xspace}
\usepackage{parskip} % Stop LaTeX from making indents after every paragraph
@@ -47,11 +48,16 @@
%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{natbib}
\usepackage[natbibapa]{apacite}
\bibliographystyle{apacite}
\setcounter{biburllcpenalty}{7000}
\setcounter{biburlucpenalty}{8000}
\usepackage{xurl}
\newcommand{\normalurl}[1]{%
\begingroup
\let\UrlFont\relax
\urlstyle{same} % use current font style
\url{#1}%
\endgroup
}
% Formatting for Abacus-Style
\usepackage[T1]{fontenc}