Updated markdown2pdf man page.

It no longer says all pandoc options are accepted.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1830 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2010-02-03 05:52:26 +00:00
parent 6f0d4e49d1
commit 7414339e70

View file

@ -13,14 +13,15 @@ markdown2pdf [*options*] [*input-file*]...
# DESCRIPTION # DESCRIPTION
`markdown2pdf` converts *input-file* (or text from standard `markdown2pdf` converts *input-file* (or text from standard
input) from markdown-formatted plain text to PDF, using `pdflatex`. input) from markdown-formatted plain text to PDF, using `pandoc`
If no output filename is specified (using the `-o` option), and `pdflatex`. If no output filename is specified (using the `-o`
the name of the output file is derived from the input file; thus, for option), the name of the output file is derived from the input file;
example, if the input file is *hello.txt*, the output file will be thus, for example, if the input file is *hello.txt*, the output file
*hello.pdf*. If the input is read from STDIN and no output filename will be *hello.pdf*. If the input is read from STDIN and no output
is specified, the output file will be named *stdin.pdf*. If multiple filename is specified, the output file will be named *stdin.pdf*. If
input files are specified, they will be concatenated before conversion, multiple input files are specified, they will be concatenated before
and the name of the output file will be derived from the first input file. 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 Input is assumed to be in the UTF-8 character encoding. If your
local character encoding is not UTF-8, you should pipe input local character encoding is not UTF-8, you should pipe input
@ -35,11 +36,6 @@ packages are not included in your latex setup, they can be obtained from
# OPTIONS # OPTIONS
`markdown2pdf` is a wrapper around `pandoc`, so all of
`pandoc`'s options can be used with `markdown2pdf` as well.
See `pandoc`(1) for a complete list.
The following options are most relevant:
-o *FILE*, \--output=*FILE* -o *FILE*, \--output=*FILE*
: Write output to *FILE*. : Write output to *FILE*.