[XeTeX] mathspec and arabxetex issues

Meho R. meho_r at yahoo.com
Sun Feb 21 13:23:28 CET 2010


Thanks for the solution. Andrew is aware of the issue.




________________________________
From: Ulrike Fischer <news3 at nililand.de>
To: xetex at tug.org
Sent: Sat, February 20, 2010 6:51:32 PM
Subject: Re: [XeTeX] mathspec and arabxetex issues

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 



--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20100221/8d618a88/attachment.html>


More information about the XeTeX mailing list