diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-06-07 10:08:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-07 10:11:48 -0700 |
commit | 4136ec0f4ae30d2b2a41260d3af3c894c79fe705 (patch) | |
tree | b179a356bd28a5b9d56f35c352e1d9550c34259d /data | |
parent | a184aec7076eedf01deea08a2ec64c5340d00e9c (diff) | |
download | pandoc-4136ec0f4ae30d2b2a41260d3af3c894c79fe705.tar.gz |
latex template: fix for obscure hyperref/xelatex issue.
Here's a minimal case:
\documentclass[]{article}
\usepackage{hyperref}
\begin{document}
\section{\%á}
\end{document}
Without this change, this fails on the second invocation of xelatex.
See https://tex.stackexchange.com/questions/313266/and-non-ascii-characters-in-headings
This affects inputs this like
# %á
with pdf output via xelatex.
Diffstat (limited to 'data')
m--------- | data/templates | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/data/templates b/data/templates -Subproject 1a62e83904c9dee869b0b2b33613e4c4c07977b +Subproject feffd7c64abab863abd3f6458d1c445d6bfe7fc |