unittest/templates/unittest_titlepage.tex

16 lines
289 B
TeX
Raw Normal View History

2020-01-26 16:19:29 +01:00
{%- import 'macros.tex' as macros %}
\begin{titlepage}
\date{\today}
\title{
Unittest for {\tt {{ macros.latex_filter(data.testobject_information.Name) }} }
}
\date{\today}
\maketitle
\thispagestyle{empty}
\newpage
\end{titlepage}
\setcounter{page}{1}
\pagestyle{fancy}