Add option section for siunitx.
This commit is contained in:
parent
a752a525c9
commit
e92c829cb6
@ -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 { } }},
|
||||||
|
}
|
||||||
%--
|
%--
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user