Consider the following MWE:
Code: Select all
\documentclass{article}
\usepackage{siunitx}
\begin{document}
Three kilograms can be typeset as either `\SI{3}{\kg}' or `\SI{3}{kg}'?
\end{document}
\kg
and kg
?Thank you in advance!
Code: Select all
\documentclass{article}
\usepackage{siunitx}
\begin{document}
Three kilograms can be typeset as either `\SI{3}{\kg}' or `\SI{3}{kg}'?
\end{document}
\kg
and kg
?NEW: TikZ book now 40% off at Amazon.com for a short time.
\kg
is an abbreviation for \kilo\gram
and would obey any format settings by the \sisetup
command. Just a simple kg
is plain text and would not do that. So the former one is preferable. For details see the package manual.NEW: TikZ book now 40% off at Amazon.com for a short time.