From 4136ec0f4ae30d2b2a41260d3af3c894c79fe705 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Jun 2016 10:08:49 -0700 Subject: latex template: fix for obscure hyperref/xelatex issue. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates b/data/templates index 1a62e8390..feffd7c64 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 1a62e83904c9dee869b0b2b33613e4c4c07977b3 +Subproject commit feffd7c64abab863abd3f6458d1c445d6bfe7fc4 -- cgit v1.2.3