From de9991bdaa2b47ca23ef478ff706f0be5ccb0c76 Mon Sep 17 00:00:00 2001
From: prescientmoon <git@moonythm.dev>
Date: Thu, 20 Mar 2025 17:28:50 +0100
Subject: [PATCH] Remove outline

---
 main.tex | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/main.tex b/main.tex
index 32dfdc7..0c3d26a 100644
--- a/main.tex
+++ b/main.tex
@@ -63,19 +63,16 @@ code-for-last-col = \color{blue}
 \setbeamercolor{titlebox}{fg=black,bg=white}
 \begin{document}
 
-{
-\usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
-\begin{frame}
-	\begin{beamercolorbox}[center]{titlebox}%
-		\titlepage
-	\end{beamercolorbox}
-\end{frame}
-}
-
 \section{Introduction}
 
-\begin{frame}{Outline}
-\end{frame}
+ {
+  \usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
+  \begin{frame}
+	  \begin{beamercolorbox}[center]{titlebox}%
+		  \titlepage
+	  \end{beamercolorbox}
+  \end{frame}
+ }
 
 \include{prerequisites}
 \include{isospectral}