Typo in \sisetup

This commit is contained in:
2024-04-15 16:12:24 +02:00
parent 84249d4dc8
commit 71992d63ee

View File

@@ -19,10 +19,10 @@
} }
\usepackage{siunitx} % For numbers with units \usepackage{siunitx} % For numbers with units
\sisetup{retain-explicit-plus=true} % Keep + in numbers \sisetup{
\sisetup{uncertainty-mode=separate} % Separate uncertainty with +- instead of () retain-explicit-plus=true, % Keep + in numbers
uncertainty-mode=separate % Separate uncertainty with +- instead of ()
\addbibresource{./biblio/biblio.bib} }
%% Typography %% Typography
% babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class % babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class