Hi! Thanks for your help! Your solution worked fine!<br>Cheers!<br clear="all">Nicolas Vaughan<br>
<br><br><div class="gmail_quote">On Mon, Jan 19, 2009 at 6:24 AM, Nicolas Vaughan <span dir="ltr">&lt;<a href="mailto:nivaca@gmail.com">nivaca@gmail.com</a>&gt;</span> wrote:<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&#39;ve been moving from LaTeX to XeLaTeX, but sometimes get some odd results. (I&#39;m using an updated version of TeX Live 2008 in a Windows Vista machine.)<br>For example, when using in the same file the packages amsmath and amssymb, I get an error notice of symbol collision (which does not occur in &quot;plain&quot; LaTeX). Somewhere I read that changing the loading order of those packages will solve this issue, but that didn&#39;t help me.<br>

I thus had to rename the conflicting symbols in the following manner:<br><br><div style="margin-left: 40px;"><font face="courier new,monospace">\usepackage{amsmath}</font><br><font face="courier new,monospace">\def\savesymbol#1{%</font><br>

<font face="courier new,monospace">&nbsp; \expandafter\let\expandafter\origsym\expandafter=\csname#1\endcsname</font><br><font face="courier new,monospace">&nbsp; \expandafter\let\csname orig#1\endcsname=\origsym</font><br><font face="courier new,monospace">&nbsp; \expandafter\let\csname#1\endcsname=\relax</font><br>

<font face="courier new,monospace">
&nbsp; }</font><br><font face="courier new,monospace">\savesymbol{Finv}</font><br><font face="courier new,monospace">\savesymbol{Game}</font><br><font face="courier new,monospace">\savesymbol{beth}</font><br><font face="courier new,monospace">\savesymbol{gimel}</font><br>

<font face="courier new,monospace">\savesymbol{daleth}</font><br><font face="courier new,monospace">\usepackage{amssymb}</font><br></div><br>Does anybody knows why this happens? Can it be solved otherwise?<br><br>Thanks in advance! Cheers!<br clear="all">
<font color="#888888">
Nicolas Vaughan<br>
</font></blockquote></div><br>