3d2ff3d0a8
+ Added markdown2pdf. + Removed Text/Pandoc/PDF.hs. + Removed references to PDF writer from Main.hs. + Removed references to PDF writer from pandoc.cabal. + Added markdown2pdf.1 to list of man pages in Setup.hs. + Added markdown2pdf.1.md man page source. + Added reference to markdown2pdf(1) in pandoc man page. + Added markdown2pdf to WRAPPERS in Makefile. + Removed mention of pdf writer from README; added markdown2pdf. + Added remarks on markdown2pdf dependencies to README.Debian. + Added markdown2pdf to web/index.txt.in. + Use markdown2pdf for pdf web demos. + Put markdown2pdf back into debian control and rules. + Added markdown2pdf to macports Portfile. + Added markdown2pdf to freebsd package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b
9 lines
341 B
Text
9 lines
341 B
Text
Notes to Debian users on "suggested" dependencies:
|
|
|
|
If you intend to use the markdown2pdf script, you should install
|
|
texlive-latex-recommended (or, if you use teTeX, tetex-extra). This
|
|
provides LaTeX packages that are needed by markdown2pdf.
|
|
|
|
If you intend to use the html2markdown script, you should install
|
|
tidy, plus either wget or w3m.
|
|
|