Aktuelle Vorlage kopiert.

This commit is contained in:
2024-05-03 08:42:28 +02:00
parent 57068bb4b7
commit 6e017474c2
5 changed files with 67 additions and 0 deletions

49
settings/preamble.tex Normal file
View File

@@ -0,0 +1,49 @@
%\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{titling}
\usepackage{hyperref}
\usepackage[singlespacing]{setspace}
\usepackage{lastpage}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
\urlstyle{same}
\setcounter{secnumdepth}{3}
\setlength{\headheight}{2.5cm}
\setlength{\footheight}{1cm}
\usepackage[
%showframe,% Seitenlayout anzeigen
left=2.5cm,
right=1.5cm,
top=1.2cm,
bottom=2cm,
includefoot,
includehead,
headsep=0.5cm
]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
%\fancyhead[L]{}
%\fancyhead[C]{}
\fancyhead[R]{\includegraphics[width=5.5cm]{images/logo.png}\vspace{1cm}}
%\fancyfoot[L]{\theauthor}
%\fancyfoot[C]{\thedate}
\fancyfoot[R]{\vspace{0.2cm} \small Seite {\pagemark} von {\pageref{LastPage}}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}