diff --git a/VL1/VL1.tex b/VL1/VL1.tex index 93e1041..6ea3aca 100644 --- a/VL1/VL1.tex +++ b/VL1/VL1.tex @@ -2,6 +2,11 @@ \input{../common/beamer_configuration.tex} +% title page information +\author{Julian Ospald} +\institute{FH Bielefeld} +\title{Haskell: introduction} + \begin{document} diff --git a/common/beamer_configuration.tex b/common/beamer_configuration.tex index 8c36306..db4bc59 100644 --- a/common/beamer_configuration.tex +++ b/common/beamer_configuration.tex @@ -25,12 +25,6 @@ \textcolor[rgb]{0.0,0.0,0.0}{\footnotesize \oldstylenums{\arabic{FancyVerbLine}}}} -% title page information -\author{Julian Ospald} - -\institute{FH Bielefeld} -\title{Haskell: introduction} - % color definition \definecolor{solarized}{HTML}{002B36} \definecolor{mygreen}{rgb}{0,0.6,0} @@ -69,4 +63,4 @@ \usepackage{nameref} \makeatletter \newcommand*{\currentname}{\@currentlabelname} -\makeatother \ No newline at end of file +\makeatother