talk.tex 538 B

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