47 lines
1.1 KiB
TeX
47 lines
1.1 KiB
TeX
\ProvidesPackage{di/titlepage}
|
|
|
|
\RequirePackage{di/attribute}
|
|
|
|
%\RequirePackage{lineno}
|
|
\RequirePackage{fancyhdr}
|
|
\RequirePackage{graphicx}
|
|
\RequirePackage{tikz}
|
|
|
|
%! Package tikz Error: Sorry, some package has redefined the
|
|
% meaning of the math-mode dollar sign. This is incompatible
|
|
% with tikz and its calc library and might cause unrecoverable
|
|
% errors.
|
|
% See: http://tex.stackexchange.com/questions/165929/semiverbatim-with-tikz-in-beamer/
|
|
\makeatletter
|
|
\global\let\tikz@ensure@dollar@catcode=\relax
|
|
\makeatother
|
|
|
|
\newcommand*{\thead}[1]{\multicolumn{1}{c}{\bfseries #1}}
|
|
|
|
\renewcommand\maketitle{
|
|
\thispagestyle{plain}
|
|
|
|
\begin{nolinenumbers}
|
|
|
|
\vspace*{6.8cm}
|
|
|
|
\begin{center}
|
|
{ \LARGE \thedocumenttitle{} } \\
|
|
\vspace{0.3cm}
|
|
{ \large \thedocumenttype } \\
|
|
\end{center}
|
|
\tiny { ~ }
|
|
\vspace{4cm} \\
|
|
\begin{table}[h]
|
|
\rowcolors{1}{di_color_titlepage_gray}{}
|
|
\centering
|
|
\begin{tabular}{|l|l|}
|
|
\hline
|
|
\bf{Verification\hspace{1cm}Date:\hspace{2.5cm}} & \bf{Validation\hspace{1cm}Date:\hspace{2.5cm}} \\\hline
|
|
& \\[2cm]\hline
|
|
\end{tabular}
|
|
\end{table} \\
|
|
\end{nolinenumbers}
|
|
\newpage
|
|
}
|