Browse Source

Update title page

stripped-german
Julian Ospald 9 years ago
parent
commit
5673aab3bf
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      VL1.tex

+ 11
- 1
VL1.tex View File

@@ -15,6 +15,7 @@


% title page information % title page information
\author{Julian Ospald} \author{Julian Ospald}

\institute{FH Bielefeld} \institute{FH Bielefeld}
\title{Haskell: introduction} \title{Haskell: introduction}


@@ -57,6 +58,15 @@


\begin{document} \begin{document}


% redefinition of author, fails before document env
\author{
\begin{tabular}{r@{ }l}
Author: & Julian Ospald \\[1ex]
Parts stolen from: & Brent Yorgey\\
& (link at the end of the document)
\end{tabular}
}

\frame{\titlepage} \frame{\titlepage}


\begin{frame} \begin{frame}
@@ -411,7 +421,7 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs}
\begin{frame} \begin{frame}
\frametitle{Further reading and useful links} \frametitle{Further reading and useful links}
\begin{itemize} \begin{itemize}
\item the most popular haskell course:\\ \url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}
\item the most popular haskell course from Brent Yorgey:\\ \url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}
\item very verbose and enthusiastic haskell book, good for reading once:\\ \url{http://learnyouahaskell.com} \item very verbose and enthusiastic haskell book, good for reading once:\\ \url{http://learnyouahaskell.com}
\item collection of websites teaching haskell:\\ \url{https://github.com/bitemyapp/learnhaskell} \item collection of websites teaching haskell:\\ \url{https://github.com/bitemyapp/learnhaskell}
\item haskell programming tips (and wiki):\\ \url{https://wiki.haskell.org/Haskell_programming_tips} \item haskell programming tips (and wiki):\\ \url{https://wiki.haskell.org/Haskell_programming_tips}


Loading…
Cancel
Save