I don't understand the use of parse-units=false.
|
Normally, \pkg{siunitx} is used with the unit parse enabled, and only prints |
suggests that this will "print units directly" with higher performance. It then compares
\qty{300}{\MHz} with
\qty[parse-units = false]{300}{\MHz}.
I understand "higher performance". I don't understand "print units directly". And I don't see a difference in the printed examples - they both look like "300\thinspace MHz". What is the visible difference in parse-units=false?
I don't understand the use of
parse-units=false.siunitx/siunitx.tex
Line 2683 in 18a8576
suggests that this will "print units directly" with higher performance. It then compares
\qty{300}{\MHz}with\qty[parse-units = false]{300}{\MHz}.I understand "higher performance". I don't understand "print units directly". And I don't see a difference in the printed examples - they both look like "300\thinspace MHz". What is the visible difference in
parse-units=false?