Skip to content
Snippets Groups Projects
Select Git revision
  • 2d864269904833a9aa9a22ff55f195307d412a6c
  • master default protected
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • 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
21 results

test.tex

Blame
  • test.tex 917 B
    \documentclass[11pt,a4paper,twoside,f1,ngerman]{HsH-report}
    
    \usepackage{color}
    \usepackage{lipsum}
    \usepackage{siunitx}
    \usepackage{biblatex}
    \addbibresource{src/localBibliography.bib}
    
    
    \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}$
    	\cite{laboranleitung:physik}
    	\vspace{2cm}\\\pagebreak
    	eine zahl: $3,5+3.5$\\
    
    \printbibliography
    \listoffigures
    \end{document}