diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-03 05:52:26 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-03 05:52:26 +0000 |
commit | 7414339e708267238a040f239d0a32d6a151964a (patch) | |
tree | abaacb51e502c152894ae569d2763f68f0e823e5 | |
parent | 6f0d4e49d16e9acb236221597d21e4139347897d (diff) | |
download | pandoc-7414339e708267238a040f239d0a32d6a151964a.tar.gz |
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
-rw-r--r-- | man/man1/markdown2pdf.1.md | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index c54c6af35..3947ef8da 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -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*. |