2

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?)

doncherry
  • 54,637
SeMa
  • 195
  • 2
    I don't get anything strange in both cases. Maybe you have outdated versions of the packages. What TeX distribution are you using? – egreg Jan 07 '13 at 22:36
  • 3
    Both work fine for me; add \listfiles immediately before your begin{document} and check that your system is up to date. In general, package ordering can matter (especially with hyperref for example) – cmhughes Jan 07 '13 at 22:43

0 Answers0