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:
parent
6f0d4e49d1
commit
7414339e70
1 changed files with 9 additions and 13 deletions
|
@ -13,14 +13,15 @@ markdown2pdf [*options*] [*input-file*]...
|
|||
# DESCRIPTION
|
||||
|
||||
`markdown2pdf` converts *input-file* (or text from standard
|
||||
input) from markdown-formatted plain text to PDF, using `pdflatex`.
|
||||
If no output filename is specified (using the `-o` option),
|
||||
the name of the output file is derived from the input file; thus, for
|
||||
example, if the input file is *hello.txt*, the output file will be
|
||||
*hello.pdf*. If the input is read from STDIN and no output filename
|
||||
is specified, the output file will be named *stdin.pdf*. If multiple
|
||||
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) from markdown-formatted plain text to PDF, using `pandoc`
|
||||
and `pdflatex`. If no output filename is specified (using the `-o`
|
||||
option), the name of the output file is derived from the input file;
|
||||
thus, for example, if the input file is *hello.txt*, the output file
|
||||
will be *hello.pdf*. If the input is read from STDIN and no output
|
||||
filename is specified, the output file will be named *stdin.pdf*. If
|
||||
multiple 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
|
||||
|
@ -35,11 +36,6 @@ packages are not included in your latex setup, they can be obtained from
|
|||
|
||||
# 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*
|
||||
: Write output to *FILE*.
|
||||
|
||||
|
|
Loading…
Reference in a new issue