Skip to content
Snippets Groups Projects
Commit 71fc1262 authored by Luke Naylor's avatar Luke Naylor
Browse files

Skeleton for presentation

parents
No related branches found
No related tags found
No related merge requests found
main*
!main.tex
[submodule "beamerthemeEdinburgh"]
path = beamerthemeEdinburgh
url = https://github.com/pazz/beamerthemeEdinburgh.git
ensure_path("TEXINPUTS","beamerthemeEdinburgh/");
$pdflatex = 'pdflatex -interaction=nonstopmode';
@default_files = ('main.tex');
$pdf_mode = 1;
main.tex 0 → 100644
\documentclass[12pt]{beamer}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathtools}
\usepackage{ulem}
\usepackage{xcolor}
\usetheme{Edinburgh}
\title{Bridgeland Stabilities and Finding Walls}
\subtitle{}
\author{Luke Naylor}
\institute{University of Edinburgh}
\date{March 2023}
\newcommand\RR{\mathbb{R}}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Relatable Intro}
\begin{frame}{title}
\end{frame}
\section{Section 1}
\section{Section 2}
\subsection{Subsection 2.1}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment