From e5ca8b1722c5235a5546d85ee7bb569097feb117 Mon Sep 17 00:00:00 2001 From: Kreativmonkey Date: Mon, 13 Jan 2020 13:38:14 +0100 Subject: [PATCH] add siunitx for Si units --- wbh.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wbh.tex b/wbh.tex index 5c8b22a..50f2ff1 100644 --- a/wbh.tex +++ b/wbh.tex @@ -41,7 +41,8 @@ $endif$ % This two Packages are needet for Pandoc Table support. Issue is opened: https://github.com/jgm/pandoc/issues/1023 \usepackage{longtable} \usepackage{booktabs} - +% For using SI units https://www.ctan.org/pkg/siunitx +\usepackage{siunitx} % blockquote \definecolor{blockquote-border}{RGB}{221,221,221}