[XeTeX] Extra trailing space in IPA font with xltxtra

Ulrike Fischer news3 at nililand.de
Wed Sep 22 18:59:18 CEST 2010


Am Wed, 22 Sep 2010 16:22:16 +0100 schrieb Paolo Matteucci:


> OK, I have now compared all three file lists (mine is appended) below, and
> can see that the [main] differences are:

> P. xunicode.sty 0.95 ~ U: xunicode.sty 0.91


xunicode has changed the definition of \implementTIPAtextx. It is
now (in 0.95)

\expandafter\ifx\csname scantokens\endcsname\relax
 \def\implementTIPAtextx#1{#1\egroup}
\else
 \def\implementTIPAtextx#1{\scantokens{#1}\egroup}
\fi

Reverting to the old definition from 0.91

 \usepackage{xltxtra}
 \def\implementTIPAtextx#1{#1\egroup}

removes the trailing space. 

So it is a bug in xunicode.


-- 
Ulrike Fischer 



More information about the XeTeX mailing list