siunitx notes

This commit is contained in:
2022-03-10 12:11:24 -07:00
parent 33183755a0
commit 4ecb818249

View File

@@ -89,7 +89,7 @@ The
## SI units ## 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.) (`[binary-units]` may not be necessary depending on your version.)
```latex ```latex
@@ -97,6 +97,8 @@ Use the `siunit` package to automatically format numbers with SI units.
\SI{512}{\byte} \SI{512}{\byte}
``` ```
In newer versions of the `siunitx` package, `\SI` may be replaced with `\qty`.
## Algorithm ## Algorithm
Algorithm statements are often written in math mode, which treats consecutive letters as the product of variables and can lead to strange kerning. Algorithm statements are often written in math mode, which treats consecutive letters as the product of variables and can lead to strange kerning.