Thanks for reading my post.
I have several documents which, as of today, don't compile; they complied fine before. I have MikTeX 2.8 and have run my package updater today.
One example:
Code: Select all
\documentclass{article}
\usepackage{xfrac}
\begin{document}
\end{document}
A second example is:
Code: Select all
\documentclass{article}
\usepackage{siunitx}
\begin{document}
\num{1}
\end{document}
I am assuming the problem with siunitx exists because there may be a problem with xfrac. Otherwise, as simple as it seems, perhaps the problem is with me! Am I missing something?
Thanks for any feedback or help!