29 lines
1.1 KiB
TeX
29 lines
1.1 KiB
TeX
\usepackage{fancyvrb,newverbs,xcolor,lastpage,fancyhdr,sectsty,graphicx,hyperref}
|
|
\usepackage[datesep=.,style=ddmmyyyy]{datetime2}
|
|
\usepackage{fvextra}
|
|
|
|
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
|
|
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\fancyhead[R]{\includegraphics[height=0.71cm]{/home/max/bilder/logo.png}}
|
|
\fancyfoot[C]{\textbf{\thepage\ von \pageref*{LastPage}}\\\vspace{12pt}\color{Gray}it factum GmbH Landsberger Straße 94 80339 München\\ Tel: +49 89 4161221 0 | Email: \href{mailto:info@it-factum.de}{\color{Gray}info@it-factum.de} | Web: \href{https://www.it-factum.de}{\color{Gray}https://www.it-factum.de}}
|
|
\fancyfoot[R]{\today}
|
|
|
|
\definecolor{Light}{HTML}{F8F8F8}
|
|
\definecolor{factum}{HTML}{77263C}
|
|
|
|
\sectionfont{\color{factum}}
|
|
\subsectionfont{\color{factum}}
|
|
|
|
\renewcommand{\labelitemi}{\color{factum}\rule[.5mm]{1.5mm}{1.5mm}}
|
|
\renewcommand{\labelitemii}{\color{factum}$\bullet$}
|
|
\renewcommand{\labelitemiii}{\color{factum}\textendash}
|
|
\renewcommand{\labelitemiv}{\color{factum}$\cdot$}
|
|
|
|
\let\oldtexttt\texttt
|
|
\renewcommand{\texttt}[1]{
|
|
\colorbox{Light}{\oldtexttt{#1}}
|
|
}
|