Skip to content

Commit a9cd445

Browse files
uvidyadharanacharraggi
authored andcommitted
Move pdf to Evergreen (#360)
1 parent ead1e5e commit a9cd445

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
1010 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
latex_logo = "assets/Latex_Logo_FTC.png"
104104

105-
latex_additional_files = ["assets/Latex_Footer_FTC.png", "_static/RTX.png", 'assets/FTC_Into_The_Deep_Title.pdf']
105+
latex_additional_files = ["assets/Latex_Footer_FTC.png", "_static/RTX.png", 'assets/FTC_Evergreen_Title.pdf']
106106

107107
# Disable xindy support
108108
# See: https://github.com/readthedocs/readthedocs.org/issues/5476
@@ -194,20 +194,19 @@
194194
right=0.5in,
195195
top=0.5in,
196196
bottom=0.5in}
197+
\definecolor{customTitleColor}{RGB}{223,131,68}
197198
\pagenumbering{Roman}
198199
\begin{titlepage}
199200
200-
\AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{FTC_Into_The_Deep_Title.pdf}}
201-
\vspace*{113mm}
201+
\AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{FTC_Evergreen_Title.pdf}}
202+
\vspace*{100mm}
202203
\begin{flushright}
203204
\begin{center}
204-
\textbf{\Large {2024-2025 \emph{FIRST} Tech Challenge}}
205+
{\fontsize{40pt}{48pt}\selectfont \textbf{\textcolor{customTitleColor}{\thetitle}}}
205206
\\
206207
\vspace{4mm}
207-
\textbf{\Huge {\thetitle}}
208-
\\
209-
\vspace*{\fill}
210208
\textbf{\Large {\emph{FIRST} Tech Challenge Documentation}}
209+
\vspace*{\fill}
211210
\end{center}
212211
\end{flushright}
213212
\end{titlepage}

0 commit comments

Comments
 (0)