From f372c627325fe22c04ce09fdd6c0b0567a65cf98 Mon Sep 17 00:00:00 2001 From: principe Date: Tue, 19 Mar 2024 16:40:10 +0100 Subject: [PATCH] Added siunitx package to StandardTemplate --- src/Exams.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Exams.jl b/src/Exams.jl index a62900d..0495e1a 100644 --- a/src/Exams.jl +++ b/src/Exams.jl @@ -130,6 +130,7 @@ const StandardTemplate=""" \\usepackage[utf8]{inputenc} % handle accents in pdf, using it causes errors in xml \\usepackage{unicode-math} % Correctly handles unicode characters (degree) in pdf, only with lualatex \\usepackage[{{{Language}}}]{babel} % hyphentation +\\usepackage{siunitx} \\usepackage{wrapfig} \\usepackage{graphics} \\usepackage{pgf}