josephwright / siunitx

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

Trailing zeros with angle-mode = arc #685

Closed schtandard closed 2 days ago

schtandard commented 1 year ago
\documentclass{article}

\usepackage{siunitx}

\begin{document}

\ang[angle-mode = arc]{1}

\end{document}

gives 1°0'0" though I would have expected (as both fill-angle-minutes and fill-angle-seconds are off as standard).

josephwright commented 1 year ago

The fill-angle-... options were aimed at the arc input format: I guess here at present the behaviour is simply undefined. I'll put this on the 'to thing about' list.