Add option section for siunitx.

This commit is contained in:
Jeff Lance 2019-11-12 17:47:48 +01:00
parent a752a525c9
commit e92c829cb6

View File

@ -77,7 +77,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[output-decimal-marker={,}]{siunitx} \RequirePackage{siunitx}
\RequirePackage{asymptote} \RequirePackage{asymptote}
\RequirePackage{mathrsfs} \RequirePackage{mathrsfs}
\RequirePackage{xlop} \RequirePackage{xlop}
@ -136,6 +136,12 @@
\settasks{ \settasks{
label-format = {\bfseries} label-format = {\bfseries}
} }
% siunitx
\sisetup{
output-decimal-marker={,},
inter-unit-product={\ensuremath{ { } \cdot { } }},
}
%-- %--