chore: These siunitx options were replaced.

pull/30/head
Holger Dell 2021-09-19 18:23:01 +02:00 committed by Bastian Rieck
parent 9d03d52037
commit ab9b5e2497
1 changed files with 8 additions and 5 deletions

View File

@ -160,11 +160,14 @@
\RequirePackage{siunitx} \RequirePackage{siunitx}
\sisetup{% \sisetup{%
detect-all = true, mode = match,
detect-family = true, propagate-math-font = true,
detect-mode = true, reset-math-version = false,
detect-shape = true, reset-text-family = false,
detect-weight = true, reset-text-series = false,
reset-text-shape = false,
text-family-to-math = true,
text-series-to-math = true,
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%