reqif/templates/tex/titlepage.tex

16 lines
285 B
TeX

{%- import 'macros.tex' as macros %}
\begin{titlepage}
\date{\today}
\title{
Requirement Specification for\\{\tt {{ macros.latex_filter(data.titel) }} }
}
\date{\today}
\maketitle
\thispagestyle{empty}
\newpage
\end{titlepage}
\setcounter{page}{1}
\pagestyle{fancy}