Skip to content

Instantly share code, notes, and snippets.

@adamjgnoel
Last active September 13, 2019 08:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjgnoel/7e9f39aeb198603366a5 to your computer and use it in GitHub Desktop.
Save adamjgnoel/7e9f39aeb198603366a5 to your computer and use it in GitHub Desktop.
\documentclass[xcolor=dvipsnames]{beamer} % dvipsnames gives more built-in colors
\usetheme{Madrid}
\useoutertheme{miniframes} % Alternatively: miniframes, infolines, split
\useinnertheme{circles}
\definecolor{UBCblue}{rgb}{0.04706, 0.13725, 0.26667} % UBC Blue (primary)
\usecolortheme[named=UBCblue]{structure}
%\usecolortheme[named=Mahogany]{structure} % Sample dvipsnames color
\title[Title Without Rambling]{My Rambling Presentation Title}
\date{\today}
\author[R.A.]{Rambling Academic}
\institute[RamblingAcademic.com]{RamblingAcademic.com\\Nuts and Bolts of Research. Plus Some Rambling}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Rambling Section}
\subsection{First Subsection}
\begin{frame}
Here is some rambling text
\begin{enumerate}
\item List item 1
\item List item 2
\end{enumerate}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment