Le 07 avril à 14:25:51 Taco Hoekwater
| This is caused by the macro \processisolatedwords that is not updated | for MkIV yet. An extra \language=-1 is needed to fix this:
| \def\processisolatedwords#1#2% | {\bgroup | \fakecompoundhyphen | \dontcomplain | \forgetall | \nopenalties | \ifcase\isolatedwordsmode | \def\processisolatedwords##1##2{##2{##1}}% we split only once | \fi | \global\let\localbetweenisolatedwords\betweenisolatedwords | \setbox0\normalhbox | {\language=-1 % needed for MkIV | \ignorespaces#1% | \global\isolatedlastskip\lastskip}% | .....
| Best wishes, [...] Thanks, is there a way I can fix it on my machine (I don't know where this macro is!) ? -- Jean