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/texmf-dist/source | |
parent | 9d9325044d4f254830803e5ad00d4e4cbf610bae (diff) |
siunitx (21apr12)
git-svn-id: svn://tug.org/texlive/trunk@26086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 64 |
1 files changed, 45 insertions, 19 deletions
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} % |