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{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 { } }},
}
%--