15 Luglio 2010 alle 15:52
#40990
::
Come emerso in questa discussione (grazie a lorenzo.pantieri), il problema può essere risolto passando a siunitx l’opzione mathsrm=mathnormal.
`\documentclass[10pt,a4paper]{scrartcl}
\usepackage{siunitx}
\usepackage[nochapters]{classicthesis-ldpkg}
\usepackage[nochapters,eulermath]{classicthesis}
\sisetup{mathsrm=mathnormal}
\begin{document}
\SI[unitmode=math]{23}{\metre\squared}\quad
\SI[unitmode=text]{23}{\metre\squared}
\end{document}`
L’opzione unitmode=math può essere impostata anche globalmente.
`\sisetup{mathsrm=mathnormal, unitmode=math}`