使用siunitx
我想改变指数标记E
但保持上标中的指数数字
\documentclass{standalone}
\usepackage{siunitx}
\sisetup{
output-exponent-marker={\,\mathrm{E}},
}
\begin{document}
\num{1e2} % Outputs 1E2 instead of 1E^2
\end{document}
使用siunitx
我想改变指数标记E
但保持上标中的指数数字
\documentclass{standalone}
\usepackage{siunitx}
\sisetup{
output-exponent-marker={\,\mathrm{E}},
}
\begin{document}
\num{1e2} % Outputs 1E2 instead of 1E^2
\end{document}