Since the last update of siunitx I have a problem with the chemstyle package. It can not find the key "siunitx/load-configurations". If is use the alternative SIunits package it still works, but this is no acceptable solution since I need to work with the features of the siunitx package. I hope someone of you can come up with a solution.
As a minimal example this could help (the additional packages loaded are necessary for the chemsytle package to work):
Code: Select all
\documentclass{article}
%\usepackage{SIunits}
\usepackage{siunitx}
\usepackage{amstext}
\usepackage{caption}
\usepackage{floatrow}
\usepackage{kvoptions}
\usepackage{psfrag}
\usepackage{chemstyle}
\begin{document}
Test
\end{document}
PS: This is my first post, so I hope I did not do any mistakes ^^