From ab9b5e24979ebdb2acc5cae0c50abb8b8066b369 Mon Sep 17 00:00:00 2001 From: Holger Dell Date: Sun, 19 Sep 2021 18:23:01 +0200 Subject: [PATCH] chore: These siunitx options were replaced. --- mimosis.cls | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mimosis.cls b/mimosis.cls index 78a8965..307e801 100644 --- a/mimosis.cls +++ b/mimosis.cls @@ -160,11 +160,14 @@ \RequirePackage{siunitx} \sisetup{% - detect-all = true, - detect-family = true, - detect-mode = true, - detect-shape = true, - detect-weight = true, + mode = match, + propagate-math-font = true, + reset-math-version = false, + reset-text-family = false, + reset-text-series = false, + reset-text-shape = false, + text-family-to-math = true, + text-series-to-math = true, } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%