summaryrefslogtreecommitdiff
path: root/presentation.tex
blob: 328a2ddfd20c91a2684c7b8f5de209d25067fbdf (plain)
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
\documentclass{beamer}

\usepackage[utf8]{inputenc}
\usepackage{meta}

\usefonttheme{serif}
\title{\doctitle}
\author{\ponename{} (\poneusn)}
\institute[R V College of Engineering]
{
    Submitted To: \faculty{}\\
    \facultypost{}
    \facultydept{}
    \and
    Self Study Assignment
}

\setbeamerfont{author}{size=\fontsize{10}{10}\normalfont}
\setbeamerfont{institute}{size=\fontsize{10}{10}\itshape}
\setbeamerfont{title}{size=\fontsize{25}{25}\bfseries}
\setbeamerfont{subtitle}{size=\Large\normalfont\slshape}
\setbeamerfont{minititle}{size=\fontsize{7}{7}\normalfont\bfseries}

\setbeamertemplate{title page}{%
    \usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\\
    \usebeamerfont{subtitle}\usebeamercolor[fg]{institute}\csubject{} --- \coursecode{}\\
    \vspace{2cm}
    \usebeamerfont{minititle}\usebeamercolor[fg]{normal text}SUBMITTED BY:\\
    \usebeamerfont{author}\usebeamercolor[fg]{author}\ponename{} (\poneusn{})\\
    \usebeamerfont{author}\usebeamercolor[fg]{author}\ptwoname{} (\ptwousn{})\\

    \vspace{1cm}
    \usebeamerfont{minititle}\usebeamercolor[fg]{normal text}SUBMITTED TO:\\
    \usebeamerfont{author}\usebeamercolor[fg]{author}\faculty{}\\
    \usebeamerfont{author}\usebeamercolor[fg]{author}\facultypost{}\\
    \usebeamerfont{author}\usebeamercolor[fg]{author}\facultydept{}\\
}

\begin{document}

\frame{\titlepage}

\begin{frame}
    \frametitle{Outline}
\end{frame}

\end{document}