diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-21 00:31:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-21 00:31:24 +0000 |
commit | f3990827316b7425676a7069fb9f323ad5defedd (patch) | |
tree | fc319b5af427b04bcbaafd97e57e3e0740530f59 /Master/texmf-dist/tex/latex/siunitx/siunitx.sty | |
parent | b1b873ac0f69a5d3120bf67332e5399d7f5d3224 (diff) |
siunitx (19feb17)
git-svn-id: svn://tug.org/texlive/trunk@43281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 81a8ca5a9c4..64ad9772292 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c} +\ProvidesExplPackage {siunitx} {2017/02/19} {2.7d} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/09/11 } { } @@ -6281,6 +6281,7 @@ \dim_compare:nNnT { \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim { + \box_clear:N \l__siunitx_table_pre_box \l__siunitx_table_collect_pre_tl \bool_set_false:N \l__siunitx_font_set_bool } @@ -6408,6 +6409,7 @@ \dim_compare:nNnT { \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim { + \box_clear:N \l__siunitx_table_pre_box \l__siunitx_table_collect_pre_tl \bool_set_false:N \l__siunitx_font_set_bool } |