setup documentation

This commit is contained in:
Ramspopoo
2022-11-23 15:58:06 +01:00
parent b807dfa776
commit 00c33928f2
3 changed files with 36 additions and 8 deletions

View File

@@ -10,31 +10,59 @@
\usepackage[a4paper, margin=0.8in]{geometry} % Set the margin and size of a page
\usepackage[hidelinks]{hyperref} % Remove Boxes around Hyperlinks
\usepackage{lastpage} % Custom page numbering
\usepackage{pgfgantt} % Gantt-Tables
\usepackage{fancyhdr}
\usepackage{graphicx} % Custom page numbering
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{mwe}
\usepackage{caption}
\usepackage{tcolorbox} % Custom page numbering
\usepackage{titling}
\usepackage{textcomp}
\usepackage{wasysym}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{enumerate}
\renewcommand\maketitlehooka{\null\mbox{}\vfill}
\renewcommand\maketitlehookd{\vfill\null}
\renewcommand*\contentsname{Inhaltsverzeichnis}
\renewcommand{\figurename}{Abb.}
% Configure page numbering & footer
\pagestyle{fancy}
\fancyhf{}
\lfoot{Tobias Hilfiker}
\cfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\cfoot{Seite \thepage \hspace{1pt} von \pageref{LastPage}}
\rfoot{\today}
% Methadata
\title{\includegraphics{media/frontpage.jpg}
\title{
\includegraphics[width=\textwidth]{media/curling_logo}
\begin{center}
Modul 152 \\
Multimediainhalte in einen Webauftritt integrieren}
Multimediainhalte in einen Webauftritt integrieren\\
E-Portfolio
\end{center}}
\author{Tobias Hilfiker}
\date{\today}
% Document
\begin{document}
% Frontpage
%Kapitel Frontpage
\begin{titlingpage}
\maketitle
\end{titlingpage}
\pagebreak
%Table of contents
%Kapitel Table of contents
\tableofcontents
\pagebreak
%Kapitel 1 - Einleitung
\section{Einleitung}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB