diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-27 12:13:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-27 12:13:46 -0700 |
commit | e53d65badfa4639757cc008bae9541751365a5b4 (patch) | |
tree | dc0e8bd2e41253492dca4babad06445563f9d040 | |
parent | 94af4cad3350dd3a0c3ca1e8002560cffe16478e (diff) | |
download | pandoc-e53d65badfa4639757cc008bae9541751365a5b4.tar.gz |
Fix changelog typo
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ pandoc (2.2) + Use `withTempDir` in `html2pdf`. + With `xelatex`, don't compress images til the last run (#4484). This saves time for image-heavy documents. - + Don't try to convert EPS files (#2067). `pdflatex converts them + + Don't try to convert EPS files (#2067). `pdflatex` converts them itself, and JuicyPixels can't do it. + For `pdflatex`, use a temp directory in the working directory. Otherwise we can have problems with the EPS conversion pdflatex |