From 3938876b05f98846cf8dceb8bff0bb49348850e5 Mon Sep 17 00:00:00 2001 From: jaste110 <jan.steimann@hhu.de> Date: Mon, 7 Sep 2020 14:26:24 +0200 Subject: [PATCH] Move motivation at front of presentation --- master.tex | 9 ++------- slides/introduction.tex | 12 +++++++++++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/master.tex b/master.tex index c9d1e85..cfb0caa 100755 --- a/master.tex +++ b/master.tex @@ -157,12 +157,8 @@ Department for Computer-Networks and Communication-Systems} % Hier beginnt das Dokument % \begin{document} +\input{slides/introduction} \footdecorationhigh - \begin{frame} - \thispagestyle{empty} - \titlepage - \end{frame} - \footdecorationhigh % \begin{frame}<beamer> % \thispagestyle{empty} @@ -175,7 +171,6 @@ Department for Computer-Networks and Communication-Systems} \footdecorationlow % Ab hier werden die LaTeX-Dateien der einzelnen Abschnitte eingefügt -\input{slides/introduction} \input{slides/dataset} \input{slides/methods} \input{slides/results} @@ -198,4 +193,4 @@ Department for Computer-Networks and Communication-Systems} % % Hier endet das Dokument -% \ No newline at end of file +% diff --git a/slides/introduction.tex b/slides/introduction.tex index 4942b8a..4ac0abb 100644 --- a/slides/introduction.tex +++ b/slides/introduction.tex @@ -23,6 +23,13 @@ \end{block} \end{frame} \subsection{About this work} + + \begin{frame} + \thispagestyle{empty} + \titlepage + \end{frame} + + \begin{frame} \frametitle{About this work} \textbf{This paper covers the following topics:} @@ -40,4 +47,7 @@ \item Better results with content- and knowledge-based methods \end{itemize} \end{block} -\end{frame} \ No newline at end of file +\end{frame} + + + -- GitLab