summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-30 17:25:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-30 17:25:16 -0700
commit264c5a4f6bf3980a5d11dc497524b450520840ac (patch)
tree42a89582d86eed8f20f8f2a7b15283380bcf57be /changelog
parentda387b70735d35980485ba2204059f8166f9c211 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog10
1 files changed, 6 insertions, 4 deletions
diff --git a/changelog b/changelog
index 3c2cf88a5..e9699ea3c 100644
--- a/changelog
+++ b/changelog
@@ -76,8 +76,8 @@ pandoc (1.8.2)
* `markdown2pdf`:
- + Calls latex with `-halt-on-error` instead of
- `-interaction=batchmode`, which essentially just ignored errors,
+ + Calls latex with `-halt-on-error -interaction nonstopmode` instead
+ of `-interaction=batchmode`, which essentially just ignored errors,
leading to bad results. Better to know when something is wrong.
+ Fixed issues with non-UTF-8 output of `pdflatex`.
+ Better error reporting.
@@ -114,8 +114,10 @@ pandoc (1.8.2)
& writer). Closes #279.
+ LaTeX: Use different `hyperref` options for `xetex`, fixing
problems with unicode bookmarks (thanks to CircleCode).
- + LaTeX: Don't use `ucs` if using `biblatex`; they are incompatible
- (thanks to Joseph Reagle).
+ + LaTeX: Removed `ucs` package, use `utf8` rather than `utf8x`
+ with `inputenc`. This covers fewer characters but is more
+ robust with other packages, and `ucs` is unmaintained. Users
+ who need better unicode support should use xelatex or lualatex.
pandoc (1.8.1.2)