diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-01 23:38:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-01 23:38:27 -0700 |
commit | 455072bdf266d1d49706e04f94b0063b015cd4ca (patch) | |
tree | b75e4ece1a211d35440a0148a0be45d80705227a | |
parent | 7242165bed21a63b49e1ce7d639400f095800204 (diff) | |
download | pandoc-455072bdf266d1d49706e04f94b0063b015cd4ca.tar.gz |
Updated README on reference.docx.
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -523,7 +523,8 @@ Options affecting specific writers : Use the specified file as a style reference in producing a docx file. For best results, the reference docx should be a modified version of a docx file produced using pandoc. The contents of the reference docx - are ignored, but its stylesheets are used in the new docx. If no + are ignored, but its stylesheets and document properties (including + margins, page size, header, and footer) are used in the new docx. If no 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 |