From 0ab51037ae6e15ca621972438d85b661652b0335 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Sun, 18 Oct 2020 18:37:46 +0200
Subject: [PATCH] Update test.tex

---
 test.tex | 36 +-----------------------------------
 1 file changed, 1 insertion(+), 35 deletions(-)

diff --git a/test.tex b/test.tex
index c64ab05..1c62d5f 100644
--- a/test.tex
+++ b/test.tex
@@ -1,39 +1,5 @@
-\documentclass[11pt,a4paper,twoside,f1,ngerman]{HsH-report}
-
-\usepackage{color}
-\usepackage{lipsum}
-\usepackage{siunitx}
+\documentclass[11pt,a4paper]{HsH-report}
 
 \begin{document}
 
-\pagenumbering{Roman}
-\maketitle
-\declarationAuthorship
-
-\begin{abstract}
-	\lipsum[5-8]
-\end{abstract}
-
-\tableofcontents
-
-\cleardoublepage % unbedingt erforderlich bei Doppelseitigem layout vor neuer Seitennummerreirung!
-\pagenumbering{arabic} % Seitennummerierung normale zahlen
-
-\chapter{one}
-	\label{chap: one}
-	{\color{red}test} und stuff
-	\begin{figure}
-		\centering
-		\includegraphics[width=.15\textwidth]{img/bild}
-		\caption{test}
-	\end{figure}
-
-	noch ein test \normalsubscripts$R_t$ \upsubscripts$R_t$
-
-	mit einheit: $R=200\,\milli\ohm+ \SI{0.34567453}{\volt\per\metre}$
-	\vspace{2cm}\\\pagebreak
-	eine zahl: $3,5+3.5$\\
-
-
-\listoffigures
 \end{document}
-- 
GitLab