+ Updated README.Debian with information on the changes to markdown2pdf. + Made latex and zip required dependencies, since they are now required for 'odt' and 'pdf' targets of pandoc. + Fixed typo in warning message. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1396 788f1e2b-df1e-0410-8736-df70ead52e1b
17 lines
427 B
Text
17 lines
427 B
Text
Notes to Debian users:
|
|
|
|
1. `markdown2pdf` has been removed, since pandoc now includes `pdf`
|
|
as a writer option. You can replace
|
|
|
|
markdown2pdf foo.txt
|
|
|
|
with
|
|
|
|
pandoc foo.txt -o foo.pdf
|
|
|
|
Note that unlike `markdown2npdf`, `pandoc` requires that the output
|
|
filename be specified explicitly.
|
|
|
|
2. If you intend to use the html2markdown script, you should install
|
|
tidy, plus either wget or w3m.
|
|
|