summaryrefslogtreecommitdiff
path: root/presentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'presentation.tex')
-rw-r--r--presentation.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex
new file mode 100644
index 0000000..328a2dd
--- /dev/null
+++ b/presentation.tex
@@ -0,0 +1,47 @@
1\documentclass{beamer}
2
3\usepackage[utf8]{inputenc}
4\usepackage{meta}
5
6\usefonttheme{serif}
7\title{\doctitle}
8\author{\ponename{} (\poneusn)}
9\institute[R V College of Engineering]
10{
11 Submitted To: \faculty{}\\
12 \facultypost{}
13 \facultydept{}
14 \and
15 Self Study Assignment
16}
17
18\setbeamerfont{author}{size=\fontsize{10}{10}\normalfont}
19\setbeamerfont{institute}{size=\fontsize{10}{10}\itshape}
20\setbeamerfont{title}{size=\fontsize{25}{25}\bfseries}
21\setbeamerfont{subtitle}{size=\Large\normalfont\slshape}
22\setbeamerfont{minititle}{size=\fontsize{7}{7}\normalfont\bfseries}
23
24\setbeamertemplate{title page}{%
25 \usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\\
26 \usebeamerfont{subtitle}\usebeamercolor[fg]{institute}\csubject{} --- \coursecode{}\\
27 \vspace{2cm}
28 \usebeamerfont{minititle}\usebeamercolor[fg]{normal text}SUBMITTED BY:\\
29 \usebeamerfont{author}\usebeamercolor[fg]{author}\ponename{} (\poneusn{})\\
30 \usebeamerfont{author}\usebeamercolor[fg]{author}\ptwoname{} (\ptwousn{})\\
31
32 \vspace{1cm}
33 \usebeamerfont{minititle}\usebeamercolor[fg]{normal text}SUBMITTED TO:\\
34 \usebeamerfont{author}\usebeamercolor[fg]{author}\faculty{}\\
35 \usebeamerfont{author}\usebeamercolor[fg]{author}\facultypost{}\\
36 \usebeamerfont{author}\usebeamercolor[fg]{author}\facultydept{}\\
37}
38
39\begin{document}
40
41\frame{\titlepage}
42
43\begin{frame}
44 \frametitle{Outline}
45\end{frame}
46
47\end{document}