From e33e7c5975087c6f637b8817bf6fd5785bc3165e Mon Sep 17 00:00:00 2001
From: Patrick Connor <connorpa@mail.desy.de>
Date: Mon, 27 Aug 2018 08:37:49 +0200
Subject: [PATCH] simplifying

---
 .gitignore |  4 ++--
 talk.tex   | 27 +--------------------------
 2 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cb3dc3..713a4ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-output/
+*/
 *.acn
 *.acr
 *.alg
@@ -20,4 +20,4 @@ output/
 *.snm
 *.toc
 dictionary.add.spl
-talk.pdf
+body.tex
diff --git a/talk.tex b/talk.tex
index a91ee5b..c1f759d 100644
--- a/talk.tex
+++ b/talk.tex
@@ -84,32 +84,7 @@
     }
 \end{frame}
 
-\section{Introduction}
-
-\begin{frame}{\insertsection}
-
-    \begin{itemize}
-        \item   \gls{LHC}
-        \item   \gls{CMS}
-        \item   
-        \item   
-    \end{itemize}
-
-\end{frame}
-
-\section{Summary \& Conclusions}
-
-\begin{frame}{\insertsection}
-
-    \begin{itemize}
-        \item   
-        \item   
-        \item   
-        \item   
-    \end{itemize}
-
-\end{frame}
-
+\input{body.tex}
 \input{appendix.tex} % back-up, not counted in total number of frame in side bar (not mandatory)
 
 \end{document}
-- 
GitLab