diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-13 09:00:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-13 09:00:55 -0700 |
commit | c5acaec3b5c0d0bac4ac23ae2cf72336140b7d96 (patch) | |
tree | 2554adaebd2db3764bc9f23feb3637fe9c125d75 /README | |
parent | 5ae48b7eaf55de42f55d885673a394af7de89641 (diff) | |
download | pandoc-c5acaec3b5c0d0bac4ac23ae2cf72336140b7d96.tar.gz |
LaTeX template: include grffile together with graphicx.
This properly handles filenames containing spaces and dots.
Closes #2074.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |