diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-01-25 15:13:06 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-01-25 15:13:06 -0800 |
commit | 2c4a55d160a52b01e208b19c5d42521dcca35e78 (patch) | |
tree | e51a0f69ccc101e493b8138ba8cd6b29c3f6f55f /README | |
parent | b1a2f02082d89b21d659264bc83e0ddbcca656e2 (diff) | |
download | pandoc-2c4a55d160a52b01e208b19c5d42521dcca35e78.tar.gz |
FIxed typo in README. Closes #390.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ to limit input to markdown. Note that whereas `markdown2pdf` would create an ouput file based on the input file name, `pandoc` requires that you specify the output filename explicitly. So, - pandoc input.txt -o input.pdf --latex-program=xelatex + pandoc input.txt -o input.pdf --latex-engine=xelatex does the same thing |