diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/xelatex.ini | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/config/xetex.ini | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini index f47278aa2ad..eb0ba44f538 100644 --- a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini +++ b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini @@ -25,8 +25,15 @@ \fi} \def\newXeTeXintercharclass{% \xe@alloc@\xe@alloc@intercharclass\XeTeXintercharclass\chardef\@cclv} %at most 254 + +% Primitives in pdftex and luatex, we'll just use macros here. +% Since we are generating a whatsit, not 100% compatible, +% but hopefully close enough. +\def\pdfmapfile#1{\special{pdf:mapfile #1}} +\def\pdfmapline#1{\special{pdf:mapline #1}} + \catcode`\@=12 -% + % Because latex.ltx sets up character code tables for T1 encoding by default, % we need to reset values from unicode-letters that may have been overridden \begingroup diff --git a/Master/texmf-dist/tex/plain/config/xetex.ini b/Master/texmf-dist/tex/plain/config/xetex.ini index 692649730fa..90b353b1208 100644 --- a/Master/texmf-dist/tex/plain/config/xetex.ini +++ b/Master/texmf-dist/tex/plain/config/xetex.ini @@ -47,6 +47,12 @@ \def\newXeTeXintercharclass{% \xe@alloc@\xe@alloc@intercharclass\XeTeXintercharclass\chardef\@cclv} %at most 254 +% Primitives in pdftex and luatex, we'll just use macros here. +% Since we are generating a whatsit, not 100% compatible, +% but hopefully close enough. +\def\pdfmapfile#1{\special{pdf:mapfile #1}} +\def\pdfmapline#1{\special{pdf:mapline #1}} + \catcode`\@=12 \XeTeXuseglyphmetrics=1 |