diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-20 21:59:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-20 21:59:12 +0000 |
commit | 88e44c506b22f502671d4b4c84d29a5f517fd4d1 (patch) | |
tree | e3550a35f4e931cb660ba8aeef08109467d6ceab /Master | |
parent | 3e414351caeac4967479f1557da5333a7b765fa7 (diff) |
siunitx (20mar18)
git-svn-id: svn://tug.org/texlive/trunk@47045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 882009 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 611527 -> 611733 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 |
4 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf Binary files differdeleted file mode 100644 index 9d22da33595..00000000000 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 92d33c6902e..45f13ad96b7 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 9a2e08afbcc..608a49f3764 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -1105,6 +1105,7 @@ This work consists of the file siunitx.dtx %\end{table} %\begin{table} % \changes{v2.0j}{2010/06/30}{Correct \cs{hartree} unit appearance} +% \changes{v2.7m}{2018/03/20}{Update \cs{astronomicalunit} unit} % \caption{Non-SI units whose values in SI units must be obtained % experimentally.} % \label{tab:unit:physical} @@ -5217,7 +5218,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2018-03-11} {2.7l} +\ProvidesExplPackage {siunitx} {2018-03-20} {2.7m} {A comprehensive (SI) units package} % \end{macrocode} % @@ -16474,7 +16475,7 @@ This work consists of the file siunitx.dtx %\begin{macro}{\dalton} % A few units based on physical measurements exist. % \begin{macrocode} -\DeclareSIUnit \astronomicalunit { ua } +\DeclareSIUnit \astronomicalunit { au } \DeclareSIUnit \atomicmassunit { u } \DeclareSIUnit \electronvolt { eV } \DeclareSIUnit \dalton { Da } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 0d4c256cc21..c80e78b908e 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2018-03-11} {2.7l} +\ProvidesExplPackage {siunitx} {2018-03-20} {2.7m} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/11/15 } { } @@ -7511,7 +7511,7 @@ \DeclareSIUnit \minute { min } \DeclareSIUnit \percent { \char 37 } \DeclareSIUnit \tonne { t } -\DeclareSIUnit \astronomicalunit { ua } +\DeclareSIUnit \astronomicalunit { au } \DeclareSIUnit \atomicmassunit { u } \DeclareSIUnit \electronvolt { eV } \DeclareSIUnit \dalton { Da } |