From cb6c1fc05e1e0b6a398b0e52cf0dbd8156ca92a9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 10 Oct 2019 20:44:35 +0000 Subject: siunitx (10oct19) git-svn-id: svn://tug.org/texlive/trunk@52332 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty') diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index e62fe77cc88..15ac4bdfc36 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} {2018/05/17} {2.7s} +\ProvidesExplPackage {siunitx} {2019/10/10} {2.7t} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/11/15 } { } @@ -2327,8 +2327,15 @@ { \int_eval:n { \l__siunitx_tmpb_tl + 1 } } \bool_if:NF \l__siunitx_round_half_up_bool { - \int_compare:nNnT - { 0 \tl_tail:N \l__siunitx_tmpa_tl } = 0 + \bool_lazy_and:nnT + { + \int_compare_p:nNn + { 0 \tl_head:N \l__siunitx_tmpa_tl } = 5 + } + { + \int_compare_p:nNn + { 0 \tl_tail:N \l__siunitx_tmpa_tl } = 0 + } { \int_if_odd:nT \l__siunitx_tmpb_tl { @@ -4063,9 +4070,15 @@ { \__siunitx_number_output_single: } } \cs_new_protected:Npn \__siunitx_angle_print_astronomy_aux: { - \prop_get:NnNT \l__siunitx_number_out_prop { mantissa-integer } + \prop_get:NnNF \l__siunitx_number_out_prop { mantissa-sign } \l__siunitx_tmpa_tl - { \__siunitx_print:nV { number } \l__siunitx_tmpa_tl } + { \tl_clear:N \l__siunitx_tmpa_tl } + \prop_get:NnNT \l__siunitx_number_out_prop { mantissa-integer } + \l__siunitx_tmpb_tl + { + \tl_put_right:NV \l__siunitx_tmpa_tl \l__siunitx_tmpb_tl + \__siunitx_print:nV { number } \l__siunitx_tmpa_tl + } \hbox_set:Nn \l__siunitx_angle_marker_box { \__siunitx_print:nn { number } { { \l__siunitx_output_decimal_tl } } @@ -7711,7 +7724,7 @@ { \__siunitx_unit_create_functions: } { \__siunitx_unit_create_empty_functions: } } -%% Copyright (C) 2008-2018 by +%% Copyright (C) 2008-2019 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of -- cgit v1.2.3