diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-06 23:22:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-06 23:22:49 +0000 |
commit | 829627a4cf6e07b1e9ad968414b5ab079e2cd7b5 (patch) | |
tree | 30f8c7fb3cb27b54b0b5dc828af41b95315a5048 /Master/texmf-dist/source/latex/siunitx | |
parent | 343d5bc3636e4b86037c8acc6b24210504855623 (diff) |
siunitx (6nov10)
git-svn-id: svn://tug.org/texlive/trunk@20348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index adc46b86c4c..a85d51d34ad 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -498,6 +498,10 @@ This work consists of the file siunitx.dtx % in text mode} %\changes{v2.1a}{2010/11/05}{Print prefixes correctly in text mode % when converting to numerical value} +%\changes{v2.1b}{2010/11/05}{Bug in printing code for complex part with +% no number fixed} +%\changes{v2.1b}{2010/11/05}{Bug in hyphen printing when detecting mode +% sorted} % %\begin{abstract} % Typesetting values with units requires care to ensure that the @@ -1741,7 +1745,7 @@ This work consists of the file siunitx.dtx % bracket-numbers & Switch & true \\ ^^A ( % close-bracket & Literal & ) \\ % complex-root-position & Choice & after-number \\ -% copy-complex-root & Choice & false \\ +% copy-` & Choice & false \\ % copy-decimal-marker & Choice & false \\ % exponent-base & Literal & 10 \\ % exponent-product & Math & \cs{times} \\ @@ -4370,7 +4374,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2010/11/05} {2.1a} +\ProvidesExplPackage {siunitx} {2010/11/05} {2.1b} {A comprehensive (SI) units package} % \end{macrocode} % @@ -5154,7 +5158,11 @@ This work consists of the file siunitx.dtx % \begin{macrocode} \cs_new_protected_nopar:Npn \siunitx_detect_font_mode: { \mode_if_math:F - { \bool_set_false:N \l_siunitx_font_math_mode_bool } + { + \bool_set_false:N \l_siunitx_font_math_mode_bool + \bool_set_false:N \l_siunitx_number_math_mode_bool + \bool_set_false:N \l_siunitx_unit_math_mode_bool + } } % \end{macrocode} %\end{macro} @@ -8018,7 +8026,7 @@ This work consists of the file siunitx.dtx \tl_set:Nx \l_siunitx_tmpa_tl { \exp_not:N \siunitx_ensuremath:n - { \exp_not:V \l_siunitx_tmpa_tl } + { \exp_not:V \l_siunitx_output_complex_tl } } \prop_put:NnV \l_siunitx_number_out_prop { complex } \l_siunitx_tmpa_tl @@ -14265,7 +14273,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1a} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1b} {siunitx: Version 1 settings} % \end{macrocode} % @@ -15546,7 +15554,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1a} +\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1b} {siunitx: Binary units} % \end{macrocode} % |