diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-23 20:51:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-23 20:52:09 -0700 |
commit | 0ef1f787c7a243d6cbc64f60dcb38b218608f2b8 (patch) | |
tree | 739884875354768a6623be1798063b3814456299 /README | |
parent | 2956ef251c815c332679ff4666031a5b7a65aadc (diff) | |
download | pandoc-0ef1f787c7a243d6cbc64f60dcb38b218608f2b8.tar.gz |
Docx writer: Bibliography entries get Bibliography style.
Closes #1559.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -551,9 +551,9 @@ Options affecting specific writers 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 Quote, Definition Term, - Definition, Body Text, Table Caption, Image Caption; [character] Default - Paragraph Font, Body Text Char, Verbatim Char, Footnote Ref, - Link. + Definition, Bibliography, Body Text, Table Caption, Image Caption; + [character] Default Paragraph Font, Body Text Char, Verbatim Char, + Footnote Ref, Link. `--epub-stylesheet=`*FILE* : Use the specified CSS file to style the EPUB. If no stylesheet |