3b9be92492
* These options now imply -s; previously they worked also in fragment mode. * Users can now adjust position of include-before and include-after text in the templates. * Default position of include-before moved back (as it originally was) before table of contents. * Resolves Issue #217. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1883 788f1e2b-df1e-0410-8736-df70ead52e1b
39 lines
404 B
Text
39 lines
404 B
Text
$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
|
|
|
|
$endif$
|
|
$for(include-before)$
|
|
$include-before$
|
|
|
|
$endfor$
|
|
$if(toc)$
|
|
.. contents::
|
|
|
|
$endif$
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
$body$
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
$endfor$
|