-
Notifications
You must be signed in to change notification settings - Fork 141
/
title.tex
43 lines (33 loc) · 1.58 KB
/
title.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
32
33
34
35
36
37
38
39
40
41
42
43
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Vertical Line Title Page
% LaTeX Template
% Version 2.0 (22/7/17)
%
% This template was downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Peter Wilson ([email protected]) with modifications by:
% Vel ([email protected])
%
% Downloaded from:
% http://www.latextemplates.com/template/vertical-line-title-page
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1
\raggedleft % Right align the title page
\rule{1pt}{\textheight} % Vertical line
\hspace{0.05\textwidth} % Whitespace between the vertical line and title page text
\parbox[b]{0.75\textwidth}{ % Paragraph box for holding the title page text, adjust the width to move the title page left or right on the page
\resizebox{8cm}{!}{\Huge \hspace{-1.5ex} \bfseries \calligra Pen \& Paper }\\[\baselineskip]
{\huge\bfseries Exercises in Machine Learning}\\[4\baselineskip] % Title
%{\Huge\bfseries Exercises in \\[0.5\baselineskip]Machine Learning}\\[2\baselineskip] % Title
%{\large\textit{With Pen \& Paper}}\\[4\baselineskip] % Subtitle or further description
{\Large \bfseries Michael U. Gutmann}\\[\baselineskip]
\vspace{0.5\textheight} % Whitespace between the title block and the publisher
{\noindent University of Edinburgh}\\[\baselineskip]
}
\end{titlepage}
%----------------------------------------------------------------------------------------