https://www.sharelatex.com/blog/2013/08 ... s-pt1.html
I simply put my information at the example code, and it seems that my name, my institute name and my title, are too long to fit in the footer of the slide.
Code:
Code: Select all
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[spanish,activeacute,es-lcroman,es-tabla]{babel}
\usetheme{Boadilla}
\title{Diseño de un generador de números aleatorios mediante FPGA}
\author{Esteban Torres Pérez}
\institute{Universidad Autónoma de Guadalajara campus Tabasco}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
Thanks for reading!