我的代码:
\documentclass{scrartcl}
\usepackage[locale = DE,
per-mode = fraction,
quotient-mode = fraction,
output-product = \cdot]{siunitx}
\begin{document}
1.
\[\frac{\sqrt{\num{2 x 9,81}}}{10}\, \frac{\sqrt{\si{\m}}}{\si{\s}}\text{ and}\]
2.
\[\SI[parse-numbers = false]{\sqrt{2 x 9,81} / 10}{\sqrt{\m} \per \s}\]
is the same, but above looks better.
\end{document}
结果:
有没有办法2.,但具有主动选项per-mode = fraction, quotient-mode = fraction
和output-product = \cdot
?
提前感谢您的帮助和努力!