-
Notifications
You must be signed in to change notification settings - Fork 0
/
protokoll3.tex
55 lines (40 loc) · 845 Bytes
/
protokoll3.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass{article}
% Pakete
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{float}
\usepackage{cite}
\usepackage{multirow}
\usepackage{booktabs}
% Titel und Autor
\title{RNA Analytik}
\author{Thorsten Enge \and David Maruhn}
\date{\today}
\begin{document}
% Titel erstellen
\maketitle
% Inhaltsverzeichnis
\tableofcontents
\newpage
% Einleitung
\section{Einleitung}
% Your content here
% Materialien und Methoden
\section{Materialien und Methoden}
% Your content here
\section{Durchführung}
% Your content here
\section{Ergebnisse}
% Your content here
% Diskussion
\section{Diskussion}
% Your content here
% Schlussfolgerung
\section{Schlussfolgerung}
% Your content here
% Literaturverzeichnis
\bibliographystyle{plain}
\bibliography{literatur}
\end{document}