-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rulebook.tex
86 lines (67 loc) · 2.17 KB
/
Rulebook.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% $Id: Rulebook.tex $
%% author(s): RoboCupAtHome Technical Committee(s)
%% description: introduction to RoboCupAtHome
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, twoside, openright, a4paper, chapterprefix]{scrbook}
\usepackage[inner=2.5cm, outer=2.5cm, top=4cm, bottom=4cm]{geometry}
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup_tex/packages.tex}
\input{./setup_tex/config.tex}
\input{./setup_tex/styling.tex}
\input{./setup_tex/active_version.tex}
\input{./setup_tex/abbrevix.tex}
\input{./setup_tex/macros.tex}
\input{./setup_tex/macros_score_sheets.tex}
\input{./setup_tex/macros_open_demonstrations.tex}
\input{./setup_tex/macros_leagues.tex}
\graphicspath{{\YEAR/}{./images/}}
\makeindex
\makeabbex
\newcommand{\sectionbreak}{\clearpage}
\newcommand{\subsectionbreak}{\clearpage}
\begin{document}
\input{./titlepage}
\pagestyle{empty}
\input{./acknowledgments}
% \pagestyle{empty}
% \input{./example_skills.tex}
\clearpage
\pagestyle{empty}
\setcounter{tocdepth}{1}
\tableofcontents
\clearpage
\pagestyle{plain}
\input{chapters/introduction/Introduction}
\input{chapters/concepts/CompetitionConcepts}
\input{chapters/general_rules/GeneralRules}
\input{chapters/Setup}
%%% STAGE I
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Tests in Stage I}
\label{chap:stage_I}
\clearpage
\input{tasks/LARC_navigation}
\input{tasks/LARC_Speech}
\input{tasks/LARC_People}
\input{tasks/LARC_Object}
%%% STAGE II
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Tests in Stage II}
\label{chap:stage_II}
\clearpage
\input{tasks/LARC_CarryMyLuggage}
\input{tasks/LARC_CleanUp}
\input{tasks/LARC_Receptionist}
\input{tasks/LARC_Take Out the Garbage}
% \input{tasks/LARC_CleanTheTable}
% \input{tasks/LARC_WhereIsThis}
%\input{tasks/LARC_Restaurant}
%% FINALS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{tasks/LARC_Final}
% \printabx
% \printidx
\end{document}