<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Thanks for the solution. Andrew is aware of the issue.<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Ulrike Fischer &lt;news3@nililand.de&gt;<br><b><span style="font-weight: bold;">To:</span></b> xetex@tug.org<br><b><span style="font-weight: bold;">Sent:</span></b> Sat, February 20, 2010 6:51:32 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [XeTeX] mathspec and arabxetex issues<br></font><br>
Am Fri, 19 Feb 2010 02:57:20 -0800 (PST) schrieb Meho R.:<br><br>&gt; Hi,<br>&gt; <br>&gt; I encountered problems with mathspec and arabxetex when used <br>&gt; together. <br><br>arabxetex is not the source of the problem, it only reveals that<br>mathspec is doing something silly. It redefines \RequirePackage so<br>that every \RequirePackage{amsmath} leads to an error:<br><br>\documentclass{book}<br>\usepackage{amsmath}<br>\usepackage{mathspec}<br>\RequirePackage{amsmath}<br><br>\begin{document}<br>Test<br>\end{document}<br><br>This is cleary a fault in mathspec. Make a bug report.<br><br>To get around the problem, you can reset the original definition<br>after loading mathspec:<br><br>\usepackage{mathspec}<br>\makeatletter<br>\let\RequirePackage\original@RequirePackage<br>\makeatother<br><br><br><br>-- <br>Ulrike Fischer <br><br><br><br>--------------------------------------------------<br>Subscriptions, Archive, and List information,
 etc.:<br><span>&nbsp; <a target="_blank" href="http://tug.org/mailman/listinfo/xetex">http://tug.org/mailman/listinfo/xetex</a></span><br></div></div>
</div><br>

      </body></html>