\documentclass[todos=off]{HsH-report}

\usepackage{lipsum}
\usepackage{siunitx}
% \usepackage{showframe}

%% documents personal data:
\author{
	Max Mustermann \and
	Mira Musterfrau
}
\matrikelnr{
	12345678,
	12345
}
\titlehead{titlehead}
\subject{Subject}
\title{long and elaborate title that just goes on and on without stopping}
\subtitle{Subtitle}
\date{\today}
\keywords{test, hello, world}
\professor{Prof. Dr. Marks Meister}



\begin{document}
	\frontmatter
	\maketitle

	\declarationofauthorship

	\begin{abstract}
		\lipsum[3-5]
	\end{abstract}

	\tableofcontents
	\mainmatter

	\chapter{test}
		\includeHsHlogohere

		Hällo\todo{drop the Ä?} "Welt", ist daß nicht schön? $3.1$ oder $3,2$

		This paper was written by \ifsingleauthor{one}{many} person\ifsingleauthor{}{s}.
		Isn't it great that \ifsingleauthor{he}{they} did that?

		\begin{equation}
			A_1 = \sum_{i=0}^{10} B_i + \abs{\frac{x}{2}}
		\end{equation}

		\begin{equation}
			\frac{4\,\m}{12\,\s} = \frac{1}{3}\,\unit{m\per s}
		\end{equation}


		\begin{itemize}
			\item Hello World
			\item test
			\begin{itemize}
				\item Hello World
				\item test
				\begin{itemize}
					\item Hello World
					\item test
					\begin{itemize}
						\item Hello World
						\item test
					\end{itemize}
				\end{itemize}
			\end{itemize}
		\end{itemize}

		\begin{figure}
			\includegraphics[scale=1]{img/svg/exampleSVG.pdf}
			\caption{A SVG-image created with Inkscape}
		\end{figure}

		\begin{figure}
			\includegraphics[scale=1]{img/plt/examplePlot.pdf}
			\caption{A Plot created as a subfile using pgfplots and standalone}
		\end{figure}

	\section{superlong and elaborat title that will spand multiple lines, as it is just to big}
		\lipsum[12-13]
		\smallskip

		\lipsum[12-13]

		\todo[inline]{add another paragraph?}

		\lipsum[12-13]

	\listoffigures
	\listoftables

\end{document}