Hi Thierry,<br><br>I&#39;m glad that you find mathspec useful.<br><br>To answer the first question, there is no critical difference between: \usepackage{MnSymbol}\usepackage{mathspec} and \usepackage[MnSymbol]{mathspec}: the MnSymbol option calls \RequirePackage{MnSymbol}, which is synonomous to \usepackage{MnSymbol}.<br>


<br>For you second question, it is hard to judge what&#39;s going on without seeing a complete example document. Something is obviously defining \mathfrak before mathspec does (or attempting to define \mathfrak after mathspec does).<br>


<br>I will say that LaTeX 2e permits only 16 maths fonts in a document, and by attemping to use all alphabets, you&#39;ve come up against this limitation (loading MnSymbol and the AMS fonts doesn&#39;t help), although theoretically many more can be used with XeTeX. I have tried, but have never successfully extended this limit. This warning existed in the documentation for previous mathspec versions, but I think I removed it for the current version, but it still stands. If you get this error, it is likely that you have loaded more fonts than is necessary for your document. But if you need all of these fonts, then you probably shouldn&#39;t be using mathspec anyway. Please send a complete example so that I can try to help you to optimise your document.<br>

<br>It can usually help to define and use commands similar to these:<br><br>
\newfontfamily\blackboardboldfont{&lt;blackboard bold font name&gt;}<br>
\newfontfamily\caligraphicfont{&lt;caligraphic font name&gt;}<br><br>\newcommand\bbR{\text{\blackboardboldfont R}}<br>
\newcommand\calA{\text{\calligraphicfont A}}<br>
\newcommand\calM{\text{\calligraphicfont M}}<br><br>instead of using \setmathbb{&lt;bb font&gt;} and \setmathcal{&lt;cal font&gt;}, which frees up some alphabet slots. So:<br>Let $(X,\calA,\mu)$ be the Lebesgue measure space $(\bbR,\calM,m)$.<br>

instead of:<br>Let $(X,\mathcal{A},\mu)$ be the Lebesgue measure space $(\mathbb{R},\mathcal{M},m)$.<br><br>Andrew<br><br><br><br><div class="gmail_quote">2009/11/6 Thierry <span dir="ltr">&lt;<a href="mailto:rhomunu-list@yahoo.fr" target="_blank">rhomunu-list@yahoo.fr</a>&gt;</span><br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
I have installed a prerelease version of texlive 2009 to test it.<br>
Now I can play with a new version of xetex.<br>
(This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009))<br>
<br>
I would like to use the convenient package mathspec to choose my font in math mode, and at the same time MnSymbol to use their symbols.<br>
<br>
My first question: is there any difference between<br>
\usepackage{MnSymbol}<br>
\usepackage{mathspec}<br>
and<br>
\usepackage[MnSymbol]{mathspec}?<br>
Both works for me.<br>
<br>
Second question, which is in fact a problem:<br>
with one of these two commands, I can&#39;t use<br>
\setmathfrak{Lucida Blackletter}<br>
I have the error:<br>
! LaTeX Error: Command `\mathfrak&#39; already defined.<br>
<br>
I have made a test with all the other commands<br>
\setmathrm, \setmathbb, etc given in mathspec.pdf:<br>
Without MnSymbol, everything is fine.<br>
With MnSymbol, only \mathfrak &#39;is already defined&#39;, but using them all in the text gives me this error message:<br>
! LaTeX Error: Too many math alphabets used in version normal.<br>
<br>
Is there a solution to that?<br>
<br>
Thanks in advance<br>
<font color="#888888">Thierry<br>


</font></blockquote></div><br>