Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup: move pages #911

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.build
.vscode

*.aux
*.glo
Expand Down
8 changes: 4 additions & 4 deletions Roadmap.tex → documents/Roadmap.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./roadmap/documentinfo.tex}
\input{./pages/roadmap/documentinfo.tex}
% footertext
\newcommand{\footline}{RoboCup@Home Roadmap / \rulebookVersion}
\input{./setup/styling.tex}
Expand All @@ -38,12 +38,12 @@

\begin{document}

\input{./roadmap/titlepage}
\input{./pages/roadmap/titlepage}

\setcounter{page}{0}
\pagenumbering{roman}
\pagestyle{empty}
\input{./roadmap/acknowledgments}
\input{./pages/roadmap/acknowledgments}
\clearpage

\pagestyle{plain}
Expand All @@ -53,7 +53,7 @@
\setcounter{page}{1}
\pagenumbering{arabic}

\input{CompetitionConcepts}
\input{roadmap/CompetitionConcepts}



Expand Down
12 changes: 6 additions & 6 deletions documents/organization.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./organization/documentinfo.tex}
\input{./pages/organization/documentinfo.tex}
% footertext
\newcommand{\footline}{RoboCup@Home Organization document / \rulebookVersion}
\input{./setup/styling.tex}
Expand All @@ -34,12 +34,12 @@

\begin{document}

\input{organization/titlepage}
\input{pages/organization/titlepage}

\setcounter{page}{0}
\pagenumbering{roman}
\pagestyle{empty}
\input{organization/about}
\input{pages/organization/about}
\input{pages/acknowledgments}
\clearpage

Expand All @@ -50,9 +50,9 @@
\setcounter{page}{1}
\pagenumbering{arabic}

\input{organization/Introduction}
\input{organization/GeneralRules}
\input{organization/Setup}
\input{pages/organization/Introduction}
\input{pages/organization/GeneralRules}
\input{pages/organization/Setup}

\printabx
\printidx
Expand Down
12 changes: 6 additions & 6 deletions documents/rulebook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./rulebook_pages/documentinfo.tex}
\input{./pages/rulebook/documentinfo.tex}
% footertext
\newcommand{\footline}{RoboCup@Home Rulebook / \rulebookVersion}
\input{./setup/styling.tex}
Expand All @@ -38,12 +38,12 @@

\begin{document}

\input{./rulebook_pages/titlepage}
\input{./pages/rulebook/titlepage}

\setcounter{page}{0}
\pagenumbering{roman}
\pagestyle{empty}
\input{rulebook_pages/about}
\input{pages/rulebook/about}
\input{pages/acknowledgments}
\clearpage

Expand All @@ -54,11 +54,11 @@
\setcounter{page}{1}
\pagenumbering{arabic}

\input{rulebook_pages/Introduction}
\input{pages/rulebook/Introduction}

%\input{CompetitionConcepts}
%\input{roadmap/CompetitionConcepts}

\input{rulebook_pages/GeneralRules}
\input{pages/rulebook/GeneralRules}

%\input{Setup}

Expand Down
2 changes: 1 addition & 1 deletion documents/scoresheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

\pagestyle{plain}

\input{registration_form.tex}
\input{pages/scoresheets/registration_form.tex}

\renewcommand{\shortScoresheet}{false}

Expand Down
2 changes: 1 addition & 1 deletion Appendices.tex → pages/Appendices.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

\input{pages/example_skills}
\newpage
\input{general_rules/arena_decorations.tex}
\input{pages/general_rules/arena_decorations.tex}

\end{appendices}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions general_rules/Robots.tex → pages/general_rules/Robots.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ \subsection{Appearance and Safety}
\end{enumerate}
The compliance with these rules will be verified during \RobotInspection{} (see \ref{sec:robot_inspection}).

\input{general_rules/Robots-SPL}
\input{pages/general_rules/Robots-SPL}

\input{general_rules/Robots-OPL}
\input{pages/general_rules/Robots-OPL}



Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ \chapter{General Rules and Regulations}
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{pages/general_rules/TeamRegistration}

\input{general_rules/vizbox}
\input{pages/general_rules/vizbox}

%\input{general_rules/Scenario}
%\input{pages/general_rules/Scenario}

\input{general_rules/Robots}
\input{pages/general_rules/Robots}

\input{general_rules/ExternalDevices}
\input{pages/general_rules/ExternalDevices}

\input{general_rules/Organization}
\input{pages/general_rules/Organization}

\input{general_rules/Procedure}
\input{pages/general_rules/Procedure}

%\input{general_rules/ContinueRules.tex}
%\input{pages/general_rules/ContinueRules.tex}

\input{general_rules/PenaltiesBonuses}
\input{pages/general_rules/PenaltiesBonuses}

\input{general_rules/OpenChallenge}
\input{pages/general_rules/OpenChallenge}

% Local Variables:
% TeX-master: "Rulebook"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
\chapter{Introduction}
\label{chap:introduction}

\input{introduction/Organization}
\input{pages/introduction/Organization}

\input{introduction/Infrastructure}
\input{pages/introduction/Infrastructure}

\input{introduction/Leagues}
\input{pages/introduction/Leagues}

%\input{introduction/Competition}
%\input{pages/introduction/Competition}

\input{introduction/Awards}
\input{pages/introduction/Awards}

% Local Variables:
% TeX-master: "Rulebook"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions rulebook_pages/GeneralRules.tex → pages/rulebook/GeneralRules.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ \chapter{General Rules and Regulations}
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{pages/general_rules/TeamRegistration}

%\input{general_rules/vizbox}
%\input{pages/general_rules/vizbox}

\input{general_rules/Scenario}
\input{pages/general_rules/Scenario}

%\input{general_rules/Robots}
%\input{pages/general_rules/Robots}

%\input{general_rules/ExternalDevices}
%\input{pages/general_rules/ExternalDevices}

%\input{general_rules/Organization}
%\input{pages/general_rules/Organization}

%\input{general_rules/Procedure}
%\input{pages/general_rules/Procedure}

\input{general_rules/ContinueRules}
\input{general_rules/PenaltiesBonuses}
\input{pages/general_rules/ContinueRules}
\input{pages/general_rules/PenaltiesBonuses}

%\input{general_rules/OpenChallenge}
%\input{pages/general_rules/OpenChallenge}

%\input{general_rules/ManipulationChallenge}
%\input{pages/general_rules/ManipulationChallenge}
% Local Variables:
% TeX-master: "Rulebook"
% End:
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ \section{RoboCup@Home}
The focus is on, but is not limited to, the following domains: human-robot interaction and cooperation, navigation and mapping in dynamic environments, computer vision and object recognition under natural light conditions, object manipulation, adaptive behaviors, behavior integration, ambient intelligence, standardization and system integration.
The competition is co-located with the RoboCup symposium.

%\input{introduction/Organization}
%\input{pages/introduction/Organization}

%\input{introduction/Infrastructure}
%\input{pages/introduction/Infrastructure}

%\input{introduction/Leagues}
%\input{pages/introduction/Leagues}

\input{introduction/Competition}
\input{pages/introduction/Competition}

%\input{introduction/Awards}
%\input{pages/introduction/Awards}

% Local Variables:
% TeX-master: "Rulebook"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.