diff --git a/2/EIE/assignments/lingua-ignis/presentation/lingua-ignis-presentation.tex b/2/EIE/assignments/lingua-ignis/presentation/lingua-ignis-presentation.tex new file mode 100644 index 0000000..89064d3 --- /dev/null +++ b/2/EIE/assignments/lingua-ignis/presentation/lingua-ignis-presentation.tex @@ -0,0 +1,49 @@ +\documentclass{beamer} +\usepackage[spanish]{babel} +\usepackage{hyperref} +\usepackage{graphicx} +\usepackage{subcaption} + +\usetheme{Frankfurt} +\usecolortheme{crane} +\usefonttheme{serif} +\setbeamertemplate{navigation symbols}{} + +\title{Lingua Ignis} +\author{Nicolás A. Ortega Froysa} +\institute{CEU San Pablo} +\date{\today} + +\begin{document} +\begin{frame} + \titlepage +\end{frame} + +\begin{frame}{Tabla de Contenidos} + \tableofcontents +\end{frame} + +\section{Introducción} + +\section{Servicios} + +\section{Fin} + +\begin{frame}{Fin} + + \begin{center} + Hecho con \LaTeX{} y Neovim + \end{center} + + \hfill + + Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa + + + \hfill + + Este documento se distribuye bajo los términos y condiciones de la licencia + Creative Commons Attribution No Derivatives 4.0 International. +\end{frame} + +\end{document}