aboutsummaryrefslogtreecommitdiff
path: root/data/templates
blob: feffd7c64abab863abd3f6458d1c445d6bfe7fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tree d54cbad3511250d737f3668756811ed61fdffd8d
parent 1a62e83904c9dee869b0b2b33613e4c4c07977b3
author John MacFarlane <jgm@berkeley.edu> 1465319222 -0700
committer John MacFarlane <jgm@berkeley.edu> 1465319222 -0700

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.