diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 01:10:04 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 01:10:04 +0000 |
commit | b29f221cba949934dda402f96b1606cda8ed73a6 (patch) | |
tree | 580d523e7c5980164d25527c27894865845c10f7 /debian/control | |
parent | 4283ce3662cbb4b9d3165aef40455203ae106c47 (diff) | |
download | pandoc-b29f221cba949934dda402f96b1606cda8ed73a6.tar.gz |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c2f908292..58c20b8c3 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: pandoc Section: text Architecture: any Depends: ${shlibs:Depends} -Suggests: texlive-latex-recommended | tetex-extra, tidy, wget | w3m +Suggests: texlive-latex-recommended | tetex-extra, texlive-latex-extra, tidy, wget | w3m Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read |