-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitlepage.tex
More file actions
58 lines (48 loc) · 2.37 KB
/
titlepage.tex
File metadata and controls
58 lines (48 loc) · 2.37 KB
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
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.1mm}}
\centering % Center everything on the page
%---------------------------------------------------------------------------------
\centering
\includegraphics[width = .2\textwidth]{DU}\\
% HEADING SECTIONS (Enter the Homework/assignment No., only)
%---------------------------------------------------------------------------------
\textsc{\Large Department of\\ Robotics and Mechatronics Engineering}\\[0.5cm]
\textsc{\LARGE University of Dhaka}\\[1.cm]
\textsc{\Large RME 410: Dissertation}\\[0.5cm] % heading course Number
%\textsc{\Large }\\[0.5cm] % heading course name
%\textsc{\large }\\% Minor heading
%---------------------------------------------------------------------------------
% TITLE SECTION (Replace 'TITLE' with the Homework/assignment Name/title)
%---------------------------------------------------------------------------------
\HRule \\[.5cm]
{ \LARGE \bfseries Robot Navigation from Natural Language Instructions}\\[0.1cm] % Title of your Homework/assignment
\HRule \\[1.5cm]
%---------------------------------------------------------------------------------
% AUTHOR SECTION (EDIT THE NAME and T.NO., only)
%---------------------------------------------------------------------------------
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Submitted by :}\\
Foysal Khandakar Joy\\
Roll: 410\\[0.2cm]
Harish Pasha Dipto\\
Roll: SH-092-013\\
% Enter Your name and T.No.
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Supervised by:} \\
Sujan Sarker\\
Lecturer\\
Dept. of Robotics and Mechatronics Engineering\\
University of Dhaka % Supervisor's Name
\end{flushright}
\end{minipage}\\[1cm]
\vfill
% \emph{Signature of Supervisor}\\
\vfill
%{\large Date of Submission: 2 January, 2020}\\[1cm] % Date, change the \today to a set date if you want to be precise
%\includegraphics{UDM_LOGO_DM_BL_ST_RGB.jpg}% \\[0.5cm] %
\vfill % Fill the rest of the page with white-space
\end{titlepage}