From d488dd0f66e14a7728873f31d80b51bab625b442 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
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')

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
 
-- 
cgit v1.2.3