File tree Expand file tree Collapse file tree 9 files changed +11
-29
lines changed Expand file tree Collapse file tree 9 files changed +11
-29
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 {}
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+ }
Original file line number Diff line number Diff line change 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 {}
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+ }
Original file line number Diff line number Diff line change 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 {}
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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments