-
Notifications
You must be signed in to change notification settings - Fork 0
/
frame-toc.tex
52 lines (52 loc) · 1.43 KB
/
frame-toc.tex
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
% SPDX-License-Identifier: CC-BY-4.0
% Copyright 2018 Toni Dietze
\documentclass[beamer]{standalone}
\input{preamble.tex}
\begin{document}
% 1 2 3 4 5 6 7
\timeline{+ - - - - - -}{tlUncover}
\timeline{- - + + - - -}{tlTrainingOfWTAs}
\timeline{- - - - + - -}{tlStateSplittingAndMerging}
\timeline{- - - - - + -}{tlCountBasedStateMerging}
\timeline{- - - - - - +}{tlBinarization}
\begin{standaloneframe}{\jobname}
\setbeamercovered{transparent}
\begin{columns}
\column{0.44\linewidth}
\begin{enumerate}
\item
Introduction
\item<\tlUncover>
Preliminaries
\item<\tlUncover>
Language Formalisms
\item<1-|alert@\tlTrainingOfWTAs>
Training of WTAs
\item<1-|alert@\tlStateSplittingAndMerging>
State Splitting and Merging
\item<1-|alert@\tlCountBasedStateMerging>
Count-Based State Merging
\item<1-|alert@\tlBinarization>
Binarization
\end{enumerate}
\end{columns}
%\only<\tlStateSplittingAndMerging>{%
% \vspace{1em}
% \begin{block}{Chapter~5 rigorously formalizes the approach of}
% \printfullcite{2006PetrovBarrettThibauxKlein}%
% \end{block}
%}%
\only<\tlCountBasedStateMerging>{%
\vspace{1em}
\begin{block}{Chapter~6 is a substantially extended version of}
\printfullcite{2015DietzeNederhof}%
\end{block}
}%
\only<\tlBinarization>{%
\vspace{0.5em}
\begin{block}{Chapter~7 is a substantially extended version of}
\printfullcite{2016Dietze}%
\end{block}
}%
\end{standaloneframe}
\end{document}