diff options
author | Sam Kim <samkimhis@gmail.com> | 2017-04-07 13:23:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-04-07 22:23:29 +0200 |
commit | 7fe37d0b798462f4a43897186ef8cd4766371030 (patch) | |
tree | 46d018429ee8923e1e088c48b2d6470bc466a595 | |
parent | 41ebdee5df4b322ce49ee955824047a7e4d888f9 (diff) | |
download | pandoc-7fe37d0b798462f4a43897186ef8cd4766371030.tar.gz |
Fixed a typo (#3562)
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index fcccd7c6f..53419c9bd 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -866,7 +866,7 @@ Options affecting specific writers To produce a custom `reference.odt`, first get a copy of the default `reference.odt`: `pandoc --print-default-data-file reference.odt > - custom-reference.odt`. Then open `custom-reference.docx` in + custom-reference.odt`. Then open `custom-reference.odt` in LibreOffice, modify the styles as you wish, and save the file. |