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:52) (./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 familieskey'.See the xkeyval package documentation for explanation. Type H for immediate help.
– 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:45chemstyleandsiunitx. They've got v1 ofsiunitxbut the updatedchemstylethat needs version 2 ofsiunitx! – Joseph Wright Mar 15 '11 at 20:02