Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-25 Thread Suvayu Ali
On Fri, May 24, 2013 at 02:38:42PM -0400, Nick Dokos wrote: > > The wasysym docs say that there should be no conflict, but that seems > to be wrong: ISTR multiple instances of this conflict. > > If you prefer the amsmath integral signs over the wasysym ones, then > probably the best thing to do i

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > Also, taking into account the number of problems with wasysym's > conflicts, I'd suggest dropping it (and maybe several other packages) > from it. That would break, among other things, previewing of LaTeX snippets. On the other hand, it's probably safe to remov

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread Marcin Borkowski
Dnia 2013-05-24, o godz. 14:38:42 Nick Dokos napisał(a): > John Hendy writes: > > > On Fri, May 24, 2013 at 12:22 PM, Vincent Beffara > > wrote: > >> > >> Hi, > >> > >>> I tracked down an error about \iint already being defined to a > >>> clash between wasysym and amsmath. I brought in amsmath

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread Nick Dokos
John Hendy writes: > On Fri, May 24, 2013 at 12:22 PM, Vincent Beffara > wrote: >> >> Hi, >> >>> I tracked down an error about \iint already being defined to a clash >>> between wasysym and amsmath. I brought in amsmath, but it appears that >>> wasysym is an Org LaTeX export default package. >>

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread Marcin Borkowski
Dnia 2013-05-24, o godz. 12:35:59 John Hendy napisał(a): > On Fri, May 24, 2013 at 12:22 PM, Vincent Beffara > wrote: > > > > Hi, > > > >> I tracked down an error about \iint already being defined to a > >> clash between wasysym and amsmath. I brought in amsmath, but it > >> appears that wasysym

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread John Hendy
On Fri, May 24, 2013 at 12:22 PM, Vincent Beffara wrote: > > Hi, > >> I tracked down an error about \iint already being defined to a clash >> between wasysym and amsmath. I brought in amsmath, but it appears that >> wasysym is an Org LaTeX export default package. > > Just put this in the LaTeX hea

Re: [O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread Vincent Beffara
Hi, > I tracked down an error about \iint already being defined to a clash > between wasysym and amsmath. I brought in amsmath, but it appears that > wasysym is an Org LaTeX export default package. Just put this in the LaTeX header before you load amsmath: \usepackage{savesym} \savesymbol{iint}

[O] Error with \usepackage{amsmath} due to \iint already being defined

2013-05-24 Thread John Hendy
I tracked down an error about \iint already being defined to a clash between wasysym and amsmath. I brought in amsmath, but it appears that wasysym is an Org LaTeX export default package. What is it's purpose? Is there a better way round this than just commenting out the wasysym package in the .te