-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.tex
More file actions
37 lines (29 loc) · 789 Bytes
/
report.tex
File metadata and controls
37 lines (29 loc) · 789 Bytes
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
\documentclass[journal, a4paper, twoside, 10pt,onecolumn]{IEEEtran}
\usepackage{todonotes}
\usepackage{verbatim}
\usepackage{listings}
\usepackage{rotating}
\usepackage{placeins}
\usepackage{dirtree}
\usepackage{hyperref}
\newcommand{\topic}{Lab report: Datastructure enhancements in DNA}
\newcommand{\student}{Nico Haase\\ \textit{Technische Universit\"at Darmstadt \\
nico.haase@stud.tu-darmstadt.de}}
\newcommand{\todoInline}[1]{\todo[inline]{#1}}
%% page headers
\markboth{\topic}{\topic}
\begin{document}
\title{\topic}
\author{\student}
\maketitle
\input{motivation}
\input{enhancements}
\input{datastructures}
\input{profiler}
\input{build}
\input{costs}
\input{evaluation}
\input{conclusion}
\appendix
\input{appendix}
\end{document}