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">
Nicolas Vaughan<br>