db2-presentation.tex 393 B

1234567891011121314151617181920212223
  1. \documentclass{beamer}
  2. \usepackage[utf8]{inputenc}
  3. %Information to be included in the title page:
  4. \title{Sample title}
  5. \author{Anonymous}
  6. \institute{ShareLaTeX}
  7. \date{2014}
  8. \begin{document}
  9. \frame{\titlepage}
  10. \begin{frame}
  11. \frametitle{Sample frame title}
  12. This is a text in first frame. This is a text in first frame. This is a text in first frame.
  13. \end{frame}
  14. \end{document}