-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtitlepage.tex
More file actions
25 lines (23 loc) · 1014 Bytes
/
titlepage.tex
File metadata and controls
25 lines (23 loc) · 1014 Bytes
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
\begin{titlepage}
\begin{center}
{ \huge \bfseries Introductory Programming in Python } \\[5cm]
{\LARGE Copyright \textsc{Umonya}\\
www.umonya.org }\\[1cm]
%Original source thanks to \textsc{James Dominy} \\[0.5cm]
%With additional thanks to the following contributors: \\[0.5cm]
%\begin{tabular}{r l}
%\textsc{Nina Schiff} & \textsc{Rizmari Versfeld}\\
%\textsc{Lyndsay Lawrence} & \textsc{Bradly Lawrence}\\
%\textsc{Johann van den Berg} & \textsc{Jonathan Hitchcock} \\
%\textsc{James Saunders} & \textsc{Kaitlyn Crawford} \\
%\textsc{Bruce Merry} & \textsc{Yaseen Humdulay} \\
%\textsc{Jason Brownbridge} & \\
%\end{tabular}
\vfill
\includegraphics[width=0.15\textwidth]{./cc-logo.jpg}~
\includegraphics[width=0.15\textwidth]{./attribution-by.png}~
\includegraphics[width=0.15\textwidth]{./share-alike-sa.png}~ \\[0.5cm]
{\large All notes licenced under Creative Commons Attribution-Share-Alike 3.0 } \\
{\large \url{http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB} }\\
\end{center}
\end{titlepage}