-
Notifications
You must be signed in to change notification settings - Fork 0
/
protocol.tex
71 lines (54 loc) · 1.39 KB
/
protocol.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
67
68
69
% %
% LAYOUT_E.TEX - Short description of REFMAN.CLS
% 99-03-20
% http://www.ctan.org/pkg/refman
%
% Updated for REFMAN.CLS (LaTeX2e)
%
\documentclass[a4paper]{refart}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{lmodern}
\usepackage{makeidx}
\usepackage{acronym}
\usepackage[colorlinks=false]{hyperref}
\usepackage{tabularx}
\usepackage{colortbl}
\usepackage[table]{xcolor}
% New page after each section
\usepackage{titlesec}
\newcommand{\sectionbreak}{\clearpage}
% This will reset the horizontal layout, giving you
% a textwidth of fraction*fullwidth.
\settextfraction{0.75}
% more at http://latexcolor.com/
\definecolor{table-head}{rgb}{0.98, 0.92, 0.84}
\usepackage[pdftex]{graphicx}
\graphicspath{{./figures/}}
\title{Communication Protocol Between Pedelec Station and Central Management System}
\author{
Site:\\
\url{github.com/RWTH-i5-IDSG/ps-cms-protocol}\\ \vspace{5mm}
Authors:\\
RWTH - i5\\ \vspace{5mm}
Version:\\
0.0.24\\ \vspace{5mm}
Date:\\
25.02.2016}
\date{}
\emergencystretch1em %
\pagestyle{myfootings}
\setcounter{tocdepth}{2}
\renewcommand{\arraystretch}{1.3}
\makeindex
\begin{document}
\maketitle
\input{sections/version-history.tex}
\tableofcontents
\input{sections/acronyms.tex}
\input{sections/01.tex}
\input{sections/02.tex}
\input{sections/03.tex}
\input{sections/04.tex}
\end{document}