[XeTeX] mathspec and arabxetex issues

Ulrike Fischer news3 at nililand.de
Sat Feb 20 18:51:32 CET 2010


Am Fri, 19 Feb 2010 02:57:20 -0800 (PST) schrieb Meho R.:

> Hi,
> 
> I encountered problems with mathspec and arabxetex when used 
> together. 

arabxetex is not the source of the problem, it only reveals that
mathspec is doing something silly. It redefines \RequirePackage so
that every \RequirePackage{amsmath} leads to an error:

\documentclass{book}
\usepackage{amsmath}
\usepackage{mathspec}
\RequirePackage{amsmath}

\begin{document}
Test
\end{document}

This is cleary a fault in mathspec. Make a bug report.

To get around the problem, you can reset the original definition
after loading mathspec:

\usepackage{mathspec}
\makeatletter
\let\RequirePackage\original at RequirePackage
\makeatother



-- 
Ulrike Fischer 



More information about the XeTeX mailing list