-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.tex
36 lines (27 loc) · 916 Bytes
/
cover.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
\newcommand\titlepagedecoration{%
\begin{tikzpicture}[remember picture,overlay,shorten >= -10pt]
\node [fill, rectangle, top color=black, bottom color=white, anchor=north, minimum width=\paperwidth, minimum height=\paperheight] (box) at (current page.north) {\includegraphics[decodearray={0 .3 0 .3 0 .3}]{cover}};
\end{tikzpicture}%
}
\newgeometry{left=3cm,bottom=3cm,top=3cm,right=3cm}
\begin{titlepage}
\color{white}
\titlepagedecoration
{
\makeatletter
\noindent \centering%
\fontfamily{phv}\selectfont \huge \MakeUppercase{\@author} \par
\makeatother
}
\vspace*{4cm}
{
\noindent \centering%
\fontfamily{phv}\fontsize{0.63in}{0.5in}\scshape\bfseries\selectfont \thetitle \par
}
\vfill
{
\noindent \centering%
\fontfamily{phv}\selectfont \Large {A complete specification for the Zilch programming language.} \par
}
\end{titlepage}
\restoregeometry