Skip to content
Snippets Groups Projects
test.tex 1.17 KiB
Newer Older
  • Learn to ignore specific revisions
  • \documentclass[11pt,a4paper,twoside,f1,ngerman]{HsH-report}
    
    Jan Wille's avatar
    Jan Wille committed
    
    \usepackage{color}
    
    Jan Wille's avatar
    Jan Wille committed
    \usepackage{lipsum}
    
    Jan Wille's avatar
    Jan Wille committed
    \usepackage{siunitx}
    
    \usepackage{biblatex}
    \addbibresource{src/localBibliography.bib}
    
    
    Jan Wille's avatar
    Jan Wille committed
    \begin{document}
    
    Jan Wille's avatar
    Jan Wille committed
    
    
    Jan Wille's avatar
    Jan Wille committed
    \pagenumbering{Roman}
    \maketitle
    
    Jan Wille's avatar
    Jan Wille committed
    \declarationAuthorship
    
    
    Jan Wille's avatar
    Jan Wille committed
    \begin{abstract}
    
    Jan Wille's avatar
    Jan Wille committed
    	\lipsum[5-8]
    
    Jan Wille's avatar
    Jan Wille committed
    \end{abstract}
    
    
    Jan Wille's avatar
    Jan Wille committed
    \tableofcontents
    
    
    Jan Wille's avatar
    Jan Wille committed
    \cleardoublepage % unbedingt erforderlich bei Doppelseitigem layout vor neuer Seitennummerreirung!
    \pagenumbering{arabic} % Seitennummerierung normale zahlen
    
    
    Jan Wille's avatar
    Jan Wille committed
    \chapter{one}
    
    Jan Wille's avatar
    Jan Wille committed
    	\label{chap: one}
    	{\color{red}test} und stuff
    	\begin{figure}
    		\centering
    
    		\includegraphics[width=.6\textwidth]{img/lorem-ipsum.jpg}
    
    Jan Wille's avatar
    Jan Wille committed
    		\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}$
    
    	\cite{laboranleitung:physik}
    
    Jan Wille's avatar
    Jan Wille committed
    	\vspace{2cm}\\\pagebreak
    
    	eine zahl: $3,5+3.5$\\
    
    Jan Wille's avatar
    Jan Wille committed
    
    
    	\begin{figure}
    		\centering
    		\includegraphics[width=0.6\textwidth, page=2]{plt/build/examplePlot.pdf}
    		\caption{a nice plot}
    	\end{figure}
    
    	\begin{figure}
    		\centering
    		\includegraphics{img/build/exampleCircuit.pdf}
    		\caption{a circuit diagramm}
    	\end{figure}
    
    Jan Wille's avatar
    Jan Wille committed
    
    
    \printbibliography
    
    Jan Wille's avatar
    Jan Wille committed
    \listoffigures
    
    Jan Wille's avatar
    Jan Wille committed
    \end{document}