From b29f221cba949934dda402f96b1606cda8ed73a6 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 28 Jul 2007 01:10:04 +0000
Subject: Changed LaTeX writer to use the examplep package instead of fancyvrb.
 examplep allows verbatim text in places where fancyvrb does not, e.g.
 definition list terms, and provides for line-breaking of verbatim text. +
 examplep code put in LaTeX header instead of being dynamically   included,
 since it is frequently used, and people may want to   customize the options.
 + documented dependency on examplep + added texlive-latex-extra as a
 "Suggested" package in debian/control + use examplep's \Q{} is now used
 instead of \verb:  note that   \Q requires backslash- escaping symbols in its
 scope. + modified README so that the verbatim sections will look good at  
 shorter line lengths.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@807 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 man/man1/markdown2pdf.1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'man/man1')

diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index ecaabc35e..13f94ee1d 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -28,7 +28,7 @@ output through `iconv`:
 
     iconv -t utf-8 input.txt | pandoc | iconv -f utf-8
 
-`markdown2pdf` assumes that the `unicode`, `fancyvrb`, `array`,
+`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>.
-- 
cgit v1.2.3