FIxed typo in README. Closes #390.
This commit is contained in:
parent
b1a2f02082
commit
2c4a55d160
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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
|
create an ouput file based on the input file name, `pandoc` requires
|
||||||
that you specify the output filename explicitly. So,
|
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
|
does the same thing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue