-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,159 +1,22 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Beamer Presentation | ||
% LaTeX Template | ||
% Version 2.0 (March 8, 2022) | ||
% | ||
% This template originates from: | ||
% https://www.LaTeXTemplates.com | ||
% | ||
% Author: | ||
% Vel ([email protected]) | ||
% | ||
% License: | ||
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
% | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\documentclass[ | ||
8pt, % Set the default font size, options include: 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, 20pt | ||
%t, % Uncomment to vertically align all slide content to the top of the slide, rather than the default centered | ||
%aspectratio=169, % Uncomment to set the aspect ratio to a 16:9 ratio which matches the aspect ratio of 1080p and 4K screens and projectors | ||
8pt, | ||
]{beamer} | ||
|
||
\graphicspath{{Images/}{./}} % Specifies where to look for included images (trailing slash required) | ||
|
||
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule for better rules in tables | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SELECT LAYOUT THEME | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Beamer comes with a number of default layout themes which change the colors and layouts of slides. Below is a list of all themes available, uncomment each in turn to see what they look like. | ||
|
||
%\usetheme{default} | ||
%\usetheme{AnnArbor} | ||
%\usetheme{Antibes} | ||
%\usetheme{Bergen} | ||
%\usetheme{Berkeley} | ||
%\usetheme{Berlin} | ||
%\usetheme{Boadilla} | ||
%\usetheme{CambridgeUS} | ||
%\usetheme{Copenhagen} | ||
%\usetheme{Darmstadt} | ||
%\usetheme{Dresden} | ||
%\usetheme{Frankfurt} | ||
%\usetheme{Goettingen} | ||
%\usetheme{Hannover} | ||
%\usetheme{Ilmenau} | ||
%\usetheme{JuanLesPins} | ||
%\usetheme{Luebeck} | ||
\graphicspath{{Images/}{./}} | ||
\usepackage{booktabs} | ||
\usetheme{Madrid} | ||
%\usetheme{Malmoe} | ||
%\usetheme{Marburg} | ||
%\usetheme{Montpellier} | ||
%\usetheme{PaloAlto} | ||
%\usetheme{Pittsburgh} | ||
%\usetheme{Rochester} | ||
%\usetheme{Singapore} | ||
%\usetheme{Szeged} | ||
%\usetheme{Warsaw} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SELECT COLOR THEME | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Beamer comes with a number of color themes that can be applied to any layout theme to change its colors. Uncomment each of these in turn to see how they change the colors of your selected layout theme. | ||
|
||
%\usecolortheme{albatross} | ||
%\usecolortheme{beaver} | ||
%\usecolortheme{beetle} | ||
%\usecolortheme{crane} | ||
%\usecolortheme{dolphin} | ||
%\usecolortheme{dove} | ||
%\usecolortheme{fly} | ||
%\usecolortheme{lily} | ||
%\usecolortheme{monarca} | ||
%\usecolortheme{seagull} | ||
%\usecolortheme{seahorse} | ||
%\usecolortheme{spruce} | ||
%\usecolortheme{whale} | ||
%\usecolortheme{wolverine} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SELECT FONT THEME & FONTS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Beamer comes with several font themes to easily change the fonts used in various parts of the presentation. Review the comments beside each one to decide if you would like to use it. Note that additional options can be specified for several of these font themes, consult the beamer documentation for more information. | ||
|
||
%\usefonttheme{default} % Typeset using the default sans serif font | ||
%\usefonttheme{serif} % Typeset using the default serif font (make sure a sans font isn't being set as the default font if you use this option!) | ||
\usefonttheme{structurebold} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in bold | ||
%\usefonttheme{structureitalicserif} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in italic serif | ||
%\usefonttheme{structuresmallcapsserif} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in small caps serif | ||
|
||
%------------------------------------------------ | ||
|
||
%\usepackage{mathptmx} % Use the Times font for serif text | ||
\usepackage{palatino} % Use the Palatino font for serif text | ||
|
||
%\usepackage{helvet} % Use the Helvetica font for sans serif text | ||
\usepackage[default]{opensans} % Use the Open Sans font for sans serif text | ||
%\usepackage[default]{FiraSans} % Use the Fira Sans font for sans serif text | ||
%\usepackage[default]{lato} % Use the Lato font for sans serif text | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SELECT INNER THEME | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Inner themes change the styling of internal slide elements, for example: bullet points, blocks, bibliography entries, title pages, theorems, etc. Uncomment each theme in turn to see what changes it makes to your presentation. | ||
|
||
%\useinnertheme{default} | ||
%\useinnertheme{circles} | ||
%\useinnertheme{rectangles} | ||
\usefonttheme{structurebold} | ||
\useinnertheme{rounded} | ||
%\useinnertheme{inmargin} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SELECT OUTER THEME | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Outer themes change the overall layout of slides, such as: header and footer lines, sidebars and slide titles. Uncomment each theme in turn to see what changes it makes to your presentation. | ||
|
||
%\useoutertheme{default} | ||
%\useoutertheme{infolines} | ||
%\useoutertheme{miniframes} | ||
%\useoutertheme{smoothbars} | ||
%\useoutertheme{sidebar} | ||
%\useoutertheme{split} | ||
%\useoutertheme{shadow} | ||
%\useoutertheme{tree} | ||
%\useoutertheme{smoothtree} | ||
|
||
%\setbeamertemplate{footline} % Uncomment this line to remove the footer line in all slides | ||
%\setbeamertemplate{footline}[page number] % Uncomment this line to replace the footer line in all slides with a simple slide count | ||
|
||
%\setbeamertemplate{navigation symbols}{} % Uncomment this line to remove the navigation symbols from the bottom of all slides | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% PRESENTATION INFORMATION | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\title[Short Title]{Full Presentation Title} % The short title in the optional parameter appears at the bottom of every slide, the full title in the main parameter is only on the title page | ||
|
||
\subtitle{Optional Subtitle} % Presentation subtitle, remove this command if a subtitle isn't required | ||
|
||
\author[James Cook \and Roald Amundsen]{Capt. James Cook \and Roald Amundsen} % Presenter name(s), the optional parameter can contain a shortened version to appear on the bottom of every slide, while the main parameter will appear on the title slide | ||
|
||
\institute[UC]{University of Cambridge \\ \smallskip \textit{[email protected]}} % Your institution, the optional parameter can be used for the institution shorthand and will appear on the bottom of every slide after author names, while the required parameter is used on the title slide and can include your email address or additional information on separate lines | ||
\title[OfflineDataSci]{Overview: Offlinedatasci automates the downloading and updating of the most recent materials for running workshops.} | ||
|
||
\date[\today]{International Symposium of Explorers \\ \today} % Presentation date or conference/meeting name, the optional parameter can contain a shortened version to appear on the bottom of every slide, while the required parameter value is output to the title slide | ||
\subtitle{Optional Subtitle} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
\author[VC EPW JSS CS AD]{VC EPW JSS CS AD} | ||
|
||
\date[\today]{\today} | ||
\begin{document} | ||
|
||
\begin{frame} | ||
|