generated from Nabla/LU_template
62 lines
1.2 KiB
TeX
62 lines
1.2 KiB
TeX
% !TeX spellcheck = en_US
|
|
\documentclass[11pt]{article}
|
|
|
|
\usepackage[
|
|
backend=bibtex,
|
|
style=numeric,
|
|
sorting=ynt
|
|
]{biblatex}
|
|
\addbibresource{protokoll.bib}
|
|
|
|
\usepackage{lipsum,caption,graphicx,subcaption}
|
|
\usepackage{multicol}
|
|
\usepackage{listings}
|
|
\usepackage{amsmath}
|
|
\usepackage[noabbrev, nameinlink]{cleveref}
|
|
\usepackage{array,tabularx,calc}
|
|
\usepackage{enumitem}
|
|
\usepackage{amsfonts}
|
|
\usepackage{pdfpages}
|
|
\usepackage{fancyhdr}
|
|
\usepackage[ngerman]{babel}
|
|
\graphicspath{ {res/} }
|
|
\usepackage[absolute,overlay]{textpos}
|
|
|
|
\newlength{\conditionwd}
|
|
\newenvironment{conditions}[1][where:\\]
|
|
{%
|
|
#1\tabularx{\textwidth-\widthof{#1}}[t]{
|
|
>{$}l<{$} @{${}...{}$} X@{}
|
|
}%
|
|
}
|
|
{\endtabularx\\[\belowdisplayskip]}
|
|
|
|
\input{titlepage.tex}
|
|
|
|
\begin{document}
|
|
|
|
\deckblatt{Titel}{Koch, Markus}{7}{Rosa Posch}{Sally Marcher}{12403619}{12412869}{Datum}{Kennzahl}
|
|
|
|
\section{Aufgabenstellung}
|
|
|
|
\section{Voraussetzungen und Grundlagen}
|
|
|
|
\section{Beschreibung der Versuchsanordnung}
|
|
|
|
\section{Geräteliste}
|
|
|
|
\section{Versuchsdurchführung und Messergebnisse}
|
|
|
|
\section{Auswertung}
|
|
|
|
\section{Diskussion}
|
|
|
|
\section{Zusammenfassung}
|
|
|
|
\section{Literatur}
|
|
|
|
\printbibliography
|
|
|
|
|
|
|
|
\end{document}
|