diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-07 22:49:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-07 22:49:26 +0000 |
commit | 82c79e3004bc0e55e0a7a3cdaa83f197949ddf58 (patch) | |
tree | 6f06c7c8ffa388fbeb14c291c2d2fd0b02bf0da6 /Master/texmf-dist/source | |
parent | 3d4940111decfda871ddc39725295ed2d691717c (diff) |
siunitx 2.4b (6dec11)
git-svn-id: svn://tug.org/texlive/trunk@24787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 24b29f6a258..440bbecc291 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -547,6 +547,7 @@ This work consists of the file siunitx.dtx % characters} %\changes{v2.4a}{2011/12/04}{Use a more cautious approach to changing % settings at the start of the document} +%\changes{v2.4b}{2011/12/04}{Erroneous doubled \texttt{\#} corrected} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -4996,7 +4997,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2011/12/04} {2.4a} +\ProvidesExplPackage {siunitx} {2011/12/06} {2.4b} {A comprehensive (SI) units package} % \end{macrocode} % @@ -6076,7 +6077,7 @@ This work consists of the file siunitx.dtx \@ifpackageloaded { cmbright } { } { - \cs_set:Npn \siunitx_tmp:w ##1 { \mathrm {#1} } + \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 = \mathsf } } \cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w @@ -6091,7 +6092,7 @@ This work consists of the file siunitx.dtx } \tl_if_eq:NNT \l_siunitx_tmpa_tl \c_siunitx_texttt_tl { - \cs_set:Npn \siunitx_tmp:w ##1 { \mathrm {#1} } + \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 = \mathtt } } \cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w @@ -16180,7 +16181,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2011/12/04} {2.4a} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/12/06} {2.4b} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17125,7 +17126,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/12/04} {2.4a} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/12/06} {2.4b} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17307,7 +17308,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2011/12/04} {2.4a} +\ProvidesExplFile {siunitx-binary.cfg} {2011/12/06} {2.4b} {siunitx: Binary units} % \end{macrocode} % |