josephwright / siunitx

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

\qtyrange (etc.) does not suppress leading "1" with |per-mode = symbol", leading \per and single units #677

Closed josephwright closed 1 year ago

josephwright commented 1 year ago

As reported in https://tex.stackexchange.com/questions/691877/shortcut-for-a-counts-per-time-unit-with-siunitx:

\documentclass{article}
\usepackage{siunitx}
\sisetup{range-units = single, per-mode = symbol}
\begin{document}

\qty{10}{\per\minute}

\qtyrange{60}{100}{\per\minute}.

\end{document}