generated from tobias-hilfiker/latex-base
Quellenverzeichnis formatieren
This commit is contained in:
12
main.tex
12
main.tex
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user