物理符號(斜體)

物理符號(斜體)

數量符號以斜體書寫。

我知道我可以使用\qty{}{}數字和單位。

有類似的符號指令嗎?

或者這樣可以嗎?

\documentclass{article}
\usepackage{siunitx}

\title{siunitx}
\author{}
\date{January 2024}

\begin{document}
\maketitle
$$m=\qty{2}{\kg}$$
\end{document}

相關內容