Math & Sciencechemstyle and siunitx

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
misanguta
Posts: 1
Joined: Sun May 23, 2021 12:36 pm

chemstyle and siunitx

Post by misanguta »

Hi there,
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}
Thanks
PS: This is my first post, so I hope I did not do any mistakes ^^
Last edited by Stefan Kottwitz on Mon May 24, 2021 9:44 pm, edited 1 time in total.
Reason: code marked

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

chemstyle and siunitx

Post by kaiserkarl13 »

Your example worked for me. Please be more specific as to what you did and what fails.
Post Reply