Is this a bug? Where can this be reported? Can someone of you report this?
Code:
\documentclass{article}
\usepackage{siunitx}
\usepackage{xfrac}
\begin{document}
bla
\end{document}
Output:
redefsymbols
bla
However, with this code:
\documentclass{article}
\usepackage{xfrac}
\usepackage{siunitx}
\begin{document}
bla
\end{document}
Output:
bla
Thanks! (Also, if you can reproduce this behavior can you please leave a comment?)
\listfilesimmediately before yourbegin{document}and check that your system is up to date. In general, package ordering can matter (especially withhyperreffor example) – cmhughes Jan 07 '13 at 22:43