summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-13 09:00:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-13 09:00:55 -0700
commitc5acaec3b5c0d0bac4ac23ae2cf72336140b7d96 (patch)
tree2554adaebd2db3764bc9f23feb3637fe9c125d75 /README
parent5ae48b7eaf55de42f55d885673a394af7de89641 (diff)
LaTeX template: include grffile together with graphicx.
This properly handles filenames containing spaces and dots. Closes #2074.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ca4161448..73104636f 100644
--- a/README
+++ b/README
@@ -127,7 +127,8 @@ Production of a PDF requires that a LaTeX engine be installed (see
`--latex-engine`, below), and assumes that the following LaTeX packages are
available: `amssymb`, `amsmath`, `ifxetex`, `ifluatex`, `listings` (if the
`--listings` option is used), `fancyvrb`, `longtable`, `booktabs`, `url`,
-`graphicx`, `hyperref`, `ulem`, `babel` (if the `lang` variable is set),
+`graphicx` and `grffile` (if the document contains images),
+ `hyperref`, `ulem`, `babel` (if the `lang` variable is set),
`fontspec` (if `xelatex` or `lualatex` is used as the LaTeX engine), `xltxtra`
and `xunicode` (if `xelatex` is used).