josephwright / siunitx

A comprehensive (SI) units package for LaTeX
LaTeX Project Public License v1.3c
350 stars 25 forks source link

Text mode does not respect \ensuremath{\mathrm{....}} #694

Closed josephwright closed 10 months ago

josephwright commented 10 months ago

Seen in for example

\documentclass{article}
\usepackage{siunitx}%[=v2]
\sisetup{output-complex-root = \mathrm{i}, mode = text}
\begin{document}
\complexnum{1+2i}
\end{document}

(from an email)

josephwright commented 10 months ago

Not quite right!