diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-18 23:28:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-18 23:28:58 +0000 |
commit | d66a478e29bb6753eca65870094236edfcef5b85 (patch) | |
tree | 673ad543af8e5fcf278ea26992e219925f73c4ac /Master/texmf-dist/tex/plain/config | |
parent | 6da0d477b6b8ef5b23291b8a09f0d0242e74659d (diff) |
* xetex.ini,
* xelatex.ini (\pdfmapfile, \pdfmapline): define for near-compatibility
with the primitives in pdftex and luatex. Imperfect since a macro
generating a whatsit from \special is not the same as a primitive, but
hopefully still useful in practice, and given the implementation of
xetex, not practical to do anything else.
http://sourceforge.net/p/xetex/feature-requests/18/
git-svn-id: svn://tug.org/texlive/trunk@34655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/config')
-rw-r--r-- | Master/texmf-dist/tex/plain/config/xetex.ini | 6 |
1 files changed, 6 insertions, 0 deletions
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 |