Setup basic documentation

This commit is contained in:
Ramspopoo
2022-07-21 14:52:46 +02:00
parent 82ae2ce9a0
commit 5c872f320c
2 changed files with 26 additions and 1 deletions

View File

@@ -5,11 +5,36 @@
\documentclass[11pt]{article}
% Packages
\usepackage{amsmath}
\usepackage{amsmath} % Formulas in document
\usepackage{pdflscape} % Landscaped pages in Pdf
\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{fancyhdr}
\usepackage{graphicx} % Custom page numbering
% Configure page numbering & footer
\pagestyle{fancy}
\fancyhf{}
\lfoot{Tobias Hilfiker}
\cfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\rfoot{\today}
% Methadata
\title{\includegraphics{media/frontpage.jpg}
Modul 152 \\
Multimediainhalte in einen Webauftritt integrieren}
\author{Tobias Hilfiker}
\date{\today}
% Document
\begin{document}
% Frontpage
\maketitle
\pagebreak
%Table of contents
\tableofcontents
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB