commit 61912f9e5c1bf8cbb3b3ec50756a295caf901194 parent fcd692b9cd2754a31ad5a9672767509f7a202ec6 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 5 Feb 2020 16:06:09 +0100 presentation folder Diffstat:
| M | .gitignore | | | 6 | ++++++ |
| A | presentation/presentation.tex | | | 18 | ++++++++++++++++++ |
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -3,3 +3,9 @@ build out *.sqlite3 *.swp +presentation/*.log +presentation/*.nav +presentation/*.aux +presentation/*.out +presentation/*.snm +presentation/*.toc diff --git a/presentation/presentation.tex b/presentation/presentation.tex @@ -0,0 +1,18 @@ +\documentclass[pdf]{beamer} +\mode<presentation>{} +\title{LibEuFin} +\author{Marcello Stanisci} + +\begin{document} + +% Title frame +\begin{frame} + \titlepage +\end{frame} + +% Normal frame +\begin{frame}{Motivation} +\end{frame} + + +\end{document}