From 4ecb818249abd1b98a6d6f3696921f993492264a Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Thu, 10 Mar 2022 12:11:24 -0700 Subject: [PATCH] siunitx notes --- content/post/20210418-latex/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/post/20210418-latex/index.md b/content/post/20210418-latex/index.md index 832da9f..d73b754 100644 --- a/content/post/20210418-latex/index.md +++ b/content/post/20210418-latex/index.md @@ -89,7 +89,7 @@ The ## SI units -Use the `siunit` package to automatically format numbers with SI units. +Use the `siunitx` package to automatically format numbers with SI units. (`[binary-units]` may not be necessary depending on your version.) ```latex @@ -97,6 +97,8 @@ Use the `siunit` package to automatically format numbers with SI units. \SI{512}{\byte} ``` +In newer versions of the `siunitx` package, `\SI` may be replaced with `\qty`. + ## Algorithm Algorithm statements are often written in math mode, which treats consecutive letters as the product of variables and can lead to strange kerning.