diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-21 22:48:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-21 22:48:06 +0000 |
commit | 4dde4cd0affa87cd1ac441600c14e3c153e074d2 (patch) | |
tree | f50443cbf4c5da2ca8b4c3765e6dbfe4f8aed21b /Master | |
parent | 9d9325044d4f254830803e5ad00d4e4cbf610bae (diff) |
siunitx (21apr12)
git-svn-id: svn://tug.org/texlive/trunk@26086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 576290 -> 576521 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 64 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg | 2 | ||||
-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 | 56 |
6 files changed, 87 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex c2f52b0d44b..775bf277d84 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 a853930fc5f..1d5a5d135d2 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -578,6 +578,10 @@ This work consists of the file siunitx.dtx % options} %\changes{v2.5a}{2012/04/19}{When creating free-standing unit, allow % for \enquote{dynamic} nature of spacing (bug introduced in v2.5)} +%\changes{v2.5b}{2012/04/20}{Deal correctly with \texttt{\^} and \texttt{\_} +% in literal units when \pkg{breqn} package is loaded} +%\changes{v2.5b}{2012/04/20}{Detect \pkg{eulervm} package and alter +% math mode font setting accordingly} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5071,7 +5075,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2012/04/19} {2.5a} +\ProvidesExplPackage {siunitx} {2012/04/21} {2.5b} {A comprehensive (SI) units package} % \end{macrocode} % @@ -6138,6 +6142,15 @@ This work consists of the file siunitx.dtx % \begin{macrocode} \AtBeginDocument { \tl_set:Nx \l_siunitx_tmpa_tl { \familydefault } + \@ifpackageloaded { eulervm } + { + \cs_set:Npn \siunitx_tmp:w #1 { \mathrm {#1} } + \cs_if_eq:NNT \siunitx_number_mathrm:n \siunitx_tmp:w + { \keys_set:nn { siunitx } { number-math-rm = \mathnormal } } + \cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w + { \keys_set:nn { siunitx } { unit-math-rm = \mathnormal } } + } + { } \tl_if_eq:NNT \l_siunitx_tmpa_tl \c_siunitx_textsf_tl { \@ifpackageloaded { arev } @@ -6306,6 +6319,8 @@ This work consists of the file siunitx.dtx \char_set_catcode_math_subscript:N \@ \char_set_lccode:nn { `\! } { `\_ } \char_set_catcode_active:N \! + \char_set_lccode:nn { `\= } { `\_ } + \char_set_lccode:nn { `\+ } { `\^ } \tl_to_lowercase:n { \group_end: \cs_new_protected:Npn \siunitx_print_text: @@ -6318,8 +6333,12 @@ This work consists of the file siunitx.dtx { \siunitx_print_text_sub:n } \tl_replace_all:Nnn \l_siunitx_print_arg_tl { ! } { \siunitx_print_text_sub:n } + \tl_replace_all:Nnn \l_siunitx_print_arg_tl { = } + { \siunitx_print_text_sub:n } \tl_replace_all:Nnn \l_siunitx_print_arg_tl { ^ } { \siunitx_print_text_super:n } + \tl_replace_all:Nnn \l_siunitx_print_arg_tl { + } + { \siunitx_print_text_super:n } \l_siunitx_print_arg_tl } } @@ -12089,23 +12108,30 @@ This work consists of the file siunitx.dtx % then a little work to do sorting out |~| and |.| characters at % the outer level. % \begin{macrocode} -\char_set_catcode_active:N \~ -\cs_new_protected:Npn \siunitx_unit_format_literal:n #1 +\group_begin: + \char_set_lccode:nn { `\+ } { `\^ } + \char_set_catcode_active:N \~ +\tl_to_lowercase:n { - \int_zero:N \l_siunitx_unit_prefix_int - \seq_map_inline:Nn \l_siunitx_declare_list_seq - { \siunitx_unit_print_literal_aux:N ##1 } - \tl_set:Nn \l_siunitx_unit_tl {#1} - \tl_replace_all:NnV \l_siunitx_unit_tl { . } \l_siunitx_unit_product_tl - \tl_replace_all:NnV \l_siunitx_unit_tl { ~ } \l_siunitx_unit_product_tl - \bool_if:NT \l_siunitx_literal_power_bool - { - \tl_replace_all:Nnn \l_siunitx_unit_tl { ^ } - { \siunitx_unit_format_literal_power:n } - } - \siunitx_unit_format_literal_extras: + \group_end: + \cs_new_protected:Npn \siunitx_unit_format_literal:n #1 + { + \int_zero:N \l_siunitx_unit_prefix_int + \seq_map_inline:Nn \l_siunitx_declare_list_seq + { \siunitx_unit_print_literal_aux:N ##1 } + \tl_set:Nn \l_siunitx_unit_tl {#1} + \tl_replace_all:NnV \l_siunitx_unit_tl { . } \l_siunitx_unit_product_tl + \tl_replace_all:NnV \l_siunitx_unit_tl { ~ } \l_siunitx_unit_product_tl + \bool_if:NT \l_siunitx_literal_power_bool + { + \tl_replace_all:Nnn \l_siunitx_unit_tl { ^ } + { \siunitx_unit_format_literal_power:n } + \tl_replace_all:Nnn \l_siunitx_unit_tl { + } + { \siunitx_unit_format_literal_power:n } + } + \siunitx_unit_format_literal_extras: + } } -\char_set_catcode_space:N \~ \cs_new_protected:Npn \siunitx_unit_print_literal_aux:N #1 { \cs_set_eq:Nc #1 { siunitx_ \token_to_str:N #1 _literal:w } } \cs_new_protected:Npn \siunitx_unit_format_literal_power:n #1 @@ -16377,7 +16403,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/21} {2.5b} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17322,7 +17348,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/21} {2.5b} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17504,7 +17530,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/21} {2.5b} {siunitx: Binary units} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg index beb6c2a3b14..dc813a21333 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/21} {2.5b} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } 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 ca03c538d18..f2e76e93aa1 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} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/21} {2.5b} {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 d095c99d07f..143b2889919 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} {2012/04/19} {2.5a} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/21} {2.5b} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 816fc44e047..b80d7e078c5 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} {2012/04/19} {2.5a} +\ProvidesExplPackage {siunitx} {2012/04/21} {2.5b} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2011/09/05 } { } @@ -685,6 +685,15 @@ } \AtBeginDocument { \tl_set:Nx \l_siunitx_tmpa_tl { \familydefault } + \@ifpackageloaded { eulervm } + { + \cs_set:Npn \siunitx_tmp:w #1 { \mathrm {#1} } + \cs_if_eq:NNT \siunitx_number_mathrm:n \siunitx_tmp:w + { \keys_set:nn { siunitx } { number-math-rm = \mathnormal } } + \cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w + { \keys_set:nn { siunitx } { unit-math-rm = \mathnormal } } + } + { } \tl_if_eq:NNT \l_siunitx_tmpa_tl \c_siunitx_textsf_tl { \@ifpackageloaded { arev } @@ -789,6 +798,8 @@ \char_set_catcode_math_subscript:N \@ \char_set_lccode:nn { `\! } { `\_ } \char_set_catcode_active:N \! + \char_set_lccode:nn { `\= } { `\_ } + \char_set_lccode:nn { `\+ } { `\^ } \tl_to_lowercase:n { \group_end: \cs_new_protected:Npn \siunitx_print_text: @@ -801,8 +812,12 @@ { \siunitx_print_text_sub:n } \tl_replace_all:Nnn \l_siunitx_print_arg_tl { ! } { \siunitx_print_text_sub:n } + \tl_replace_all:Nnn \l_siunitx_print_arg_tl { = } + { \siunitx_print_text_sub:n } \tl_replace_all:Nnn \l_siunitx_print_arg_tl { ^ } { \siunitx_print_text_super:n } + \tl_replace_all:Nnn \l_siunitx_print_arg_tl { + } + { \siunitx_print_text_super:n } \l_siunitx_print_arg_tl } } @@ -4729,23 +4744,30 @@ \seq_map_inline:Nn \l_siunitx_declare_list_seq { \siunitx_unit_print_literal_aux:N ##1 } } -\char_set_catcode_active:N \~ -\cs_new_protected:Npn \siunitx_unit_format_literal:n #1 - { - \int_zero:N \l_siunitx_unit_prefix_int - \seq_map_inline:Nn \l_siunitx_declare_list_seq - { \siunitx_unit_print_literal_aux:N ##1 } - \tl_set:Nn \l_siunitx_unit_tl {#1} - \tl_replace_all:NnV \l_siunitx_unit_tl { . } \l_siunitx_unit_product_tl - \tl_replace_all:NnV \l_siunitx_unit_tl { ~ } \l_siunitx_unit_product_tl - \bool_if:NT \l_siunitx_literal_power_bool - { - \tl_replace_all:Nnn \l_siunitx_unit_tl { ^ } - { \siunitx_unit_format_literal_power:n } - } - \siunitx_unit_format_literal_extras: +\group_begin: + \char_set_lccode:nn { `\+ } { `\^ } + \char_set_catcode_active:N \~ +\tl_to_lowercase:n + { + \group_end: + \cs_new_protected:Npn \siunitx_unit_format_literal:n #1 + { + \int_zero:N \l_siunitx_unit_prefix_int + \seq_map_inline:Nn \l_siunitx_declare_list_seq + { \siunitx_unit_print_literal_aux:N ##1 } + \tl_set:Nn \l_siunitx_unit_tl {#1} + \tl_replace_all:NnV \l_siunitx_unit_tl { . } \l_siunitx_unit_product_tl + \tl_replace_all:NnV \l_siunitx_unit_tl { ~ } \l_siunitx_unit_product_tl + \bool_if:NT \l_siunitx_literal_power_bool + { + \tl_replace_all:Nnn \l_siunitx_unit_tl { ^ } + { \siunitx_unit_format_literal_power:n } + \tl_replace_all:Nnn \l_siunitx_unit_tl { + } + { \siunitx_unit_format_literal_power:n } + } + \siunitx_unit_format_literal_extras: + } } -\char_set_catcode_space:N \~ \cs_new_protected:Npn \siunitx_unit_print_literal_aux:N #1 { \cs_set_eq:Nc #1 { siunitx_ \token_to_str:N #1 _literal:w } } \cs_new_protected:Npn \siunitx_unit_format_literal_power:n #1 |