Cleaned up makefile, started presentation

This commit is contained in:
Connor
2022-03-19 13:39:02 -06:00
parent 298eb38ff1
commit 5329d15067
14 changed files with 115 additions and 326 deletions

50
LaTeX/presentation.tex Normal file
View File

@@ -0,0 +1,50 @@
\documentclass{beamer}
\usetheme{Luebeck}
\definecolor{color1}{HTML}{3A4040}
\definecolor{color2}{HTML}{F5F2F8}
\definecolor{color3}{HTML}{B65D4E}
\definecolor{color4}{HTML}{B6AD96}
\definecolor{color5}{HTML}{A96041}
\setbeamercolor*{structure}{bg=color3,fg=color3}
\setbeamercolor*{palette primary}{fg=color1,bg=color4}
\setbeamercolor*{palette secondary}{fg=color1,bg=color2}
\setbeamercolor*{palette tertiary}{fg=color1,bg=color2}
\setbeamercolor*{palette quaternary}{fg=color1,bg=color3}
\setbeamercolor{alerted text}{fg=color1,bg=color3}
\setbeamercolor{titlelike}{bg=color2,fg=color1}
\setbeamercolor*{titlelike}{bg=color2,fg=color1}
\setbeamercolor{frametitle}{bg=color1,fg=color2}
\setbeamercolor{background canvas}{bg=color2,fg=color2}
\title{Designing Optimal Low-Thrust Interplanetary Trajectories}
\subtitle{Utilizing Monotonic Basin Hopping}
\author{Richard Connor Johnstone}
\institute{University of Colorado -- Boulder}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction}
\begin{frame} \frametitle{First Frame}
\begin{itemize}
\item Item 1
\item Item 2
\end{itemize}
\end{frame}
\section{Introduction}
\section{Introduction}
\section{Introduction}
\section{Introduction}
\end{document}