spacing
This commit is contained in:
parent
14a454f710
commit
0b7a2b2886
1 changed files with 4 additions and 1 deletions
|
@ -204,7 +204,10 @@ fib n = fib (n - 2) + fib (n - 1)
|
||||||
\begin{frame}[plain]
|
\begin{frame}[plain]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
{\Huge Thank you for your attention!}\\
|
{\Huge Thank you for your attention!}\\
|
||||||
This presentation is avalable for download at:\\
|
|
||||||
|
\vspace{1cm}
|
||||||
|
|
||||||
|
This presentation is available for download at:\\
|
||||||
\url{https://github.com/nek0/presentation-fp-haskell}
|
\url{https://github.com/nek0/presentation-fp-haskell}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Loading…
Reference in a new issue