doc: template: Make the title page the title page only
This commit is contained in:
parent
ed4b198359
commit
fd1fd6881a
1 changed files with 7 additions and 1 deletions
8
doc/templates/default.latex
vendored
8
doc/templates/default.latex
vendored
|
@ -48,9 +48,15 @@ $endfor$
|
|||
\begin{document}
|
||||
|
||||
\begin{center}
|
||||
{\bf $title$}
|
||||
{\bf imag $version$}
|
||||
|
||||
{\bf User Documentation}
|
||||
|
||||
$date$
|
||||
\end{center}
|
||||
|
||||
\newpage{}
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue