diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 01:40:48 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 01:40:48 +0000 |
commit | d488dd0f66e14a7728873f31d80b51bab625b442 (patch) | |
tree | 8794e67a838e6aaa9c5c37dedb9e17b0b2a7ce00 /man | |
parent | b29f221cba949934dda402f96b1606cda8ed73a6 (diff) | |
download | pandoc-d488dd0f66e14a7728873f31d80b51bab625b442.tar.gz |
Reinstated dependence on fancyvrb. It is compatible with examplep.
fancyvrb is needed for verbatim environments in footnotes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@808 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 13f94ee1d..8ec58c423 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -29,9 +29,9 @@ output through `iconv`: iconv -t utf-8 input.txt | pandoc | iconv -f utf-8 `markdown2pdf` assumes that the `unicode`, `examplep`, `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>. +`fancyvrb`, `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 |