Skip to content
Draft
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ If you'd like to try it on your own, it should not be such a big problem,
provided you have [Docker](https://docker.com) installed. You can then go
thorugh the build process in two easy steps:

docker run -v $(pwd):/documents asciidoctor/docker-asciidoctor .ci/adoc-to-tex.sh rules
docker run -v $(pwd):/documents mrshu/texlive-dblatex .ci/tex-to-pdf.sh rules
docker run --rm -v $(pwd):/documents asciidoctor/docker-asciidoctor .ci/adoc-to-tex.sh rules
docker run --rm -v $(pwd):/documents mrshu/texlive-dblatex .ci/tex-to-pdf.sh rules

Which will make the `rules.adoc` file (in the current working directory --
that's the `$(pwd)` part) go through the build steps above and generate files
Expand Down
2 changes: 1 addition & 1 deletion general-rules
22 changes: 11 additions & 11 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
\usepackage{lastpage}
\usepackage{changes}
\usepackage{etoolbox}
% \usepackage{draftwatermark}
\usepackage{draftwatermark}

\let\openbox\relax
\usepackage[letterpaper, margin=1in, headheight=47pt]{geometry}
Expand All @@ -42,9 +42,9 @@
\usepackage[defaultsans]{droidsans}
\renewcommand{\familydefault}{\sfdefault}

% \SetWatermarkText{Draft}
% \SetWatermarkScale{2.3}
% \SetWatermarkAngle{70}
\SetWatermarkText{Draft}
\SetWatermarkScale{2.3}
\SetWatermarkAngle{70}

% Set paragraph numbers correctly (skip susubsection)
\setcounter{secnumdepth}{4}
Expand Down Expand Up @@ -89,7 +89,7 @@
\fancyhead[R]{\includegraphics[width=8cm]{media/image15.png}}
}

\title{\vspace{-5ex}RoboCupJunior Soccer Rules 2025\vspace{-5ex}}
\title{\vspace{-5ex}RoboCupJunior Soccer Draft Rules 2026\vspace{-5ex}}
\date{\vspace{-2ex}}

\definecolor{color-1}{rgb}{1,1,1}
Expand All @@ -110,7 +110,7 @@
\begin{minipage}{0.45\textwidth}
\centering
\begin{tabular}{lr}
\multicolumn{2}{l}{\textbf{Soccer League Committee 2025:}}\\
\multicolumn{2}{l}{\textbf{Soccer League Committee 2026:}}\\
Hikaru Sugiura & USA \\
Jakub Gál & Slovakia \\
Mohammad Hadi Shirani & Iran \\
Expand All @@ -123,13 +123,13 @@
\begin{minipage}{0.45\textwidth}
\centering
\begin{tabular}{lr}
\multicolumn{2}{l}{\textbf{Soccer League Committee 2024:}}\\
Michael Ambrose & USA \\
Ryely Burtenshaw-Day & New Zealand \\
Ivan Kolarić & Croatia \\
\multicolumn{2}{l}{\textbf{Soccer League Committee 2025:}}\\
Hikaru Sugiura & USA \\
Jakub Gál & Slovakia \\
Mohammad Hadi Shirani & Iran \\
David Schwarz & Germany \\
William Plummer & Australia (CHAIR) \\
Adrián Matejov & Slovakia \\
Isa El Doori & Netherlands \\
\end{tabular}
\end{minipage}
\end{tabular}
Expand Down
Loading