diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 20:36:08 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 20:36:08 +0000 |
commit | 33a2f1c78f101662235a8be04910fdad2b6f3075 (patch) | |
tree | 9531e5dbff60af3b2d4f783da88888232fafbee6 /man/man1/markdown2pdf.1.md | |
parent | 1a90879f8bf0b3083ea86e9e967fedd548a9b5a9 (diff) |
Changed man page markdown sources to use new
system for specifying title, section, and header information.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@747 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2pdf.1.md')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 5355dfd7d..ecaabc35e 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -1,4 +1,4 @@ -% MARKDOWN2PDF | 1 | Pandoc User Manuals +% MARKDOWN2PDF(1) Pandoc User Manuals % John MacFarlane and Recai Oktas % June 30, 2007 @@ -28,9 +28,10 @@ output through `iconv`: iconv -t utf-8 input.txt | pandoc | iconv -f utf-8 -`markdown2pdf` assumes that the `unicode` and `fancyvrb` packages -are in latex's search path. If these packages are not included in your -latex setup, they can be obtained from <http://ctan.org>. +`markdown2pdf` assumes that the `unicode`, `fancyvrb`, `array`, +`graphicx`, and `ulem` packages are in latex's search path. If these +packages are not included in your latex setup, they can be obtained from +<http://ctan.org>. # OPTIONS |