Re: [XeTeX] Em-dash

2010-04-30 Thread António Fernandes
Hi, Try \setmainfont[Mapping=tex-text]{Arial} Best regards, António Fernandes On Apr 30, 2010, at 3:16 PM, José Carlos Santos wrote: > Hi all (yes, it's me again!): > > If I compile this file: > > \documentclass{article} > \pagestyle{empty} > \usepackage{fontsp

Re: [XeTeX] changing \chaptername in polyglossia

2010-05-17 Thread António Fernandes
Hi Pablo, Why not to try: \documentclass[10pt]{book} \usepackage{polyglossia} \setdefaultlanguage{spanish} \AtBeginDocument{\renewcommand{\chaptername}{Tema}} \begin{document} \chapter{Hola} Este es un documento de prueba. \end{document} Apparently it solves your problem. A

Re: [XeTeX] Problems with thickness of \frac rule and width of accents (\hat) with XeLaTeX

2010-09-19 Thread António Fernandes
Hi, It seems that defining \newcommand\myTilde[1]{\tilde{#1}\null} will provide a workaroud that fixes your "\tilde" problem at least in some cases. Regards, António Fernandes On Sep 19, 2010, at 3:46 AM, Khaled Hosny wrote: > On Sat, Sep 18, 2010 at 07:20:53PM -0700, S. Ekin

Re: [XeTeX] manyfoot.sty problems after update to MacTex 2010

2010-09-22 Thread António Fernandes
pdf. I decided to re-install the original MacTeX2010 package, and to upgrade a few packages using TLU (except fontspec) and everything seems normal now. Best, António Fernandes On Sep 22, 2010, at 11:23 PM, Talal Al-Azem wrote: > OK, I spoke too soon. But at least I think I have a lead. In b

Re: [XeTeX] manyfoot.sty problems after update to MacTex 2010

2010-09-22 Thread António Fernandes
Thanks. I will wait for the new update. On Sep 22, 2010, at 11:58 PM, Khaled Hosny wrote: > This particular bug has been already fixed, but Will did not release an > update yet. > > On Wed, Sep 22, 2010 at 11:53:22PM +0100, António Fernandes wrote: >> I can report a a

[XeTeX] unicode-math problem

2010-09-29 Thread António Fernandes
              {+ssty=0}that no longer appear. This has the only advantage (if the term applies here) that the text "+ssty=0+ssty=1" no longer appears in the pdf file and I can compile my text as long as I do it in nonstop mode.Any help will be welcome.Thanks!António Fernandes -

Re: [XeTeX] unicode-math problem

2010-09-29 Thread António Fernandes
Many thanks to both Herb and Will, I updated unicode-math (I did that early in the morning and I assumed I was using the most recent version, but after all a most recent version become available). Now everything is working properly. António Fernandes

Re: [XeTeX] unicode-math problem

2010-09-29 Thread António Fernandes
Fernandes On Sep 29, 2010, at 4:11 PM, Peter Dyballa wrote: > > Am 29.09.2010 um 13:38 schrieb António Fernandes: > >> After updating unicode-math to the most recent version I'm experiencing an >> unwanted behavior which seems to be related with the keys "sc

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} > \u

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