From 74e80856316160596b31487507bd5879c76ff2e5 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 19 Mar 2008 18:41:07 +0000 Subject: Small fix to markdown2pdf man page: only input needs to be piped through iconv. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1251 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/markdown2pdf.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man1/markdown2pdf.1.md') diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 774c2e08d..0bc8329d7 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -23,10 +23,10 @@ input files are specified, they will be concatenated before conversion, and the name of the output file will be derived from the first input file. Input is assumed to be in the UTF-8 character encoding. If your -local character encoding is not UTF-8, you should pipe input and -output through `iconv`: +local character encoding is not UTF-8, you should pipe input +through `iconv`: - iconv -t utf-8 input.txt | pandoc | iconv -f utf-8 + iconv -t utf-8 input.txt | markdown2pdf `markdown2pdf` assumes that the `unicode`, `array`, `fancyvrb`, `graphicx`, and `ulem` packages are in latex's search path. If these -- cgit v1.2.3