Add localization option to siunitx.

This commit is contained in:
Jeff Lance 2020-09-03 19:47:37 +02:00
parent 6268568cea
commit ede1390934

View File

@ -78,7 +78,7 @@
% \RequirePackage{pgffor,pgfmath} % loaded by tikz % \RequirePackage{pgffor,pgfmath} % loaded by tikz
\RequirePackage{pgfplots} \RequirePackage{pgfplots}
\pgfplotsset{compat=1.16} \pgfplotsset{compat=1.16}
\RequirePackage{siunitx} \RequirePackage[load-configurations = abbreviations]{siunitx}
\RequirePackage{asymptote} \RequirePackage{asymptote}
\RequirePackage{mathrsfs} \RequirePackage{mathrsfs}
\RequirePackage{xlop} \RequirePackage{xlop}
@ -140,6 +140,7 @@
% siunitx % siunitx
\sisetup{ \sisetup{
locale=FR,
output-decimal-marker={,}, output-decimal-marker={,},
inter-unit-product={\ensuremath{ { } \cdot { } }}, inter-unit-product={\ensuremath{ { } \cdot { } }},
} }