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 | |
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
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | man/pandoc.1 | 13 |
2 files changed, 13 insertions, 11 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* diff --git a/man/pandoc.1 b/man/pandoc.1 index 685e148da..2ffd794f6 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -791,12 +791,13 @@ If no reference docx is specified on the command line, pandoc will look for a file \f[C]reference.docx\f[] in the user data directory (see \f[C]\-\-data\-dir\f[]). 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; [character] Default Paragraph Font, Body Text Char, -Verbatim Char, Footnote Reference, Hyperlink. +The following styles are used by pandoc: [paragraph] 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; [table] Normal Table. .RS .RE .TP |