-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCAN.tex
66 lines (48 loc) · 1.4 KB
/
CAN.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
56
57
58
59
60
61
62
63
64
65
66
\documentclass[12pt,a4paper]{scrartcl}
\usepackage{url}
\usepackage{bibgerm}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\title{CAN Bus over Ethernet}
\author{R. Löffler (1025967), C. Proske (1328245), M. Sharkhawy (1025887)}
\date{\today}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[babel,german=quotes]{csquotes}
\usepackage{url}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{lmodern}
\usepackage{icomma}
\usepackage[textsize=footnotesize]{todonotes}
\usepackage{pdfpages}
\usepackage{ulem}
\usepackage[round]{natbib}
\hypersetup{pdftitle={CAN Bus over Ethernet, SS2014}, pdfauthor={R. Löffler, C. Proske, M. Sharkhawy}}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot[L]{CAN Bus over Ethernet}
\fancyfoot[C]{}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.5pt}
\usepackage[inner=2.5cm,outer=2.5cm,top=1.5cm,bottom=1.5cm,includeheadfoot]{geometry}
\setkomafont{disposition}{\normalfont\bfseries}
\parindent0cm
\parskip2ex plus1ex minus1ex
\setcounter{secnumdepth}{2}
\setcounter{tocdepth}{2}
\newcommand{\nosection}[1]{%
\refstepcounter{section}%
\addcontentsline{toc}{section}{\protect\numberline{\thesection}#1}%
\markright{#1}}
\newcommand{\Q}[1]{\vspace{6pt} \textbf{#1}}
\begin{document}
\maketitle
\vspace*{3.5 cm}
\tableofcontents
\clearpage
\include{content}
\end{document}