I have 2 versions of TeXLive:
- 2020 at home (as far as I remember)
- 2021 at work
I have a document with string:
\usepackage[group-separator = \;, decimalsymbol=comma]{siunitx}
It works at home, but at work it breaks with an error:
Package keyvalue Error: Unknown option 'decimalsymbol' for package siunitx.
Then I change it to:
\usepackage[group-separator = \;]{siunitx}
\sisetup{output-decimal-marker = {,}}
it starts working at work. Is it possible to create a portable version of document that will work on both systems?
siunitxdid go through some changes recently. – Miyase Jun 09 '22 at 12:53\listfilesto both setups and edit in the version ofsiunitxto the question: I suspect you have v2 and v3, but the option you using suggests v1 (from 2008!). – Joseph Wright Jun 09 '22 at 13:07\listfilescommand. The result at home is:siunitx.sty 2020/02/25 v2.8b A comprehensive (SI) units package– user4035 Mar 12 '23 at 09:29