Add conclusion slide
This commit is contained in:
parent
2e60c71e8c
commit
dbe16362f6
2 changed files with 28 additions and 0 deletions
BIN
img/absint.jpg
Normal file
BIN
img/absint.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
28
slides.tex
28
slides.tex
|
@ -14,6 +14,8 @@
|
|||
\usepackage{tikz}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
|
||||
\newcommand{\wrt}{\textit{wrt.}}
|
||||
|
||||
\newcommand*\oldmacro{}%
|
||||
\let\oldmacro\insertshorttitle%
|
||||
\renewcommand*\insertshorttitle{%
|
||||
|
@ -123,6 +125,32 @@
|
|||
\section*{Conclusion}
|
||||
|
||||
\begin{frame}{Conclusion}
|
||||
\begin{columns}[c]
|
||||
\column{.8 \textwidth}
|
||||
\begin{exampleblock}{Pros}
|
||||
\begin{itemize}
|
||||
\item Opens the way for AbsInt formalism in JIT
|
||||
\item Provides an (implemented?) framework for JIT study
|
||||
\end{itemize}
|
||||
\end{exampleblock}
|
||||
|
||||
\begin{alertblock}{Cons}
|
||||
\begin{itemize}
|
||||
\item Overly restrictive in JIT features, pretends otherwise
|
||||
\item Unusably small toy language
|
||||
\item Absurdly hard to read toy language
|
||||
\item Proof \wrt{} some $\alpha$ which is not
|
||||
\textit{that much} realistic
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
|
||||
\column{.2 \textwidth}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\hspace*{-1em}
|
||||
\includegraphics[width=1.4\textwidth]{img/absint.jpg}
|
||||
\end{figure}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue