aboutsummaryrefslogtreecommitdiff
path: root/presentation.tex
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 19:03:53 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 19:03:53 +0100
commit48694cec5ea35fb267dc668c3dee1cc0ee8c174e (patch)
tree59366ebfeefd87da8db8bb46679b92dc182333e8 /presentation.tex
parent649e06e228c941e5b3baa8c9fd0752354669c69a (diff)
Creation of presentation
Diffstat (limited to 'presentation.tex')
-rw-r--r--presentation.tex81
1 files changed, 81 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex
new file mode 100644
index 0000000..5f557b2
--- /dev/null
+++ b/presentation.tex
@@ -0,0 +1,81 @@
+%% If you have any problems using this template, please contact the author: %%
+%% timhosgood@gmail.com %%
+
+%% Modified by Mohit Agarwal <mohit.agarwal@sky.com><mohit.uk>[2021]
+
+\documentclass[aspectratio=169]{beamer}
+%\usepackage{charter}
+\usepackage{tikz}
+\usepackage{graphicx}
+\usepackage{amsmath}
+\usepackage{amssymb}
+
+\beamertemplatenavigationsymbolsempty % remove navigation bar
+
+\setbeamertemplate{headline}
+
+%% Title slide formatting %%
+
+\setbeamerfont{subtitle}{size=\tiny}
+\setbeamertemplate{title page}{
+ \begin{center}
+ \textit{\Large\inserttitle}
+
+ \vspace{20pt}
+ \insertauthor
+
+ \vspace{20pt}
+ \textbf{\small\insertinstitute}
+
+ \small\insertdate
+ \end{center}
+}
+
+
+
+%% General slide formatting %%
+
+\definecolor{oxfordblue}{RGB}{4,30,66}
+
+\setbeamertemplate{frametitle}{
+ \begin{flushleft}
+ \textit{\textbf{\large\color{oxfordblue}\insertframetitle}}
+
+ \normalsize\color{oxfordblue}\insertframesubtitle
+ \end{flushleft}
+}
+
+
+%% Information (author, title, etc.) %%
+
+\title[Paper planes]{Paper Planes} % short title, long title
+\author{
+ Mohit Agarwal
+}
+\institute{
+}
+\date[]{Last modified July 2021} % short date for footer
+
+
+\usefonttheme{serif}
+
+%% Content of slides %%
+
+\begin{document}
+
+\maketitle
+
+\begin{frame}
+ \frametitle{Why does a plane fly?}
+
+ Discuss
+
+ \begin{itemize}
+ \item Why does a plane fly?
+ \item Why does a paper plane fly?
+ \item What makes a good plane?
+ \item What makes a good paper plane?
+ \end{itemize}
+
+\end{frame}
+\end{document}