You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 line
508 B

  1. \documentclass[10pt,a5paper,mathserif,serif,usenames,dvipsnames]{beamer}
  2. \input{../common/beamer_configuration.tex}
  3. % title page information
  4. \author{Julian Ospald}
  5. \institute{FH Bielefeld}
  6. \title{Haskell: \ifger{Funktionen höherer Ordnung}{higher order functions}}
  7. \begin{document}
  8. \frame{\titlepage}
  9. \begin{frame}
  10. \frametitle{\ifger{Inhaltsverzeichnis}{Table of Contents}}
  11. \tableofcontents[hidesubsections=true,subsubsectionstyle=hide]
  12. \end{frame}
  13. \input{./VL2_document_structure.tex}
  14. \end{document}