Skip to content

Commit

Permalink
Extend a code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 20, 2025
1 parent 32592b3 commit c16c939
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions siunitx-quantity.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,11 @@
% }
% For printing a single part of a quantity. This is needed for compound
% quantities and so is public: that's also the reason for passing both
% argument explicitly. The lazy test here is looking for the case where
% a |1| has been inserted at the start of a format unit \emph{and} we
% have some other number to print: the |1| is then removed and there is
% no space inserted.
% argument explicitly. The semantics here require that the penalty and
% spacing are always applied: the number argument may be empty. The lazy test
% here is looking for the case where a |1| has been inserted at the start of
% a format unit \emph{and} we have some other number to print: the |1| is
% then removed and there is no space inserted.
% \begin{macrocode}
\cs_new_protected:Npn \siunitx_quantity_print:nn #1#2
{
Expand Down

0 comments on commit c16c939

Please sign in to comment.