From 66179bc6c0c0799554a9346d631cb4e7396e79eb Mon Sep 17 00:00:00 2001
From: Felix <felix@hilsky.de>
Date: Thu, 21 Jan 2021 23:05:15 +0000
Subject: [PATCH] I am a mathematician, so I use \cdot instead of \times

---
 tex/header/stdmath.sty | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tex/header/stdmath.sty b/tex/header/stdmath.sty
index 9f81690..e5b313d 100644
--- a/tex/header/stdmath.sty
+++ b/tex/header/stdmath.sty
@@ -74,7 +74,8 @@
 \RequirePackage{amsthm}                   % for theorems environments
 \RequirePackage{enumerate}                  % for different kind of numbering in enumerations
 \RequirePackage[version=4]{mhchem}  % chemical formulars. Provides \ce
-\RequirePackage[per-mode=fraction]{siunitx}  % provides nice typesetting for units and numbers
+\RequirePackage[per-mode=fraction,
+exponent-product=\cdot]{siunitx}  % provides nice typesetting for units and numbers
 
 % bibliography
 \newcommand{\bibfile}{.maindir/tex/bibliography.bib}
-- 
GitLab