Re: [XeTeX] Prime + Unicode-math

2010-10-05 Thread Khaled Hosny
On Mon, Oct 04, 2010 at 06:37:07PM -0400, Kamal Abdali wrote: Here's a related problem. The math symbols in XITS seem rather small. Because you are using the text font; XITS, not the math font; XITS Math, the former will give you primes that are suitable for text since they are already

Re: [XeTeX] Prime + Unicode-math

2010-10-05 Thread Kamal Abdali
Thanks Will and Khaled for explaining the problem. Kamal On Tue, Oct 5, 2010 at 04:12, Khaled Hosny khaledho...@eglug.org wrote: On Mon, Oct 04, 2010 at 06:37:07PM -0400, Kamal Abdali wrote: Here's a related problem. The math symbols in XITS seem rather small. Because you are using the

Re: [XeTeX] Prime + Unicode-math

2010-10-04 Thread Kamal Abdali
Here's a related problem. The math symbols in XITS seem rather small. When trying to increase XITS character size with the Scale option, I noticed that math accents get amplified too much, and get placed too far from the subject symbols. The example below shows that by comparing XITS and Asana

Re: [XeTeX] Prime + Unicode-math

2010-10-04 Thread Will Robertson
On 2010-10-05 09:07:07 +1030, Kamal Abdali k.abd...@acm.org said: The math symbols in XITS seem rather small. When trying to increase XITS character size with the Scale option, I noticed that math accents get amplified too much, and get placed too far from the subject symbols. The example

[XeTeX] Prime + Unicode-math

2010-10-03 Thread José Carlos Santos
Hi all, If I compile this file: \documentclass{article} \usepackage{fontspec} \usepackage{xltxtra} \usepackage{unicode-math} \begin{document} $P'$ \end{document} I get this error message: ! Undefined control sequence. argument \um_prime_single_mchar l.6 $P'$ Why is that? The unicode-math

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread António Fernandes
Dear José Carlos, The error goes away if you set a math font using the \setmathfont command as in \setmathfont{Asana Math} António Fernandes On Oct 3, 2010, at 6:26 PM, José Carlos Santos wrote: Hi all, If I compile this file: \documentclass{article} \usepackage{fontspec}

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread Khaled Hosny
On Sun, Oct 03, 2010 at 06:26:51PM +0100, José Carlos Santos wrote: Hi all, If I compile this file: \documentclass{article} \usepackage{fontspec} \usepackage{xltxtra} \usepackage{unicode-math} \begin{document} $P'$ \end{document} I get this error message: ! Undefined control

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread José Carlos Santos
On 03-10-2010 18:44, António Fernandes wrote: The error goes away if you set a math font using the \setmathfont command as in \setmathfont{Asana Math} Many thanks to you and to Khaled. But this creates another problem. If I compile the file: \documentclass{article}

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread Ulrik Vieth
If you get Q″ instead of P′ with XeTeX, you likely have multiple different versions of the Asana-Math font on your disk somewhere (possibly TTF and OTF at the same time). This is known bug with XeTeX, and the best solution is to make sure you have only one version of a font. Regards, Ulrik

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread Herbert Schulz
On Oct 3, 2010, at 4:40 PM, José Carlos Santos wrote: On 03-10-2010 18:44, António Fernandes wrote: The error goes away if you set a math font using the \setmathfont command as in \setmathfont{Asana Math} Many thanks to you and to Khaled. But this creates another problem. If I

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread António Fernandes
Dear José Carlos, No problem here too. If Ulrik' suggestion does not apply in your case I suggest you check if you're using the most recent version of unicode-math. (The last version is dated 2010/09/27). Best, António Fernandes On Oct 3, 2010, at 10:40 PM, José Carlos Santos wrote: On

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread José Carlos Santos
On 03-10-2010 22:50, Ulrik Vieth wrote: If you get Q″ instead of P′ with XeTeX, you likely have multiple different versions of the Asana-Math font on your disk somewhere (possibly TTF and OTF at the same time). I checked and that was indeed the case. This is known bug with XeTeX, and the

Re: [XeTeX] Prime + Unicode-math

2010-10-03 Thread José Carlos Santos
On 03-10-2010 22:53, Herbert Schulz wrote: The error goes away if you set a math font using the \setmathfont command as in \setmathfont{Asana Math} Many thanks to you and to Khaled. But this creates another problem. If I compile the file: \documentclass{article} \usepackage[T1]{fontenc}