talk.tex 509 B

1234567891011121314151617181920212223
  1. \documentclass{beamer}
  2. \usetheme{poul}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[svgpath=images/]{svg}
  5. %Information to be included in the title page:
  6. \title{Backup and (possibly) Restore}
  7. \author{Andrea Gussoni}
  8. \institute{P.O.u.L.}
  9. \date{23 Marzo 2017}
  10. \logo{\includesvg[height=1.5cm]{logowhite}}
  11. \begin{document}
  12. \frame{\titlepage}
  13. \begin{frame}
  14. \frametitle{Sample frame title}
  15. This is a text in first frame. This is a text in first frame. This is a text in first frame.
  16. \end{frame}
  17. \end{document}