generated from tobias-hilfiker/latex-base
Merge branch 'master' into rechtschreibkorrektur-soraya
This commit is contained in:
14
main.tex
14
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,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}
|
||||
|
||||
Reference in New Issue
Block a user