summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2015-05-05 07:13:53 +0000
committerJonathan Kew <jfkthame@googlemail.com>2015-05-05 07:13:53 +0000
commite7315c9cae7f673a057c7a29ed4a40ec74556faf (patch)
tree4cf3b8c91f571b6f0a4522c2f0b9d70f99d6617a /Master/texmf-dist/tex/latex
parent810ad32eab25ed0ead53f13d7950d87abf457fb7 (diff)
[xelatex.ini] Add missing \catcode setting to the .ini file for \pdfmapfile and \pdfmapline definitions.
git-svn-id: svn://tug.org/texlive/trunk@37197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/xelatex.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini
index 38b16a9465a..8967299e61f 100644
--- a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini
+++ b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini
@@ -8,6 +8,7 @@
\begingroup
\catcode`\{=1
\catcode`\}=2
+ \catcode`\#=6
\protected\gdef\pdfmapfile#1{\special{pdf:mapfile #1}}
\protected\gdef\pdfmapline#1{\special{pdf:mapline #1}}
\endgroup