-
Notifications
You must be signed in to change notification settings - Fork 0
/
Deliverable-7_3.tex
156 lines (120 loc) · 3.92 KB
/
Deliverable-7_3.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
\documentclass[11pt,a4paper,twoside]{report}
%%%% Packages
\usepackage{a4wide}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage{times} % assumes new font selection scheme installed
%\usepackage{amsmath} % assumes amsmath package installed
%\usepackage{amssymb} % assumes amsmath package installed
%\usepackage{color} % assumes amsmath package installed
%\usepackage[pdftex]{hyperref}
%
\usepackage{url}
%\usepackage{ulem}
\usepackage{enumitem}
\usepackage{pdfpages}
\newcommand{\note}[1]{\textcolor{red}{#1}}
\graphicspath{{../../../pictures/logos/}{.}}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Definitions -- TO BE UPDATED FOR EACH DELIVERABLE
%
\newcommand{\wpnumber}{WP 7}
\newcommand{\delnumber}{D7.3}
\newcommand{\deltitle}{Guidelines for software development}
\newcommand{\delversion}{0.2}
\newcommand{\deldate}{January 31st, 2013}
\newcommand{\delnature}{Report}
\newcommand{\delpublic}{Public}
\newcommand{\delauthors}{Keith Fran\c cois (CNRS) \newline
Lorenz M\"osenlechner (Uni-HB)}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Project-wide definitions
%
\newcommand{\grantnumber}{288533}
\newcommand{\projectacronym}{ROBOHOW.COG}
\newcommand{\projecttitle}{Web-enabled and Experience-based Cognitive Robots
that Learn Complex Everyday Manipulation Tasks}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Page headers and title page (do not edit!)
% \titleformat*{\chapter}{\Large\sffamily}
\titleformat{\chapter}[display]{\bfseries\Huge}{\Huge Chapter \thechapter}{1ex}{}
\titleformat*{\section}{\Large\sffamily}
% page headers
\pagestyle{fancy}
\setlength{\headheight}{14pt}
\lhead{\sffamily\delnumber}
\chead{\sffamily FP7-ICT-\grantnumber \ \projectacronym}
\rhead{\sffamily\today}
\begin{document}
\sffamily
% title page
\begin{titlepage}
\begin{center}
% \includegraphics[width=8cm]{logo-robohow.pdf}
% \\[3cm]
\textbf{
\textsf{\huge ICT Call 7}\\[0.5cm]
\textsf{\huge \projectacronym}\\[0.5cm]
\textsf{\huge FP7-ICT-\grantnumber}\\[2cm]
\textsf{\Large Deliverable \delnumber :}\\[0.5cm]
\textsf{\Large \deltitle}}\\[3cm]
\begin{figure}[h!]
\centering
%\includegraphics[width=5cm]{logo-FP7.pdf}
\end{figure}
\vfill
\textbf{\textsf{\large \today}}
\end{center}
\end{titlepage}
% page 2
\begin{center}
\begin{tabular}{ p{0.3\textwidth} p{0.6\textwidth} }
Project acronym: & \projectacronym\\
Project full title: & \projecttitle\\
\\
Work Package: & \wpnumber \\
Document number: & \delnumber \\
Document title: & \deltitle \\
Version: & \delversion\\
\\
Delivery date: & \deldate\\
Nature: & \delnature\\
Dissemination level: & \delpublic \\
\\
Authors: & \delauthors\\
\end{tabular}
\end{center}
\flushleft
The research leading to these results has received funding from the European
Union Seventh Framework Programme FP7/2007-2013 under grant agreement
n$^\textrm{o}$\grantnumber \ \projectacronym.
\tableofcontents
\vfill
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% START EDITING HERE
%\chapter*{Summary}
%Summary....
%
%
%\chapter{Chapter-Title}
%
%\section{Section 1.1}
%
%\section{Section 1.2}
%\title{}
%\maketitle
%\tableofcontents
%
\pagebreak
\input{general-guidelines}
\input{git-guidelines}
\input{ros-guidelines}
\input{cpp-guidelines}
\end{document}