1
0
Fork 0

Remove the reference from the titlepage and move it to the Sources slide

Esse commit está contido em:
Julian Ospald 2015-04-15 17:44:38 +02:00
commit 5ea6b6e4c3
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 220CD1C5BDEED020
1 arquivos alterados com 11 adições e 9 exclusões

20
VL1.tex
Ver arquivo

@ -58,15 +58,6 @@
\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}
\begin{frame}
@ -432,4 +423,15 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs}
\end{frame}
\begin{frame}
\frametitle{Sources}
\begin{itemize}
\item much content was borrowed or is based on the haskell course from Brent Yorgey:\\ \url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}
\item a few small pieces from the LYAH book \url{http://learnyouahaskell.com}
\item general information from wikipedia: \\ \url{https://en.wikipedia.org}
\item general information from haskell wiki: \\ \url{https://wiki.haskell.org}
\end{itemize}
\end{frame}
\end{document}