summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-05 14:56:33 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-05 14:56:33 +0200
commit714079b32cf1ffc3d39e541a096b3c13ac073454 (patch)
treeba454864a4ccdbeca44e64441b703ff85a1f948c /debian
parent0f4ccdc7c0a184dd67d4326a7714a82ff5acbf13 (diff)
Fix update README.Debian to cover current needs for suggested packages.
Diffstat (limited to 'debian')
-rw-r--r--debian/pandoc.README.Debian18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/pandoc.README.Debian b/debian/pandoc.README.Debian
index 4d8e40b4e..eec764d70 100644
--- a/debian/pandoc.README.Debian
+++ b/debian/pandoc.README.Debian
@@ -1,6 +1,14 @@
-The wrapper script markdown2pdf included with pandoc, requires the
-Debian packages texlive-latex-recommended and texlive-latex-extra to
-work properly.
+Default PDFLaTeX PDF output (e.g. --output foo.pdf) requires the
+package texlive-latex-recommended.
+ * XeLaTeX (i.e. --xetex) additionally requires the package
+ texlive-xetex.
+ * LuaTeX (i.e. --luatex) additionally requires the package
+ texlive-luatex.
+ * content with YAML metadata additionally requires the package
+ texlive-latex-extra.
-When using the --xetex option, Debian package texlive-xetex is required
-as well.
+Alternative ConTeXt PDF output (e.g. --output foo.pdf --to context)
+requires the package context.
+
+Alternative wkhtmltopdf PDF output (e.g. --output foo.pdf --to html5)
+requires the package wkhtmltopdf.