Initial commit
This commit is contained in:
58
fat.tex
Normal file
58
fat.tex
Normal file
@@ -0,0 +1,58 @@
|
||||
\documentclass[a4paper, 12pt, ngerman, captions=tableheading, headsepline=on, draft=false, headinclude=false, footinclude=false, parskip]{scrreprt}
|
||||
|
||||
%\usepackage{tex4ht}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{babel}
|
||||
\usepackage{csquotes}
|
||||
\usepackage{booktabs}
|
||||
\usepackage[locale=DE, exponent-product=\cdot, per-mode=symbol]{siunitx}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{gensymb}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18} % Maybe Bug -> Nachsehen
|
||||
\usepackage{multirow}
|
||||
\usepackage{longtable}
|
||||
%\usepackage{microtype}
|
||||
\usepackage[plain, german]{fancyref}
|
||||
\usepackage{icomma}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{tikz}
|
||||
\usepackage[printwatermark=true]{xwatermark}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{paralist}
|
||||
\newwatermark[pages=1-23, angle=45]{ENTWURF}
|
||||
%\usetikzlibrary{patterns, graphs, mindmap, trees}
|
||||
%\usepackage[backend=bibtex]{biblatex}
|
||||
%\bibliography{Literatur}
|
||||
%\KOMAoptions{DIV=last}
|
||||
|
||||
% Load own commands
|
||||
\input{commands/commands}
|
||||
|
||||
\begin{document}
|
||||
% Titlepage
|
||||
\title{Factory acceptance test (FAT)}
|
||||
\subtitle{All-Liquid}
|
||||
\author{CMBlu Energy AG}
|
||||
\date{\today}
|
||||
\maketitle
|
||||
|
||||
% Inhaltsverzeichnis
|
||||
\tableofcontents
|
||||
\newpage
|
||||
|
||||
% Lebende Kolumnentitel einschalten
|
||||
\pagestyle{headings}
|
||||
|
||||
% Kapitel
|
||||
\input{kapitel/einleitung}
|
||||
\input{kapitel/safetycheck}
|
||||
\input{kapitel/ems_schnittstelle}
|
||||
\input{kapitel/doppelhoecker}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user