2009-12-31 02:15:50 +01:00
|
|
|
$if(title)$
|
|
|
|
$title$
|
|
|
|
|
|
|
|
$endif$
|
2009-12-31 02:16:19 +01:00
|
|
|
$for(author)$
|
|
|
|
:Author: $author$
|
|
|
|
$endfor$
|
2009-12-31 02:15:50 +01:00
|
|
|
$if(date)$
|
2009-12-31 02:16:19 +01:00
|
|
|
:Date: $date$
|
2009-12-31 02:15:50 +01:00
|
|
|
$endif$
|
2009-12-31 02:16:19 +01:00
|
|
|
$if(author)$
|
2009-12-31 02:12:25 +01:00
|
|
|
|
2009-12-31 02:16:19 +01:00
|
|
|
$else$
|
|
|
|
$if(date)$
|
|
|
|
|
|
|
|
$endif$
|
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$
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
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$
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|