diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-02 21:01:05 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-02 21:01:05 +0100 |
| commit | ef23520a6f5d2710b4c0553a8cd9c0c04f8522b6 (patch) | |
| tree | 373ec869056272a9f57cf04d7ed465a67d45e0d4 /presentation.tex | |
| parent | 858fee1c0754c76aa24aeffef3d8811f81b70794 (diff) | |
Move presentation to markdown. Add an image for classic design.
Diffstat (limited to 'presentation.tex')
| -rw-r--r-- | presentation.tex | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/presentation.tex b/presentation.tex deleted file mode 100644 index cfdfc51..0000000 --- a/presentation.tex +++ /dev/null @@ -1,90 +0,0 @@ -%% 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} -} - -\setbeamertemplate{itemize items}{\color{oxfordblue}\texttt{>}} - -%% 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} -\begin{frame} - \frametitle{The value of a paper plane} -\end{frame} -\begin{frame} - \frametitle{The classic design} -\end{frame} -\begin{frame} - \frametitle{A different design} -\end{frame} -\end{document} |
