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

4
content/text.tex Normal file
View File

@@ -0,0 +1,4 @@
\section{Erste Ebene}
\subsection{Zweite Ebene}
\subsubsection{Dritte Ebene}
Text

BIN
images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

3
settings/header.tex Normal file
View File

@@ -0,0 +1,3 @@
\title{Titel}
\author{Musab Erdem}
\date{15.04.2024}

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}

11
settings/title.tex Normal file
View File

@@ -0,0 +1,11 @@
\begin{titlepage}
\begin{center}
\includegraphics[width=16cm]{images/logo.png}
\vspace{5cm}\\
{\Huge\textbf{\thetitle}}\\
\vspace{3cm}
{\Large Autor: \theauthor\\
\vspace{0.5cm}
Datum: \thedate}
\end{center}
\end{titlepage}