-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #830 from PetervDooren/split_rulebook
Split rulebook
- Loading branch information
Showing
7 changed files
with
193 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% | ||
%% $Id: Rulebook.tex 2014-12-12 balkce $ | ||
%% 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/packages.tex} | ||
\input{./setup/config.tex} | ||
\input{./setup/styling.tex} | ||
|
||
|
||
%%% MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\input{./setup/active_version.tex} | ||
\graphicspath{{\YEAR/}{./images/}} | ||
\input{./setup/macros.tex} | ||
\input{./setup/abbrevix.tex} | ||
|
||
|
||
|
||
\makeindex % generate index | ||
\makeabbex % generate abbreviations | ||
|
||
|
||
|
||
|
||
|
||
%\newcommand{\sectionbreak}{\clearpage} | ||
%\newcommand{\subsectionbreak}{\clearpage} | ||
|
||
|
||
\begin{document} | ||
|
||
\input{./pages/titlepage} | ||
|
||
\setcounter{page}{0} | ||
\pagenumbering{roman} | ||
\pagestyle{empty} | ||
\input{./pages/acknowledgments} | ||
\clearpage | ||
|
||
\pagestyle{plain} | ||
\tableofcontents | ||
\clearpage | ||
|
||
\setcounter{page}{1} | ||
\pagenumbering{arabic} | ||
|
||
\input{organization/Introduction} | ||
\input{organization/GeneralRules} | ||
\input{Setup} | ||
|
||
\printabx | ||
\printidx | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% | ||
%% $Id: Rulebook.tex 2014-12-12 balkce $ | ||
%% 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/packages.tex} | ||
\input{./setup/config.tex} | ||
\input{./setup/styling.tex} | ||
|
||
|
||
%%% MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\input{./setup/active_version.tex} | ||
\graphicspath{{\YEAR/}{./images/}} | ||
\input{./setup/macros.tex} | ||
\input{./setup/abbrevix.tex} | ||
|
||
|
||
|
||
\makeindex % generate index | ||
\makeabbex % generate abbreviations | ||
|
||
|
||
|
||
|
||
|
||
%\newcommand{\sectionbreak}{\clearpage} | ||
%\newcommand{\subsectionbreak}{\clearpage} | ||
|
||
|
||
\begin{document} | ||
|
||
\input{./pages/titlepage} | ||
|
||
\setcounter{page}{0} | ||
\pagenumbering{roman} | ||
\pagestyle{empty} | ||
\input{./pages/acknowledgments} | ||
\clearpage | ||
|
||
\pagestyle{plain} | ||
\tableofcontents | ||
\clearpage | ||
|
||
\setcounter{page}{1} | ||
\pagenumbering{arabic} | ||
|
||
\input{CompetitionConcepts} | ||
|
||
|
||
|
||
\printabx | ||
\printidx | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% | ||
%% $Id: general_rules.tex 420 2013-04-08 15:30:35Z holz $ | ||
%% author(s): RoboCupAtHome Technical Committee(s) | ||
%% description: description of the GENERAL RULES | ||
%% | ||
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\chapter{General Rules and Regulations} | ||
\label{chap:rules} | ||
|
||
These are the general rules and regulations for the competition in the \RoboCup\AtHome{} league. | ||
Every rule in this section can be considered to implicitly include the term \emph{\enquote{unless stated otherwise}}. | ||
This means that additional or contrary rules, in particular with respect to the specification of tests, have a higher priority than those mentioned in the general rules and regulations. | ||
|
||
\input{general_rules/TeamRegistration} | ||
|
||
\input{general_rules/vizbox} | ||
|
||
%\input{general_rules/Scenario} | ||
|
||
\input{general_rules/Robots} | ||
|
||
\input{general_rules/ExternalDevices} | ||
|
||
\input{general_rules/Organization} | ||
|
||
\input{general_rules/Procedure} | ||
|
||
%\input{general_rules/ContinueRules.tex} | ||
|
||
%\input{general_rules/PenaltiesBonuses} | ||
|
||
\input{general_rules/OpenChallenge} | ||
|
||
% Local Variables: | ||
% TeX-master: "Rulebook" | ||
% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% | ||
%% author(s): RoboCupAtHome Technical Committee(s) | ||
%% description: Introduction | ||
%% | ||
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\chapter{Introduction} | ||
\label{chap:introduction} | ||
|
||
\input{introduction/Organization} | ||
|
||
\input{introduction/Infrastructure} | ||
|
||
\input{introduction/Leagues} | ||
|
||
%\input{introduction/Competition} | ||
|
||
\input{introduction/Awards} | ||
|
||
% Local Variables: | ||
% TeX-master: "Rulebook" | ||
% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters