diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-06 21:43:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-06 21:43:13 +0000 |
commit | c534836c5cf31728afb592a36ab345f786e06e39 (patch) | |
tree | 0ab23c1a08aac90df04c7e472d529af19f395d2c /Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini | |
parent | 5c59ebfc8bb1cabb783923ac8f627f6982216385 (diff) |
tex-ini-files (27feb16)
git-svn-id: svn://tug.org/texlive/trunk@40270 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini b/Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini new file mode 100644 index 00000000000..8e34b9c95ee --- /dev/null +++ b/Master/texmf-dist/tex/generic/tex-ini-files/xelatex.ini @@ -0,0 +1,17 @@ +% tex-ini-files 2016-02-27: xelatex.ini + +% Public domain. Originally by Jonathan Kew. + +% Primitives in pdftex and luatex, we'll just use macros here. +% Since we are generating a whatsit, not 100% compatible, +% but hopefully close enough. +% +\begingroup + \catcode`\{=1 % + \catcode`\}=2 % + \catcode`\#=6 % + \protected\gdef\pdfmapfile#1{\special{pdf:mapfile #1}}% + \protected\gdef\pdfmapline#1{\special{pdf:mapline #1}}% +\endgroup + +\input latex.ltx |