-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtitle.tex
More file actions
41 lines (20 loc) · 782 Bytes
/
title.tex
File metadata and controls
41 lines (20 loc) · 782 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass[full.tex]{subfiles}
\begin{document}
%%%%%%%%%%%SECTION START BELOW%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\begin{center}
\vspace*{1cm}
% blockchain deserves its own line heeheexd
\textbf{\huge Introduction to Cryptocurrencies and Blockchain}
\vspace{0.5cm}
{\LARGE A High Level Overview}
\vspace{1.5cm}
\textbf{Rustie Lin and Nadir Akhtar}
% Draft \emdash May 2017
Draft --- May 2017 % \today also works
\vfill
% s/o to all the good latex boiz
\vspace{0.8cm}
\end{center}
\end{titlepage}
\end{document}