summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 0dcedd70f..efef34a1c 100644
--- a/README
+++ b/README
@@ -59,7 +59,8 @@ The wrapper script `markdown2pdf` requires
- the following LaTeX packages (available from [CTAN], if they
are not already included in your LaTeX distribution):
+ `unicode` (for UTF8 characters)
- + `examplep` (for verbatim text in footnotes and definition lists)
+ + `examplep` (for verbatim text in definition lists, etc.)
+ + `fancyhdr` (for verbatim text in footnotes)
+ `graphicx` (for images)
+ `array` (for tables)
+ `ulem` (for strikeout text)