diff --git a/commun/commun.sty b/commun/commun.sty index 6f9a93a..a74cd6b 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -77,7 +77,7 @@ % \RequirePackage{pgffor,pgfmath} % loaded by tikz \RequirePackage{pgfplots} \pgfplotsset{compat=1.16} -\RequirePackage[output-decimal-marker={,}]{siunitx} +\RequirePackage{siunitx} \RequirePackage{asymptote} \RequirePackage{mathrsfs} \RequirePackage{xlop} @@ -136,6 +136,12 @@ \settasks{ label-format = {\bfseries} } + +% siunitx +\sisetup{ + output-decimal-marker={,}, + inter-unit-product={\ensuremath{ { } \cdot { } }}, +} %--