2009-12-31 02:14:57 +01:00
|
|
|
$if(titleblock)$
|
2009-12-31 02:15:50 +01:00
|
|
|
$if(title)$
|
|
|
|
$title$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$if(authors)$
|
|
|
|
$authors$
|
|
|
|
$endif$
|
|
|
|
$if(date)$
|
|
|
|
Date: $date$
|
|
|
|
$endif$
|
2009-12-31 02:12:25 +01:00
|
|
|
|
2009-12-31 02:14:57 +01:00
|
|
|
$endif$
|
|
|
|
$if(math)$
|
2009-12-31 02:12:25 +01:00
|
|
|
.. role:: math(raw)
|
|
|
|
:format: html latex
|
|
|
|
|
2009-12-31 02:14:57 +01:00
|
|
|
$endif$
|
2009-12-31 02:15:50 +01:00
|
|
|
$if(toc)$
|
|
|
|
.. contents::
|
2009-12-31 02:12:25 +01:00
|
|
|
|
2009-12-31 02:14:57 +01:00
|
|
|
$endif$
|
2009-12-31 02:15:50 +01:00
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
2009-12-31 02:14:57 +01:00
|
|
|
$body$
|