-
Notifications
You must be signed in to change notification settings - Fork 0
/
00-Titlepage.tex
55 lines (48 loc) · 1.55 KB
/
00-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
%%%%% titlepage
\thispagestyle{empty}
% Logo
\vspace*{-1em}
\includegraphics[width=6.69cm]{metis_logo.pdf}
\vspace*{\fill}
% Document title
{\color{brn}\rule[1.9ex]{\textwidth}{1.5pt}}
\scalebox{1.44}{\Huge\textsf{\doctitle}}\\
{\color{brn}\rule{\textwidth}{1.5pt}}\\ [0.5ex]
% Document info
{\Large\textsf{\docnumber}} \\ [1ex]
\ifshowgit
{\Large\textsf{Git revision: \ \gitVer}} \\ [1ex]
{\Large\textsf{\gitdate}} \\[1ex]
\else
{\Large\textsf{Issue \issuenumber}} \\ [1ex]
{\Large\textsf{\issuedate}} \\ [1ex]
\fi
{\Large\textsf{Work package: \workpackage}} \\[1ex]
\vspace*{\fill}
% Signature table
\begin{center}
\renewcommand{\arraystretch}{0.75}
% \begin{tabularx}{\textwidth}{XXXX}
\begin{tabular}{p{0.2\textwidth}p{0.4\textwidth}p{0.2\textwidth}p{0.2\textwidth}}
\arrayrulecolor{brn}
\toprule
& \multicolumn{3}{l}{\scriptsize\textsf{Signature and Approval}} \\
\midrule
& {\scriptsize\textsf Name}
& {\scriptsize\textsf Date}
& {\scriptsize\textsf Signature} \\
\cline{2-4} \\[-1mm]
\textsf{Prepared} & \parbox[c]{\hsize}{\raggedright \authorname} & \authorsigndate & \\
\midrule
\textsf{Reviewed} & \parbox[c]{\hsize}{\raggedright \reviewername} & \reviewersigndate & \\
\midrule
\textsf{Approved} & \parbox[c]{\hsize}{\raggedright \approvername} & \approvalsigndate & \\
\midrule
\textsf{Released} & \parbox[c]{\hsize}{\raggedright \releasername} & \releasesigndate & \\
\bottomrule
% \end{tabularx}
\end{tabular}
\end{center}
%%% Local Variables:
%%% TeX-master: "METIS_DRLD"
%%% End: