Hi Hans, the definition for \mathminus uses a en dash for math mode which seems wrong to me. Shouldn’t math use a normal hyphen character? \unexpanded\def\mathminus{\ifmmode –\else\iffontchar\font`−−\else –\fi\fi} Wolfgang