Add outline, fancify template
This commit is contained in:
parent
906438583c
commit
2e60c71e8c
1 changed files with 38 additions and 7 deletions
45
slides.tex
45
slides.tex
|
@ -14,28 +14,33 @@
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\setbeamertemplate{navigation symbols}{}
|
\setbeamertemplate{navigation symbols}{}
|
||||||
|
|
||||||
|
\newcommand*\oldmacro{}%
|
||||||
|
\let\oldmacro\insertshorttitle%
|
||||||
|
\renewcommand*\insertshorttitle{%
|
||||||
|
\oldmacro\hfill%
|
||||||
|
\insertframenumber\,/\,\inserttotalframenumber}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\author{Théophile \textsc{Bastian}}
|
\author{Théophile \textsc{Bastian}}
|
||||||
\title[Tracing Compilation by Abstract Interpretation]
|
\title[Tracing Compilation by Abstract Interpretation]
|
||||||
{Tracing Compilation by Abstract Interpretation \\
|
{Tracing Compilation by Abstract Interpretation \\
|
||||||
{\small{}S. Dissegna, F. Logozzo, F. Ranzato}}
|
{\small{}S. Dissegna, F. Logozzo, F. Ranzato}}
|
||||||
\date{March 7, 2018}
|
\date{March 7, 2018}
|
||||||
%\logo{}
|
|
||||||
%\institute{}
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
|
\addtocounter{framenumber}{-1}
|
||||||
\titlepage{}
|
\titlepage{}
|
||||||
|
|
||||||
Slides: \url{https://tiny.tobast.fr/m2-absint-slides} \\
|
Slides: \url{https://tiny.tobast.fr/m2-absint-slides} \\
|
||||||
Article: \url{https://tiny.tobast.fr/m2-absint-article}
|
Article: \url{https://tiny.tobast.fr/m2-absint-article}
|
||||||
|
|
||||||
%\tableofcontents
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
%\begin{frame}
|
\begin{frame}
|
||||||
%\tableofcontents
|
\addtocounter{framenumber}{-1}
|
||||||
%\end{frame}
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\section{Just-In-Time compilation}
|
\section{Just-In-Time compilation}
|
||||||
|
|
||||||
|
@ -94,4 +99,30 @@
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Study setup}
|
||||||
|
|
||||||
|
\begin{frame}{Study objectives}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Studied language}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Abstract interpretation}
|
||||||
|
|
||||||
|
\begin{frame}{AbsInt hot path extraction}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Value type specialization}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Correctness proof}
|
||||||
|
|
||||||
|
\begin{frame}{Correctness proof sketch}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section*{Conclusion}
|
||||||
|
|
||||||
|
\begin{frame}{Conclusion}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue