From ef23520a6f5d2710b4c0553a8cd9c0c04f8522b6 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 21:01:05 +0100 Subject: Move presentation to markdown. Add an image for classic design. --- formatting.tex | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 formatting.tex (limited to 'formatting.tex') diff --git a/formatting.tex b/formatting.tex new file mode 100644 index 0000000..0c56549 --- /dev/null +++ b/formatting.tex @@ -0,0 +1,71 @@ +%% If you have any problems using this template, please contact the author: %% +%% timhosgood@gmail.com %% + +%% Modified by Mohit Agarwal [2021] + +%\usepackage{charter} +\usepackage{tikz} +\usepackage{graphicx} +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{hyperref} + +\hypersetup{ + colorlinks, + citecolor=red, + filecolor=black, + linkcolor=black, + urlcolor=teal +} + +\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} + \vspace{10pt} + \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} + -- cgit v1.2.3