summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/siunitx/siunitx-table.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-27 03:00:41 +0000
committerNorbert Preining <norbert@preining.info>2022-01-27 03:00:41 +0000
commitb5deca5ab245af14ca010a3e61225189e9c860f9 (patch)
tree50f4cfc4a516024350a41166589f283a0d0c1871 /macros/latex/contrib/siunitx/siunitx-table.dtx
parentd36626add433e216b29d959884d3593baa216866 (diff)
CTAN sync 202201270300
Diffstat (limited to 'macros/latex/contrib/siunitx/siunitx-table.dtx')
-rw-r--r--macros/latex/contrib/siunitx/siunitx-table.dtx13
1 files changed, 7 insertions, 6 deletions
diff --git a/macros/latex/contrib/siunitx/siunitx-table.dtx b/macros/latex/contrib/siunitx/siunitx-table.dtx
index 45b6689f66..20683fb63e 100644
--- a/macros/latex/contrib/siunitx/siunitx-table.dtx
+++ b/macros/latex/contrib/siunitx/siunitx-table.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: siunitx-table.dtx Copyright (C) 2016-2019,2021 Joseph Wright
+% File: siunitx-table.dtx Copyright (C) 2016-2019,2021,2022 Joseph Wright
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -1217,7 +1217,7 @@
\hbox_set:Nn \l_@@_decimal_box
{
\siunitx_print_number:x
- { \@@_print_marker_aux:w #4 }
+ { \@@_print_marker_aux:w #4 \q_stop }
}
\@@_center_marker:
\use:c { @@_align_ \l_@@_align_text_tl :n }
@@ -1229,11 +1229,12 @@
}
}
\cs_new:Npn \@@_print_marker_aux:w
- #1 \q_nil #2 \q_nil #3 \q_nil #4 \q_nil #5 \q_nil #6 \q_nil #7 \q_nil
+ #1 \q_nil #2 \q_nil #3 \q_nil #4 \q_nil #5
+ \q_nil #6 \q_nil #7 \q_nil #8 \q_stop
{
- \exp_not:n {#1#2#3#4#5}
- \tl_if_blank:nT {#1#2#3#4#5} { { } }
- \exp_not:n {#6#7}
+ \exp_not:n {#1#2#3#4#5#6}
+ \tl_if_blank:nT {#1#2#3#4#5#6} { { } }
+ \exp_not:n {#7#8}
}
% \end{macrocode}
% For positioning based on a format, we have to work part-by-part as there