2011-07-19 12:02:59 -07:00
|
|
|
$if(title)$
|
|
|
|
$title$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(author)$
|
|
|
|
:Author: $author$
|
|
|
|
$endfor$
|
|
|
|
$if(date)$
|
|
|
|
:Date: $date$
|
|
|
|
$endif$
|
|
|
|
$if(author)$
|
|
|
|
|
|
|
|
$else$
|
|
|
|
$if(date)$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
$if(math)$
|
|
|
|
.. role:: math(raw)
|
|
|
|
:format: html latex
|
2011-12-04 22:52:51 -08:00
|
|
|
..
|
2011-07-19 12:02:59 -07:00
|
|
|
|
2015-04-07 22:06:37 -07:00
|
|
|
$endif$
|
|
|
|
$if(rawtex)$
|
|
|
|
.. role:: raw-latex(raw)
|
|
|
|
:format: latex
|
|
|
|
..
|
|
|
|
|
2011-07-19 12:02:59 -07:00
|
|
|
$endif$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$if(toc)$
|
|
|
|
.. contents::
|
2013-01-05 11:58:09 -08:00
|
|
|
:depth: $toc-depth$
|
2011-12-04 22:52:51 -08:00
|
|
|
..
|
2011-07-19 12:02:59 -07:00
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$body$
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|