diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-08-05 09:18:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-08-05 09:18:56 -0700 |
commit | 81125e8f4e2a2ec5f49424eaecf777452243e394 (patch) | |
tree | 4187d7c91881ce640529ae0fd9b1412eab81cb36 | |
parent | 437b9ec5a46fe6d5c65e4f4837c8995efed2cf03 (diff) | |
download | pandoc-81125e8f4e2a2ec5f49424eaecf777452243e394.tar.gz |
Documented styles used in reference docx
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -447,7 +447,12 @@ Options affecting specific writers reference docx is specified on the command line, pandoc will look for a file `reference.docx` in the user data directory (see `--data-dir`). If this is not found either, sensible defaults will be - used. + used. The following styles are used by pandoc: [paragraph] + Normal, Title, Authors, Date, Heading 1, Heading 2, Heading 3, + Heading 4, Heading 5, Block Quote, Definition Term, Definition, + Body Text, Table Caption, Picture Caption; [character] Default + Paragraph Font, Body Text Char, Verbatim Char, Footnote Reference, + Hyperlink. `--epub-stylesheet=`*FILE* : Use the specified CSS file to style the EPUB. If no stylesheet |