Hello all, I've come across a conflict between the unicode-math and acronym packages.
If I run xelatex on the test file I've attached, I get the expected results (i.e. the acronyms work correctly). This is seen in AcronymTest.pdf.
However, if I uncomment the lines relating to unicode-math (i.e. \usepackage{…} and \setmathfont{…}) then I get the results of AcronymTest2.pdf, and the acronyms do not work correctly.
Does anyone have any ideas as to where the problem's coming from? Regards, Mike
AcronymTest.pdf
Description: Adobe PDF document
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8
\documentclass{minimal}
\usepackage{xltxtra}
%\usepackage{unicode-math}
\usepackage{acronym}
\setmainfont[UprightFeatures={Ligatures=Common},Numbers=OldStyle]{Cambria}
%\setmathfont{Cambria Math}
\begin{document}
\newacro{GPS}{Global Positioning System}
\ac{GPS} \ac{GPS}
\[ E = m c^2 \]
\end{document}
AcronymTest2.pdf
Description: Adobe PDF document
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
