diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-21 19:56:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-21 19:56:30 -0700 |
commit | 6a96090f7832f8f0b51c6812ab9b89cf0b1dfb7e (patch) | |
tree | 112ed7b195715f2a8e9af4a08de64d25f468a48a /README | |
parent | ec5960ab119bc821f3dc6589c48c1a88c6bb1bac (diff) | |
parent | 1c4481daa87abd26cb1f3f9fdec3fd3aaf1a7653 (diff) | |
download | pandoc-6a96090f7832f8f0b51c6812ab9b89cf0b1dfb7e.tar.gz |
Merge pull request #2318 from infotroph/infotroph-readme-patch2
List all styles in manual for --reference-docx
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -636,12 +636,13 @@ 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, Subtitle, Authors, Date, Abstract, Heading 1, - Heading 2, Heading 3, Heading 4, Heading 5, Block Text, Definition Term, - Definition, Bibliography, Body Text, Table Caption, Image Caption, - Figure, FigureWithCaption; + Normal, Body Text, First Paragraph, Compact, Title, Subtitle, Author, Date, + Abstract, Bibliography, Heading 1, Heading 2, Heading 3, Heading 4, + Heading 5, Heading 6, Block Text, Footnote Text, Definition Term, + Definition, Caption, Table Caption, Image Caption, Figure, + Figure With Caption, TOC Heading; [character] Default Paragraph Font, Body Text Char, Verbatim Char, - Footnote Reference, Hyperlink. + Footnote Reference, Hyperlink; [table] Normal Table. `--epub-stylesheet=`*FILE* |