diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-05 22:58:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-05 22:58:19 +0000 |
commit | d26ca9599fb340e32bbdf5b22d211abc6837f00d (patch) | |
tree | 3940d9bb77086c3258b13e19151fee41d18f3d46 | |
parent | b2baa1df850365bbd9250c5dd8e8530145500728 (diff) |
siunitx 2.1p (4apr11)
git-svn-id: svn://tug.org/texlive/trunk@21980 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 523214 -> 523621 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 55 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 33 |
5 files changed, 75 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 0b7bb0c6906..5e6daae647d 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 1a53905da43..6b78479d6f0 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -550,6 +550,10 @@ This work consists of the file siunitx.dtx % \pkg{arev} package is loaded} %\changes{v2.1o}{2011/04/03}{Account for negative exponents % when using \opt{fixed-exponent} system} +%\changes{v2.1p}{2011/04/04}{Bad table alignment when some rows +% contain comparators fixed} +%\changes{v2.1p}{2011/04/04}{Poor position of comparators in +% numbers fixed} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -4462,7 +4466,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2011/04/03} {2.1o} +\ProvidesExplPackage {siunitx} {2011/04/04} {2.1p} {A comprehensive (SI) units package} % \end{macrocode} % @@ -8716,7 +8720,7 @@ This work consists of the file siunitx.dtx \tl_set:Nx \l_siunitx_tmpa_tl { \exp_not:N \ensuremath - { { \exp_not:V \l_siunitx_tmpa_tl } } + { \exp_not:V \l_siunitx_tmpa_tl } } \prop_put:NnV \l_siunitx_number_out_prop { comparator } \l_siunitx_tmpa_tl @@ -12651,9 +12655,9 @@ This work consists of the file siunitx.dtx { \box_use:N \l_siunitx_table_pre_box } \bool_if:NT \l_siunitx_table_math_bool { \c_math_shift_token } \siunitx_table_print_S_parse: - \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop - { integer } { mantissa } - \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop + \siunitx_table_print_S_measure_comparator_integer:N + \l_siunitx_number_out_prop + \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop { marker } { mantissa } \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop { result } { } @@ -12963,7 +12967,8 @@ This work consists of the file siunitx.dtx { mantissa } { } \siunitx_table_print_S_get_mantissa:Nn \l_siunitx_number_out_prop { } - \dim_set:Nn \l_siunitx_table_space_dim { \l_siunitx_table_mantissa_dim } + \dim_set:Nn \l_siunitx_table_space_dim + { \l_siunitx_table_mantissa_dim } \hbox_set:Nn \l_siunitx_table_result_box { \box_use:N \l_siunitx_table_fill_box @@ -13214,8 +13219,9 @@ This work consists of the file siunitx.dtx %\end{macro} %\begin{macro}{\siunitx_table_print_S_get_integer:Nn} % Getting the integer part of a number means that the sign also has be -% considered, even if there is no actual integer. This leas to a -% slightly odd approach here. +% considered, even if there is no actual integer. This leads to a +% slightly odd approach here. There is also the comparator to +% worry about. % \begin{macrocode} \cs_new_protected_nopar:Npn \siunitx_table_print_S_get_integer:Nn #1#2 { @@ -13275,6 +13281,35 @@ This work consists of the file siunitx.dtx % \end{macrocode} %\end{macro} % +%\begin{macro}{\siunitx_table_print_S_measure_comparator_integer:N} +% A special-case macro when the comparator is also needed in +% measuring up the integer part of the mantissa. +% \begin{macrocode} +\cs_new_protected_nopar:Npn + \siunitx_table_print_S_measure_comparator_integer:N #1 + { + \prop_get:NnN #1 { comparator } \l_siunitx_tmpa_tl + \quark_if_no_value:NT \l_siunitx_tmpa_tl + { \tl_clear:N \l_siunitx_tmpa_tl } + \prop_get:NnN #1 { mantissa-sign } \l_siunitx_tmpb_tl + \quark_if_no_value:NF \l_siunitx_tmpb_tl + { \tl_put_right:NV \l_siunitx_tmpa_tl \l_siunitx_tmpb_tl } + \prop_get:NnN #1 { mantissa-integer } \l_siunitx_tmpb_tl + \quark_if_no_value:NT \l_siunitx_tmpb_tl + { \tl_clear:N \l_siunitx_tmpb_tl } + \tl_put_right:NV \l_siunitx_tmpa_tl \l_siunitx_tmpb_tl + \tl_if_empty:NTF \l_siunitx_tmpa_tl + { \dim_set:Nn \l_siunitx_table_integer_dim { \c_zero_skip } } + { + \hbox_set:Nn \l_siunitx_tmp_box + { \siunitx_print:nV { number } \l_siunitx_tmpa_tl } + \dim_set:Nn \l_siunitx_table_integer_dim + { \box_wd:N \l_siunitx_tmp_box } + } + } +% \end{macrocode} +%\end{macro} +% %\subsection{Direct printing in \texttt{S} columns} % % When number parsing is turned off the usual approach to printing @@ -14656,7 +14691,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/03} {2.1o} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/04} {2.1p} {siunitx: Version 1 settings} % \end{macrocode} % @@ -15940,7 +15975,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2011/04/03} {2.1o} +\ProvidesExplFile {siunitx-binary.cfg} {2011/04/04} {2.1p} {siunitx: Binary units} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index 8f263362af4..21745c20815 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2011/04/03} {2.1o} +\ProvidesExplFile {siunitx-binary.cfg} {2011/04/04} {2.1p} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index b06b1148cdb..01b5b852b83 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/03} {2.1o} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/04} {2.1p} {siunitx: Version 1 settings} \keys_set:nn { siunitx } { load-configurations = { abbreviations , binary } } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index b592947cb44..bbc700ec004 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3} -\ProvidesExplPackage {siunitx} {2011/04/03} {2.1o} +\ProvidesExplPackage {siunitx} {2011/04/04} {2.1p} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -2903,7 +2903,7 @@ \tl_set:Nx \l_siunitx_tmpa_tl { \exp_not:N \ensuremath - { { \exp_not:V \l_siunitx_tmpa_tl } } + { \exp_not:V \l_siunitx_tmpa_tl } } \prop_put:NnV \l_siunitx_number_out_prop { comparator } \l_siunitx_tmpa_tl @@ -5400,8 +5400,8 @@ { \box_use:N \l_siunitx_table_pre_box } \bool_if:NT \l_siunitx_table_math_bool { \c_math_shift_token } \siunitx_table_print_S_parse: - \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop - { integer } { mantissa } + \siunitx_table_print_S_measure_comparator_integer:N + \l_siunitx_number_out_prop \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop { marker } { mantissa } \siunitx_table_print_S_measure:Nnn \l_siunitx_number_out_prop @@ -5656,7 +5656,8 @@ { mantissa } { } \siunitx_table_print_S_get_mantissa:Nn \l_siunitx_number_out_prop { } - \dim_set:Nn \l_siunitx_table_space_dim { \l_siunitx_table_mantissa_dim } + \dim_set:Nn \l_siunitx_table_space_dim + { \l_siunitx_table_mantissa_dim } \hbox_set:Nn \l_siunitx_table_result_box { \box_use:N \l_siunitx_table_fill_box @@ -5885,6 +5886,28 @@ \quark_if_no_value:NT \l_siunitx_tmpa_tl { \tl_clear:N \l_siunitx_tmpa_tl } } +\cs_new_protected_nopar:Npn + \siunitx_table_print_S_measure_comparator_integer:N #1 + { + \prop_get:NnN #1 { comparator } \l_siunitx_tmpa_tl + \quark_if_no_value:NT \l_siunitx_tmpa_tl + { \tl_clear:N \l_siunitx_tmpa_tl } + \prop_get:NnN #1 { mantissa-sign } \l_siunitx_tmpb_tl + \quark_if_no_value:NF \l_siunitx_tmpb_tl + { \tl_put_right:NV \l_siunitx_tmpa_tl \l_siunitx_tmpb_tl } + \prop_get:NnN #1 { mantissa-integer } \l_siunitx_tmpb_tl + \quark_if_no_value:NT \l_siunitx_tmpb_tl + { \tl_clear:N \l_siunitx_tmpb_tl } + \tl_put_right:NV \l_siunitx_tmpa_tl \l_siunitx_tmpb_tl + \tl_if_empty:NTF \l_siunitx_tmpa_tl + { \dim_set:Nn \l_siunitx_table_integer_dim { \c_zero_skip } } + { + \hbox_set:Nn \l_siunitx_tmp_box + { \siunitx_print:nV { number } \l_siunitx_tmpa_tl } + \dim_set:Nn \l_siunitx_table_integer_dim + { \box_wd:N \l_siunitx_tmp_box } + } + } \cs_new_protected_nopar:Npn \siunitx_table_direct: { \m@th \bool_if:NTF \l_siunitx_table_center_decimal_bool |