-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.tex
66 lines (50 loc) · 2.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Stylish 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])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% This template can be used in one of two ways:
%
% 1) Content can be added at the end of this file just before the \end{document}
% to use this title page as the starting point for your document.
%
% 2) Alternatively, if you already have a document which you wish to add this
% title page to, copy everything between the \begin{document} and
% \end{document} and paste it where you would like the title page in your
% document. You will then need to insert the packages and document
% configurations into your document carefully making sure you are not loading
% the same package twice and that there are no clashes.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage} % Suppresses headers and footers on the title page
\centering % Centre all text
%------------------------------------------------
% Title and subtitle
%------------------------------------------------
\setlength{\unitlength}{0.7\textwidth} % Set the width of the curly brackets above and below the titles
{\resizebox*{\unitlength}{\baselineskip}{\rotatebox{90}{$\}$}}}\\[\baselineskip] % Top curly bracket
{\fontsize{60pt}{60pt}\selectfont SEAVE}\\[\baselineskip] % Title
{\Large\textit{A Comprehensive Variant Filtration\\ Platform for Clinical Genomics}}\\ % Subtitle or further description
{\resizebox*{\unitlength}{\baselineskip}{\rotatebox{-90}{$\}$}}} % Bottom curly bracket
\vfill % Whitespace between the title and the author name
%------------------------------------------------
% Author
%------------------------------------------------
{\Large\textbf{\MakeUppercase{\titlepageguidename}}}\\
{\large\version}
\vfill
%------------------------------------------------
% Publisher
%------------------------------------------------
\href{https://www.vel.nz}{Dr.~Velimir Gayevskiy}
\end{titlepage}