-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontents.tex
More file actions
79 lines (60 loc) · 1.21 KB
/
contents.tex
File metadata and controls
79 lines (60 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
\title{<title>}
\author{<author>}
\institute{<affil>}
\mode*
\begin{frame}
\maketitle
\end{frame}
\begin{abstract}
\input{abstract.tex}
\end{abstract}
\begin{frame}
\only<presentation>{\tableofcontents[hideallsubsections]}
\only<article>{\tableofcontents}
\end{frame}
\section{Introduction}
\dots
\subsection{What's the problem?}
\dots
\mode<presentation>{%
\begin{frame}
\begin{itemize}
\item \dots
\end{itemize}
\end{frame}
}
\subsection{Why is it a problem?}
% Why is it a problem? Research gap left by other approaches?
% Why is it important, why care?
\dots
\mode<presentation>{%
\begin{frame}
\begin{itemize}
\item \dots
\end{itemize}
\end{frame}
}
\subsection{What's the approach?}
% What's the approach? How to solve the problem?
\dots
\mode<presentation>{%
\begin{frame}
\begin{itemize}
\item \dots
\end{itemize}
\end{frame}
}
\subsection{What are the findings?}
% What's the findings? How was it evaluated, what are the results, limitations,
% what remains to be done?
\dots
\mode<presentation>{%
\begin{frame}
\begin{itemize}
\item \dots
\end{itemize}
\end{frame}
}
\begin{frame}[allowframebreaks]
\printbibliography
\end{frame}