-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTitlePage.tex
67 lines (60 loc) · 2.63 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
67
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% MODIFED FROM THE FOLLOWING:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Vertical Line Title Page
% LaTeX Template
% Version 1.0 (27/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Peter Wilson ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Instructions for using this template:
% This title page compiles as is. If you wish to include this title page in
% another document, you will need to copy everything before
% \begin{document} into the preamble of your document. The title page is
% then included using \titleGM within your document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\newcommand*{\titleGM}{\begingroup % Create the command for including the title page in the document
\hbox{ % Horizontal box
%\hspace*{0.2\textwidth} % Whitespace to the left of the title page
\includegraphics[height=\textheight]{images/TitleImage}
\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 which restricts text to less than the width of the page
{\noindent\Huge\bfseries
The VTK-m\\[.1\baselineskip]User's Guide}\\[2\baselineskip] % Title
{\large \textit{VTK-m version @VTKm_GUIDE_VERSION@}}\\[2\baselineskip] % Tagline or further description
{\Large Kenneth Moreland}\\[11\baselineskip] % Author name
% {\Large Who else?}\\[\baselineskip] % Author name
% {\Large Who else?}\\[\baselineskip] % Author name
\vspace{12\baselineskip}
%% With contributions from: \\
%% \hspace*{1em} Berk Geveci, Cory Quammen, Dave DeMarle,\\
%% \hspace*{1em} Ken Moreland, Andy Bauer, Ben Boeckel, \\
%% \hspace*{1em} Dan Lipsa, Mathieu Westphal, Joachim Pouderoux, \\
%% \hspace*{1em} Shawn Waldon, Aashish Choudhary, \\
%% \hspace*{1em} George Zagaris, Burlen Loring, \\
%% \hspace*{1em} Thomas Maxwell, John Patchett, James Ahrens,\\
%% \hspace*{1em} Boonthanome Nouanesengsy, Bill Sherman, \\
%% \hspace*{1em} Nikhil Shetty, Eric Whiting, \\
%% \hspace*{1em} and the ParaView community\\[2\baselineskip]
%% Editors: \\
%% \hspace*{1em} Lisa Avila, Katie Osterdahl, Sandy McKenzie,\\
%% \hspace*{1em} and Steve Jordan\\[6\baselineskip]
\vspace{9\baselineskip}
{\large \today}\\[2\baselineskip]
{\noindent \url{http://m.vtk.org}} \\
\url{http://kitware.com}\\[\baselineskip]
}
}
\endgroup}