Skip to content

Commit

Permalink
Space products correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Apr 1, 2019
1 parent 53432f9 commit eadeeb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion siunitx-compound.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@
\cs_new_protected:Npn \@@_phrase:
{ \tl_use:N \l_@@_phrase_tl }
\cs_new_protected:Npn \@@_symbol:
{ \siunitx_print:nV { number } \l_@@_symbol_tl }
{
\tl_set:Nx \l_@@_tmp_tl
{ { } \exp_not:N \l_@@_symbol_tl { } }
\siunitx_print:nV { number } \l_@@_tmp_tl
}
% \end{macrocode}
% \end{macro}
% \end{macro}
Expand Down

0 comments on commit eadeeb7

Please sign in to comment.