I recently installed texlive-science from the Ubuntu repos and received the following error when I compile:
! Package xkeyval Error: `load-configurations' undefined in families `key'.
LaTeX works fine when chemstyle is not used. Any thoughts?
Minimal example:
\documentclass{article}
\usepackage{chemstyle}
\begin{document}
\begin{scheme}[H]
\begin{center}
\includegraphics[width=4in]{anyfile.eps}
\end{center}
\caption {trial {\bf 1}.\label{s_scheme}}
\end{scheme}
\end{document}
Abbreviated output:
) (./chemscheme.sty (/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-abbr.cfg))
! Package xkeyval Error: `load-configurations' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
\usepackage{chemstyle}? If yes, please show that. The best would be a minimal working example. – Stefan Kottwitz♦ Dec 16 '10 at 14:52load-configurations' undefined in familieskey'. See the xkeyval package documentation for explanation. Type H <return> for immediate help. – plastictees Dec 16 '10 at 15:05\listfilesto your input and report the result? I suspect you have a version mis-match somewhere betweenchemstyleandsiunitx. – Joseph Wright♦ Dec 16 '10 at 16:45