talk.tex 736 B

1234567891011121314151617181920212223242526272829303132
  1. \documentclass{beamer}
  2. \usetheme{poul}
  3. \usepackage[utf8]{inputenc}
  4. %\graphicspath{ {images/} }
  5. \usepackage{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]{images/logoblack.svg}}
  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. \begin{frame}
  19. \begin{figure}[htbp]
  20. \centering
  21. \includesvg{images/logoblack.svg}
  22. \caption{svg image}
  23. \end{figure}
  24. \end{frame}
  25. \end{document}