Skip to content

Commit 57e91af

Browse files
committed
Reorganized header images
Added new OnStage Logo Added higher res RC Logos Moved header image from header files to preamble Adjusted spacing in header
1 parent bda7ac1 commit 57e91af

File tree

9 files changed

+11
-29
lines changed

9 files changed

+11
-29
lines changed

.ci/tex-to-pdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for FILE in *.tex; do
2121
cat "$FILE" | awk 'f;/\\mainmatter/{f=1}' > "${FILE_NAME}_without_preamble.tex"
2222

2323
ORIGINAL_TITLE_LINE=$(grep -m 1 '^\\title' "$FILE")
24-
TITLE_LINE=$(echo "$ORIGINAL_TITLE_LINE" | sed 's/\\title{\(.*\)}/\\title{\\vspace{-5ex}\1\\vspace{-9ex}}/')
24+
TITLE_LINE=$(echo "$ORIGINAL_TITLE_LINE" | sed 's/\\title{\(.*\)}/\\title{\\vspace{0pt}\1\\vspace{-80pt}}/')
2525

2626
# Concat the standardized preamble with the "without_preamble" version of the file + additional content
2727
if [[ "$FILE_NAME" == 00_* || ! "$FILE_NAME" =~ ^[0-9]{2}_ ]]; then

media/logos/logo_onstage.png

170 KB
Loading

media/logos/logo_robocup.png

107 KB
Loading

media/logos/logo_robocupjunior.png

389 KB
Loading

media/robocup_header.png

-211 KB
Binary file not shown.
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
\lhead{}
2-
\chead{}
3-
\rhead{\includegraphics[width=8cm]{media/robocup_header.png}}
4-
\renewcommand{\headrulewidth}{0pt}
5-
%\renewcommand{\topmargin}{-20pt}
6-
71
\rfoot{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
82
\lfoot{\textit{Rules as of \today}}
93
\cfoot{}
@@ -13,6 +7,4 @@
137
\fancyhf{}
148
\fancyfoot[L]{\textit{Rules as of \today}}
159
\fancyfoot[R]{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
16-
}
17-
18-
\vspace{20pt}
10+
}

onstage_rules/header_footer.tex

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
\lhead{}
2-
\chead{}
3-
\rhead{\includegraphics[width=8cm]{media/robocup_header.png}}
4-
\renewcommand{\headrulewidth}{0pt}
5-
%\renewcommand{\topmargin}{-20pt}
6-
71
\rfoot{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
82
\lfoot{\textit{Rules as of \today}}
93
\cfoot{}
@@ -13,6 +7,4 @@
137
\fancyhf{}
148
\fancyfoot[L]{\textit{Rules as of \today}}
159
\fancyfoot[R]{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
16-
}
17-
18-
\vspace{20pt}
10+
}
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
\lhead{}
2-
\chead{}
3-
\rhead{\includegraphics[width=8cm]{media/robocup_header.png}}
4-
\renewcommand{\headrulewidth}{0pt}
5-
%\renewcommand{\topmargin}{-20pt}
6-
71
\rfoot{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
82
\lfoot{\textit{Scoresheets as of \today}}
93
\cfoot{}
@@ -13,6 +7,4 @@
137
\fancyhf{}
148
\fancyfoot[L]{\textit{Scoresheets as of \today}}
159
\fancyfoot[R]{Page \textbf{\thepage} of \textbf{\pageref{LastPage}}}
16-
}
17-
18-
\vspace{20pt}
10+
}

preamble.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,10 @@
7979

8080
\pagestyle{fancy}
8181

82-
\begin{document}
82+
\begin{document}
83+
84+
\lhead{\includegraphics[height=1.5cm]{media/logos/logo_robocupjunior.png}}
85+
\chead{\includegraphics[height=1.5cm]{media/logos/logo_onstage.png}}
86+
\rhead{\includegraphics[height=1.5cm]{media/logos/logo_robocup.png}}
87+
\renewcommand{\headrulewidth}{0pt}
88+
\renewcommand{\topmargin}{-60pt}

0 commit comments

Comments
 (0)