From d488dd0f66e14a7728873f31d80b51bab625b442 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 28 Jul 2007 01:40:48 +0000 Subject: 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 --- man/man1/markdown2pdf.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man1/markdown2pdf.1.md') 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 -. +`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 . # OPTIONS -- cgit v1.2.3