Tagged Questions
1
vote
0answers
55 views
Are packages siunitx and xfrac incompatible? - “redefsymbols” [closed]
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:
...
4
votes
1answer
569 views
xfrac + siunitx gives me a font warning
I'm using mathpazo and the AMS math packages, and I just started using xfrac for the \sfrac command. However, now when I use \sfrac (or when I set siunitx to use it), I get this output:
LaTeX Font ...
6
votes
3answers
3k views
What LaTeX Lab packages use expl3?
I am trying to migrate documents to http://latexlab.org, but they won't compile because they require expl3.sty. Yesterday I started by uploading all of the expl3 sty files but then latex demanded even ...