Skip to content

Commit

Permalink
differentiate documentinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren committed Jan 16, 2024
1 parent 48afd96 commit 7571ed6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Organization.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@

\begin{document}

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

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

\pagestyle{plain}
Expand All @@ -52,7 +52,7 @@

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

\printabx
\printidx
Expand Down
11 changes: 11 additions & 0 deletions organization/documentinfo.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
%%% DOCUMENTINFO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{
pdftitle = {RoboCup@Home Rules and Regulations on the organization of the competition},
pdfsubject = {RoboCup@Home Organization},
pdfauthor = {RoboCup@Home Technical Committee},
pdfkeywords = {RoboCup, @Home, Rules, Competition},
colorlinks = true,
anchorcolor = blue,
linkcolor = blue,
urlcolor = blue,
}
1 change: 1 addition & 0 deletions rulebook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./rulebook_pages/documentinfo.tex}
\input{./setup/styling.tex}


Expand Down
11 changes: 11 additions & 0 deletions rulebook_pages/documentinfo.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
%%% DOCUMENTINFO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{
pdftitle = {RoboCup@Home Rules and Regulations},
pdfsubject = {RoboCup@Home Rulebook},
pdfauthor = {RoboCup@Home Technical Committee},
pdfkeywords = {RoboCup, @Home, Rules, Competition},
colorlinks = true,
anchorcolor = blue,
linkcolor = blue,
urlcolor = blue,
}
14 changes: 1 addition & 13 deletions setup/config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,4 @@
\addtokomafont{caption}{\small}
\setkomafont{captionlabel}{\small\bfseries}
\setkomafont{descriptionlabel}{\normalfont\bfseries}
\renewcommand*{\chapterformat}{\LARGE{Chapter \thechapter}}

%%% DOCUMENTINFO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{
pdftitle = {RoboCup@Home Rules and Regulations},
pdfsubject = {RoboCup@Home Rulebook},
pdfauthor = {RoboCup@Home Technical Committee},
pdfkeywords = {RoboCup, @Home, Rules, Competition},
colorlinks = true,
anchorcolor = blue,
linkcolor = blue,
urlcolor = blue,
}
\renewcommand*{\chapterformat}{\LARGE{Chapter \thechapter}}

0 comments on commit 7571ed6

Please sign in to comment.