RST writer: support all standard metadata ("bibliographic") fields.
This commit is contained in:
parent
326a00ab1a
commit
c3cf339f1d
2 changed files with 35 additions and 9 deletions
|
@ -1,19 +1,45 @@
|
|||
$if(titleblock)$
|
||||
$titleblock$
|
||||
|
||||
$endif$
|
||||
$for(author)$
|
||||
:Author: $author$
|
||||
:Author: $^$$author$
|
||||
$endfor$
|
||||
$if(date)$
|
||||
:Date: $date$
|
||||
$if(authors)$
|
||||
:Authors:
|
||||
$author$
|
||||
$endif$
|
||||
$if(author)$
|
||||
|
||||
$else$
|
||||
$if(date)$
|
||||
|
||||
:Date: $^$$date$
|
||||
$endif$
|
||||
$if(address)$
|
||||
:Addresss: $^$$address$
|
||||
$endif$
|
||||
$if(contact)$
|
||||
:Contact: $^$$contact$
|
||||
$endif$
|
||||
$if(copyright)$
|
||||
:Copyright: $^$$copyright$
|
||||
$endif$
|
||||
$if(dedication)$
|
||||
:Dedication: $^$$dedication$
|
||||
$endif$
|
||||
$if(organization)$
|
||||
:Organization: $^$$organization$
|
||||
$endif$
|
||||
$if(revision)$
|
||||
:Revision: $^$$revision$
|
||||
$endif$
|
||||
$if(status)$
|
||||
:Status: $^$$status$
|
||||
$endif$
|
||||
$if(version)$
|
||||
:Version: $^$$version$
|
||||
$endif$
|
||||
$if(abstract)$
|
||||
:Abstract:
|
||||
$abstract$
|
||||
$endif$
|
||||
|
||||
$endif$
|
||||
$if(rawtex)$
|
||||
.. role:: raw-latex(raw)
|
||||
|
|
|
@ -4,7 +4,7 @@ Pandoc Test Suite
|
|||
|
||||
:Author: John MacFarlane
|
||||
:Author: Anonymous
|
||||
:Date: July 17, 2006
|
||||
:Date: July 17, 2006
|
||||
|
||||
.. role:: raw-latex(raw)
|
||||
:format: latex
|
||||
|
|
Loading…
Reference in a new issue