forked from growolff/RuleBook_battlebots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.tex
97 lines (74 loc) · 2.96 KB
/
titlepage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for horizontal lines, change thickness here
\center % Centre everything on the page
%------------------------------------------------
% Logo
%------------------------------------------------
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{./images/logos/BRC_SinFondo.png}
\end{figure}
%------------------------------------------------
% Title
%------------------------------------------------
\HRule\\[0.4cm]
{\Huge\bfseries Beauchef Robotic Challenge}\\[0.4cm] % Title of your document
{\LARGE\bfseries \subtitle}
\HRule\\[1.5cm]
\vfill\vfill
%------------------------------------------------
% Organization
%------------------------------------------------
{\Large\bfseries Organizan}
\begin{figure}[h!]
\centering
\begin{minipage}{.24\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/comrob.png}
\end{minipage}
\hspace{1cm}
\begin{minipage}{.24\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/fablab.jpg}
\end{minipage}
\hspace{1cm}
\begin{minipage}{.26\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/bp.png}
\end{minipage}
\end{figure}
{\large\bfseries Colaboran}
\begin{figure}[h!]
\centering
\begin{minipage}{.2\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/ob.png}
\end{minipage}
\hspace{1cm}
\begin{minipage}{.3\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/fcfm_vertical_png.png}
\end{minipage}
\hspace{1cm}
\begin{minipage}{.2\textwidth}
\centering
\includegraphics[width=\linewidth]{./images/logos/timer.png}
\end{minipage}
\end{figure}
\vfill\vfill\vfill % Position the date 3/4 down the remaining page
%------------------------------------------------
% Date
%------------------------------------------------
{\large Versión: \the\year} % Date, change the \today to a set date if you want to be precise
%------------------------------------------------
% Logo
%------------------------------------------------
%\vfill\vfill
%\includegraphics[width=0.2\textwidth]{placeholder.jpg}\\[1cm] % Include a department/university logo - this will require the graphicx package
%----------------------------------------------------------------------------------------
\vfill % Push the date up 1/4 of the remaining page
\end{titlepage}
%----------------------------------------------------------------------------------------