2018-08-01 21:32:16 +02:00
|
|
|
$if(titleblock)$
|
|
|
|
$titleblock$
|
2017-02-20 20:52:00 +01:00
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(author)$
|
|
|
|
:Author: $author$
|
|
|
|
$endfor$
|
|
|
|
$if(date)$
|
|
|
|
:Date: $date$
|
|
|
|
$endif$
|
|
|
|
$if(author)$
|
|
|
|
|
|
|
|
$else$
|
|
|
|
$if(date)$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
$if(rawtex)$
|
|
|
|
.. role:: raw-latex(raw)
|
|
|
|
:format: latex
|
|
|
|
..
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$if(toc)$
|
|
|
|
.. contents::
|
|
|
|
:depth: $toc-depth$
|
|
|
|
..
|
|
|
|
|
2018-06-03 06:37:15 +02:00
|
|
|
$endif$
|
|
|
|
$if(number-sections)$
|
|
|
|
.. section-numbering::
|
|
|
|
|
2017-02-20 20:52:00 +01:00
|
|
|
$endif$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$body$
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|