From 71992d63ee3954c2c8658acb4a12ac64c40cbdc7 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Mon, 15 Apr 2024 16:12:24 +0200 Subject: [PATCH] Typo in \sisetup --- main.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tex b/main.tex index 59e0bb1..488219b 100644 --- a/main.tex +++ b/main.tex @@ -19,10 +19,10 @@ } \usepackage{siunitx} % For numbers with units -\sisetup{retain-explicit-plus=true} % Keep + in numbers -\sisetup{uncertainty-mode=separate} % Separate uncertainty with +- instead of () - -\addbibresource{./biblio/biblio.bib} +\sisetup{ + retain-explicit-plus=true, % Keep + in numbers + uncertainty-mode=separate % Separate uncertainty with +- instead of () +} %% Typography % babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class