Finally getting this into git

This commit is contained in:
Kumi 2023-05-08 19:04:49 +00:00
commit b742cdae36
Signed by: kumi
GPG key ID: ECBCC9082395383F
15 changed files with 159 additions and 0 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.pdf
*.synctex.gz
*.toc

1
base/acronyms.tex Normal file
View file

@ -0,0 +1 @@
\DeclareAcronym{avv}{short=AVV, long=Auftragsverarbeitungsvereinbarung}

30
base/commands.tex Normal file
View file

@ -0,0 +1,30 @@
\newcommand{\blankpage}{
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
}
\newenvironment{absolutelynopagebreak}
{\par\nobreak\vfil\penalty0\vfilneg
\vtop\bgroup}
{\par\xdef\tpd{\the\prevdepth}\egroup
\prevdepth=\tpd}
\newcommand{\blfootnote}[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
\newcommand{\horizontalline}{
\vspace{1em}
\hrule
\vspace{1em}
}
\newcommand{\doctlp}{
\textcolor{\doctlpcolor}{TLP: \MakeUppercase\doctlpcolor}
}

5
base/definitions.tex Normal file
View file

@ -0,0 +1,5 @@
\newcommand{\doctitle}{Document Title}
\newcommand{\docsubtitle}{Subtitle}
\newcommand{\docdate}{\the\day{}.\the\month{}.\the\year{}\par}
\newcommand{\doctlpcolor}{red}
\newcommand{\doclang}{german}

3
base/hyphenation.tex Normal file
View file

@ -0,0 +1,3 @@
\hyphenation{Da-ten-schutz-er-kl\"ar-ung}
\hyphenation{Web-site}
\hyphenation{Web-sites}

5
base/main.tex Normal file
View file

@ -0,0 +1,5 @@
\input{base/definitions}
\input{base/packages}
\input{base/commands}
\input{base/hyphenation}
\input{base/acronyms}

21
base/packages.tex Normal file
View file

@ -0,0 +1,21 @@
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\usepackage[most]{tcolorbox}
\usepackage{hyperref}
\usepackage[\doclang]{babel}
\usepackage{parskip}
\usepackage{acro}
\usepackage{semantic-markup}
\usepackage{booktabs}
\usepackage{attachfile}
\usepackage[T1]{fontenc}
\usepackage{todonotes}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdfpagemode=FullScreen,
}

17
main.tex Normal file
View file

@ -0,0 +1,17 @@
\documentclass[a4paper]{report}
\input{base/main}
\begin{document}
\input{sections/Title}
\input{sections/Disclaimer}
\break
\tableofcontents
\break
\input{sections/main}
\end{document}

BIN
media/schrift_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

1
sections/Anhänge.tex Normal file
View file

@ -0,0 +1 @@
\section{Anhänge}

20
sections/Disclaimer.tex Normal file
View file

@ -0,0 +1,20 @@
\newpage
\thispagestyle{empty}
\vspace*{\fill}
Dieses Dokument ist ausschlie{\ss}lich zur internen Verwendung durch die Auftraggeberin bestimmt. Jede Weitergabe, Vervielf"altigung, "offentliche Wiedergabe, etc., auch in Ausz"ugen, ohne die ausdrückliche Freigabe durch Kumi Systems ist untersagt.
Dieses Dokument beinhaltet das Ergebnis der technischen Begutachtung einer Anwendung bzw. eines technischen Systems. Soweit in diesem Dokument Bezug auf Normen, Standards u. dgl. genommen wird, handelt es sich dabei um blo{\ss}e Verweise. Eine Auditierung in Hinsicht auf diese Quellen erfolgt nicht. Soweit Bezug auf Gesetze oder sonstige Rechtsquellen genommen wird, handelt es sich dabei um blo{\ss}e Verweise. Dieses Dokument ist nicht als Rechtsberatung zu verstehen, diese ist rechtlich ausschlie{\ss}lich den eingetragenen Rechtsanw"alt*innen vorbehalten.
\horizontalline
This document is intended exclusively for internal use by the Client. Any dissemination, duplication, public reproduction, etc., even in excerpts, without the express approval of Kumi Systems is prohibited.
This document contains the result of the technical assessment of an application or a technical system. Where reference is made in this document to norms, standards, etc., these are merely references. No auditing with regard to these sources was performed. Any references to laws or other legal sources are mere references. This document is not to be understood as legal advice, which is reserved exclusively for registered lawyers by applicable law.
\horizontalline
\textsuperscript{©} 2022 Kumi Systems e.U.
\doctlp
\newpage

23
sections/Einleitung.tex Normal file
View file

@ -0,0 +1,23 @@
\chapter{Einleitung}
\begin{tcolorbox}[title=Infoboxen,
title filled=false,
colback=blue!5!white,
colframe=blue!75!black]
In diesem Dokument werden farbige Infoboxen verwendet, um an bestimmten Stellen zusätzlichen Kontext zur Verfügung zu stellen.
\begin{tcolorbox}[title=Blaue Infoboxen,
title filled=false,
colback=blue!5!white,
colframe=blue!75!black]
Blaue Infoboxen sind eher informativer Natur und sollen dem grundlegenden Verst"andnis dienen.
\end{tcolorbox}
\begin{tcolorbox}[title=Rote Infoboxen,
title filled=false,
colback=red!5!white,
colframe=red!75!black]
Rote Infoboxen hingegen beinhalten wichtige Informationen, die unbedingt beachtet werden m"ussen.
\end{tcolorbox}
\end{tcolorbox}

5
sections/Referenzen.tex Normal file
View file

@ -0,0 +1,5 @@
\chapter{Referenzen}
\printacronyms[heading=section]
\input{sections/Anhänge}

17
sections/Title.tex Normal file
View file

@ -0,0 +1,17 @@
\author{Kumi Systems e.U.\blfootnote{\textcolor{red}{TLP: Red}}}
\begin{titlepage}
\centering
\includegraphics[width=0.3\textwidth]{media/schrift_logo.png}\par\vspace{1cm}
\vspace{1.5cm}
{\huge\bfseries \doctitle\par}
\vspace{1.5cm}
{\scshape Subtitle \par}
\vfill
\docdate
\doctlp
\end{titlepage}
\addtocounter{page}{1}

3
sections/main.tex Normal file
View file

@ -0,0 +1,3 @@
\input{sections/Einleitung}
\input{sections/Referenzen}