-
Notifications
You must be signed in to change notification settings - Fork 9
/
title.tex
90 lines (74 loc) · 2.37 KB
/
title.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
% Copyright (c) 2019 FLAG lab
% Minimal information to be in the cover page:
% - Thesis title
% - Authors full name
% - Date of the defense (Month-yeat)
% - The text "Thesis presented for the fulfillment of the degree of DEGREE in Engineering
% - Name of the faculty
% - Name and logo of the program and research lab
\newcommand{\Author}{NAME LASTNAME}
\newcommand{\MainTitle}{TITLE}
\newcommand{\SecondaryTitle}{} % If needed
\newcommand{\ShortSecondaryTitle}{SHORT TITLE} %If needed
\newcommand{\PublicDefenceDate}{\today}
\titlehead{%
\begin{minipage}{0.5\textwidth}
\centering
\begin{flushleft}
\includegraphics[height=1.5cm]{figures/logo_misis}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.5\textwidth}
\centering
\begin{flushright}
\includegraphics[height=1cm]{figures/Flag-logo}
\end{flushright}
\end{minipage}
}
\subject{Dissertation}
\title{\MainTitle\\[.5ex]\Large\SecondaryTitle}
\author{\Author}
\date{\vskip 0.4em\normalsize{\PublicDefenceDate}}
\publishers{%
\normalsize
\parbox{.7\linewidth}{\centering\textsl{This thesis is submitted in partial fulfillment of the requirements \\
for a degree of
Master in Systems and Computing Engineering (MISIS). %Change to specific program
}}
\vfill
\begin{tabularx}{1.01\linewidth}{Xr}
\textbf{Thesis Committee:} & \\[1ex]
Prof. Name \textsc{Last name} (Promotor) &
Universidad de los Andes, Colombia\\
Prof. Reviewer 1 \textsc{Reviewer 1} &
Institution, Country\\
Prof. Reviewer 2 \textsc{Reviewer 2} &
Institution, Country\\
\end{tabularx}}
\uppertitleback{%
{\relsize{2} \MainTitle}\\[2pt]
{\relsize{1} \SecondaryTitle}
\vspace{1em}%
{\textcopyright} YEAR \Author\\[1ex]
Systems and Computing Engineering Department\\
FLAG lab\\ %Change to specific group
Faculty of Engineering\\
Universidad de los Andes\\
Bogot\'a, Colombia
\vspace{1em}%
%FUNDING INFORMATION FOR PHD THESES
\vspace{1em}%
This manuscript has been set with the help of {\TeX \textsc{Shop}} and
\ifxetex\XeTeX\else\textsc{PDF}\LaTeX\fi\ (with
{\textsc{Bib}\TeX} support). Bugs have been
tracked down in the text and squashed thanks to \textit{Bugs in
Writing} by \citet{dupre98bugs} and \textit{Elements of Style}
by \citet{strunk+00style}.}
\lowertitleback{%
\footnotesize%
}
\begin{flushright}
\dedication{DEDICATION}
\end{flushright}
\maketitle
\endinput