Merge branch 'master' into rechtschreibkorrektur-soraya

This commit is contained in:
2025-05-05 14:16:28 +00:00
2 changed files with 61 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,9 +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{apalike}
\bibliographystyle{apalike}
\usepackage[natbibapa]{apacite}
\bibliographystyle{apacite}
\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}