diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-07-29 20:39:59 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-07-29 20:46:55 -0700 |
commit | 33a051d00d01974f3cdc3942e647bdd85979e96c (patch) | |
tree | 732914067ad44f8d07f134e35d9102ec4c99f7e3 /README | |
parent | 8c2ed54e2e6819aee2bb4b948102fbab8f920d86 (diff) | |
download | pandoc-33a051d00d01974f3cdc3942e647bdd85979e96c.tar.gz |
Docx writer: Print subtitle from metadata if present.
Use Subtitle style.
See #1451.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -541,9 +541,9 @@ Options affecting specific writers for a file `reference.docx` in the user data directory (see `--data-dir`). If this is not found either, sensible defaults will be used. The following styles are used by pandoc: [paragraph] - Normal, Compact, Title, Authors, Date, Abstract, Heading 1, Heading 2, - Heading 3, Heading 4, Heading 5, Block Quote, Definition Term, Definition, - Body Text, Table Caption, Image Caption; [character] Default + Normal, Compact, Title, Subtitle, Authors, Date, Abstract, Heading 1, + Heading 2, Heading 3, Heading 4, Heading 5, Block Quote, Definition Term, + Definition, Body Text, Table Caption, Image Caption; [character] Default Paragraph Font, Body Text Char, Verbatim Char, Footnote Ref, Link. |