From 3c1c570dc900cfdd4d7e6f6caa5bebce4bf4655c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20R=C3=BCgemer?= Date: Mon, 30 Sep 2024 10:27:03 +0200 Subject: [PATCH] move more pages to reduce clutter in repo root --- .gitignore | 1 + Roadmap.tex => documents/Roadmap.tex | 8 +++---- documents/organization.tex | 12 +++++----- documents/rulebook.tex | 12 +++++----- documents/scoresheets.tex | 2 +- Appendices.tex => pages/Appendices.tex | 2 +- .../general_rules}/AudienceInteraction.tex | 0 .../general_rules}/ContinueRules.tex | 0 .../general_rules}/ExternalDevices.tex | 0 .../general_rules}/ManipulationChallenge.tex | 0 .../general_rules}/OpenChallenge.tex | 0 .../general_rules}/Organization.tex | 0 .../general_rules}/PenaltiesBonuses.tex | 0 .../general_rules}/Procedure.tex | 0 .../general_rules}/Robots-OPL.tex | 0 .../general_rules}/Robots-SPL.tex | 0 .../general_rules}/Robots.tex | 4 ++-- .../general_rules}/Scenario.tex | 0 .../general_rules}/TeamRegistration.tex | 0 .../general_rules}/arena_decorations.tex | 0 .../general_rules}/vizbox.tex | 0 .../introduction}/Awards.tex | 0 .../introduction}/Competition.tex | 0 .../introduction}/Infrastructure.tex | 0 .../introduction}/Leagues.tex | 0 .../introduction}/Organization.tex | 0 .../organization}/GeneralRules.tex | 20 ++++++++--------- .../organization}/Introduction.tex | 10 ++++----- .../organization}/Setup.tex | 0 .../organization}/about.tex | 0 .../organization}/documentinfo.tex | 0 .../organization}/titlepage.tex | 0 .../roadmap/CompetitionConcepts.tex | 0 .../roadmap}/acknowledgments.tex | 0 {roadmap => pages/roadmap}/documentinfo.tex | 0 {roadmap => pages/roadmap}/titlepage.tex | 0 .../rulebook}/GeneralRules.tex | 22 +++++++++---------- .../rulebook}/Introduction.tex | 10 ++++----- {rulebook_pages => pages/rulebook}/about.tex | 0 .../rulebook}/documentinfo.tex | 0 .../rulebook}/titlepage.tex | 0 .../scoresheets/registration_form.tex | 0 42 files changed, 52 insertions(+), 51 deletions(-) rename Roadmap.tex => documents/Roadmap.tex (89%) rename Appendices.tex => pages/Appendices.tex (89%) rename {general_rules => pages/general_rules}/AudienceInteraction.tex (100%) rename {general_rules => pages/general_rules}/ContinueRules.tex (100%) rename {general_rules => pages/general_rules}/ExternalDevices.tex (100%) rename {general_rules => pages/general_rules}/ManipulationChallenge.tex (100%) rename {general_rules => pages/general_rules}/OpenChallenge.tex (100%) rename {general_rules => pages/general_rules}/Organization.tex (100%) rename {general_rules => pages/general_rules}/PenaltiesBonuses.tex (100%) rename {general_rules => pages/general_rules}/Procedure.tex (100%) rename {general_rules => pages/general_rules}/Robots-OPL.tex (100%) rename {general_rules => pages/general_rules}/Robots-SPL.tex (100%) rename {general_rules => pages/general_rules}/Robots.tex (95%) rename {general_rules => pages/general_rules}/Scenario.tex (100%) rename {general_rules => pages/general_rules}/TeamRegistration.tex (100%) rename {general_rules => pages/general_rules}/arena_decorations.tex (100%) rename {general_rules => pages/general_rules}/vizbox.tex (100%) rename {introduction => pages/introduction}/Awards.tex (100%) rename {introduction => pages/introduction}/Competition.tex (100%) rename {introduction => pages/introduction}/Infrastructure.tex (100%) rename {introduction => pages/introduction}/Leagues.tex (100%) rename {introduction => pages/introduction}/Organization.tex (100%) rename {organization => pages/organization}/GeneralRules.tex (67%) rename {organization => pages/organization}/Introduction.tex (64%) rename {organization => pages/organization}/Setup.tex (100%) rename {organization => pages/organization}/about.tex (100%) rename {organization => pages/organization}/documentinfo.tex (100%) rename {organization => pages/organization}/titlepage.tex (100%) rename CompetitionConcepts.tex => pages/roadmap/CompetitionConcepts.tex (100%) rename {roadmap => pages/roadmap}/acknowledgments.tex (100%) rename {roadmap => pages/roadmap}/documentinfo.tex (100%) rename {roadmap => pages/roadmap}/titlepage.tex (100%) rename {rulebook_pages => pages/rulebook}/GeneralRules.tex (64%) rename {rulebook_pages => pages/rulebook}/Introduction.tex (88%) rename {rulebook_pages => pages/rulebook}/about.tex (100%) rename {rulebook_pages => pages/rulebook}/documentinfo.tex (100%) rename {rulebook_pages => pages/rulebook}/titlepage.tex (100%) rename registration_form.tex => pages/scoresheets/registration_form.tex (100%) diff --git a/.gitignore b/.gitignore index 681e8c50..9c0025cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .build +.vscode *.aux *.glo diff --git a/Roadmap.tex b/documents/Roadmap.tex similarity index 89% rename from Roadmap.tex rename to documents/Roadmap.tex index 9e13b092..5996cd53 100644 --- a/Roadmap.tex +++ b/documents/Roadmap.tex @@ -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} @@ -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} @@ -53,7 +53,7 @@ \setcounter{page}{1} \pagenumbering{arabic} -\input{CompetitionConcepts} +\input{roadmap/CompetitionConcepts} diff --git a/documents/organization.tex b/documents/organization.tex index d0b2644d..9b23b344 100644 --- a/documents/organization.tex +++ b/documents/organization.tex @@ -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} @@ -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 @@ -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 diff --git a/documents/rulebook.tex b/documents/rulebook.tex index 1417d5cf..b3eab022 100644 --- a/documents/rulebook.tex +++ b/documents/rulebook.tex @@ -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} @@ -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 @@ -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} diff --git a/documents/scoresheets.tex b/documents/scoresheets.tex index 4789fd28..3c08bbcc 100644 --- a/documents/scoresheets.tex +++ b/documents/scoresheets.tex @@ -89,7 +89,7 @@ \pagestyle{plain} -\input{registration_form.tex} +\input{pages/scoresheets/registration_form.tex} \renewcommand{\shortScoresheet}{false} diff --git a/Appendices.tex b/pages/Appendices.tex similarity index 89% rename from Appendices.tex rename to pages/Appendices.tex index ac944216..fa8ed84a 100644 --- a/Appendices.tex +++ b/pages/Appendices.tex @@ -4,7 +4,7 @@ \input{pages/example_skills} \newpage -\input{general_rules/arena_decorations.tex} +\input{pages/general_rules/arena_decorations.tex} \end{appendices} diff --git a/general_rules/AudienceInteraction.tex b/pages/general_rules/AudienceInteraction.tex similarity index 100% rename from general_rules/AudienceInteraction.tex rename to pages/general_rules/AudienceInteraction.tex diff --git a/general_rules/ContinueRules.tex b/pages/general_rules/ContinueRules.tex similarity index 100% rename from general_rules/ContinueRules.tex rename to pages/general_rules/ContinueRules.tex diff --git a/general_rules/ExternalDevices.tex b/pages/general_rules/ExternalDevices.tex similarity index 100% rename from general_rules/ExternalDevices.tex rename to pages/general_rules/ExternalDevices.tex diff --git a/general_rules/ManipulationChallenge.tex b/pages/general_rules/ManipulationChallenge.tex similarity index 100% rename from general_rules/ManipulationChallenge.tex rename to pages/general_rules/ManipulationChallenge.tex diff --git a/general_rules/OpenChallenge.tex b/pages/general_rules/OpenChallenge.tex similarity index 100% rename from general_rules/OpenChallenge.tex rename to pages/general_rules/OpenChallenge.tex diff --git a/general_rules/Organization.tex b/pages/general_rules/Organization.tex similarity index 100% rename from general_rules/Organization.tex rename to pages/general_rules/Organization.tex diff --git a/general_rules/PenaltiesBonuses.tex b/pages/general_rules/PenaltiesBonuses.tex similarity index 100% rename from general_rules/PenaltiesBonuses.tex rename to pages/general_rules/PenaltiesBonuses.tex diff --git a/general_rules/Procedure.tex b/pages/general_rules/Procedure.tex similarity index 100% rename from general_rules/Procedure.tex rename to pages/general_rules/Procedure.tex diff --git a/general_rules/Robots-OPL.tex b/pages/general_rules/Robots-OPL.tex similarity index 100% rename from general_rules/Robots-OPL.tex rename to pages/general_rules/Robots-OPL.tex diff --git a/general_rules/Robots-SPL.tex b/pages/general_rules/Robots-SPL.tex similarity index 100% rename from general_rules/Robots-SPL.tex rename to pages/general_rules/Robots-SPL.tex diff --git a/general_rules/Robots.tex b/pages/general_rules/Robots.tex similarity index 95% rename from general_rules/Robots.tex rename to pages/general_rules/Robots.tex index df5c6daf..619d5933 100644 --- a/general_rules/Robots.tex +++ b/pages/general_rules/Robots.tex @@ -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} diff --git a/general_rules/Scenario.tex b/pages/general_rules/Scenario.tex similarity index 100% rename from general_rules/Scenario.tex rename to pages/general_rules/Scenario.tex diff --git a/general_rules/TeamRegistration.tex b/pages/general_rules/TeamRegistration.tex similarity index 100% rename from general_rules/TeamRegistration.tex rename to pages/general_rules/TeamRegistration.tex diff --git a/general_rules/arena_decorations.tex b/pages/general_rules/arena_decorations.tex similarity index 100% rename from general_rules/arena_decorations.tex rename to pages/general_rules/arena_decorations.tex diff --git a/general_rules/vizbox.tex b/pages/general_rules/vizbox.tex similarity index 100% rename from general_rules/vizbox.tex rename to pages/general_rules/vizbox.tex diff --git a/introduction/Awards.tex b/pages/introduction/Awards.tex similarity index 100% rename from introduction/Awards.tex rename to pages/introduction/Awards.tex diff --git a/introduction/Competition.tex b/pages/introduction/Competition.tex similarity index 100% rename from introduction/Competition.tex rename to pages/introduction/Competition.tex diff --git a/introduction/Infrastructure.tex b/pages/introduction/Infrastructure.tex similarity index 100% rename from introduction/Infrastructure.tex rename to pages/introduction/Infrastructure.tex diff --git a/introduction/Leagues.tex b/pages/introduction/Leagues.tex similarity index 100% rename from introduction/Leagues.tex rename to pages/introduction/Leagues.tex diff --git a/introduction/Organization.tex b/pages/introduction/Organization.tex similarity index 100% rename from introduction/Organization.tex rename to pages/introduction/Organization.tex diff --git a/organization/GeneralRules.tex b/pages/organization/GeneralRules.tex similarity index 67% rename from organization/GeneralRules.tex rename to pages/organization/GeneralRules.tex index 6607ee8f..706f297c 100644 --- a/organization/GeneralRules.tex +++ b/pages/organization/GeneralRules.tex @@ -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" diff --git a/organization/Introduction.tex b/pages/organization/Introduction.tex similarity index 64% rename from organization/Introduction.tex rename to pages/organization/Introduction.tex index d2f1db3b..ae0dacd2 100644 --- a/organization/Introduction.tex +++ b/pages/organization/Introduction.tex @@ -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" diff --git a/organization/Setup.tex b/pages/organization/Setup.tex similarity index 100% rename from organization/Setup.tex rename to pages/organization/Setup.tex diff --git a/organization/about.tex b/pages/organization/about.tex similarity index 100% rename from organization/about.tex rename to pages/organization/about.tex diff --git a/organization/documentinfo.tex b/pages/organization/documentinfo.tex similarity index 100% rename from organization/documentinfo.tex rename to pages/organization/documentinfo.tex diff --git a/organization/titlepage.tex b/pages/organization/titlepage.tex similarity index 100% rename from organization/titlepage.tex rename to pages/organization/titlepage.tex diff --git a/CompetitionConcepts.tex b/pages/roadmap/CompetitionConcepts.tex similarity index 100% rename from CompetitionConcepts.tex rename to pages/roadmap/CompetitionConcepts.tex diff --git a/roadmap/acknowledgments.tex b/pages/roadmap/acknowledgments.tex similarity index 100% rename from roadmap/acknowledgments.tex rename to pages/roadmap/acknowledgments.tex diff --git a/roadmap/documentinfo.tex b/pages/roadmap/documentinfo.tex similarity index 100% rename from roadmap/documentinfo.tex rename to pages/roadmap/documentinfo.tex diff --git a/roadmap/titlepage.tex b/pages/roadmap/titlepage.tex similarity index 100% rename from roadmap/titlepage.tex rename to pages/roadmap/titlepage.tex diff --git a/rulebook_pages/GeneralRules.tex b/pages/rulebook/GeneralRules.tex similarity index 64% rename from rulebook_pages/GeneralRules.tex rename to pages/rulebook/GeneralRules.tex index 2c9c5f96..10b97b05 100644 --- a/rulebook_pages/GeneralRules.tex +++ b/pages/rulebook/GeneralRules.tex @@ -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: diff --git a/rulebook_pages/Introduction.tex b/pages/rulebook/Introduction.tex similarity index 88% rename from rulebook_pages/Introduction.tex rename to pages/rulebook/Introduction.tex index 7d150914..289ee5fb 100644 --- a/rulebook_pages/Introduction.tex +++ b/pages/rulebook/Introduction.tex @@ -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" diff --git a/rulebook_pages/about.tex b/pages/rulebook/about.tex similarity index 100% rename from rulebook_pages/about.tex rename to pages/rulebook/about.tex diff --git a/rulebook_pages/documentinfo.tex b/pages/rulebook/documentinfo.tex similarity index 100% rename from rulebook_pages/documentinfo.tex rename to pages/rulebook/documentinfo.tex diff --git a/rulebook_pages/titlepage.tex b/pages/rulebook/titlepage.tex similarity index 100% rename from rulebook_pages/titlepage.tex rename to pages/rulebook/titlepage.tex diff --git a/registration_form.tex b/pages/scoresheets/registration_form.tex similarity index 100% rename from registration_form.tex rename to pages/scoresheets/registration_form.tex