-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtitlepage.tex
31 lines (23 loc) · 905 Bytes
/
titlepage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LaTeX sources for The Guide to Functional Programming
%% Michael B. Gale (m.gale@warwick.ac.uk)
%%
%% This work is licensed under the Creative Commons
%% Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales License. To
%% view a copy of this license, visit
%% http://creativecommons.org/licenses/by-nc-sa/2.0/uk/ or send a letter to
%% Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\begin{center}
{\Huge \textit{The guide to}} \\[0.2cm]
{\Huge \textbf{Functional Programming}} \\[0.2cm]
\vfill
\scalebox{25.0}{$\lambda$}
\vfill
{\LARGE Michael B. Gale} \\[0.1cm]
{\large \href{mailto:m.gale@warwick.ac.uk}{m.gale@warwick.ac.uk}}
\vspace{1cm}
{\Large 2019/20}
\end{center}
\end{titlepage}