diff --git a/test.tex b/test.tex index c64ab0509b13e6ed202d605302415e7c317c0836..1c62d5f38fe1feea40f3b292a2129cdf931064b9 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}