Skip to content
Snippets Groups Projects
Select Git revision
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • master default protected
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
20 results

test.tex

Blame
  • test.tex 1.82 KiB
    \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}