[OS X TeX] amsmath and txfonts in Mactex 2009
    Ross Moore 
    ross at ics.mq.edu.au
       
    Wed Nov 11 20:43:52 EST 2009
    
    
  
On 12/11/2009, at 11:06 AM, Raphael Attie wrote:
> It seems there's a conflict between these two packages : {txfonts}  
> and {amsmath}
>
> \documentclass{article}
>
> \usepackage{txfonts}
> \usepackage{amsmath}
>
> \begin{document}
> blablaa
> \end{document}
>
>
> It was working fine in version 2007. Don't know about 2008.
If you load in the other order:
  \usepackage{amsmath}
  \usepackage{txfonts}
there is no break in the processing; that is, apparently no clash.
However, that is actually not true; each of these packages has
definitions for  \iint \iiint  \iiiint  \idotsint .
Whichever package is loaded last will determine which you get.
If you want the AMSmath versions, then load the packages using:
\usepackage{txfonts}
  \let\iint\relax
  \let\iiint\relax
  \let\iiiint\relax
  \let\idotsint\relax
\usepackage{amsmath}
to get a smooth compilation.
> So, what would be the package that would be at least the  
> intersection (algebraically speaking) of both packages ? or does  
> simply one of the two contains the other ?
Just those four multiple integral macros.
>
> Thanks
>
>
>
> Raphael Attie
> Ph.D Student
> Max Planck Institute for Solar System Research
> Max Planck Str. 2
> 37191 Katlenburg-Lindau
> Germany
Hope this helps,
	Ross
------------------------------------------------------------------------
Ross Moore                                       ross at maths.mq.edu.au
Mathematics Department                           office: E7A-419
Macquarie University                             tel: +61 (0)2 9850 8955
Sydney, Australia  2109                          fax: +61 (0)2 9850 8114
------------------------------------------------------------------------
    
    
More information about the MacOSX-TeX
mailing list