diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-17 00:13:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-17 00:13:41 +0000 |
commit | 6602054dd875513b19e19cf46cdd1f57eaaba55a (patch) | |
tree | adabe4d8f61359e0f8835e114bccfc67afe1038e /Master/texmf-dist/source/latex | |
parent | 4ceed797c861f0ac4f5e2e37115d6b996c0339a0 (diff) |
siunitx 1.2n (16sep09)
git-svn-id: svn://tug.org/texlive/trunk@15320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 77 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.ins | 2 |
2 files changed, 42 insertions, 37 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 0c96bd1b3af..bd8e96a50c8 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -22,7 +22,7 @@ % and the derived files siunitx.ins, % siunitx.sty, % jawltxdoc.sty, -% si-bug.ltx, +% si-bug.tex, % si-SIunits.cfg, % si-sistyle.cfg, % si-unitsdef.cfg, @@ -124,7 +124,7 @@ \generate{\file{\jobname.ins}{\from{\jobname.dtx}{install}} } \usedir{doc/latex/siunitx} -\generate{\file{si-bug.ltx}{\from{\jobname.dtx}{bug}} +\generate{\file{si-bug.tex}{\from{\jobname.dtx}{bug}} } \usedir{tex/latex/siunitx/config} \generate{\file{si-SIunits.cfg}{\from{\jobname.dtx}{SIunits}} @@ -229,7 +229,7 @@ dcolumn, rccol and numprint packages. %</driver> % \fi % -%\CheckSum{10257} +%\CheckSum{10260} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -1032,6 +1032,7 @@ dcolumn, rccol and numprint packages. % \end{tabular} %\end{table} %\begin{table} +% \changes{v1.2n}{2009/09/16}{New \cs{degreeCelsius} unit} % \caption{The derived SI units with defined names % (\opt{load=named})} % \label{tab:derived} @@ -1046,9 +1047,11 @@ dcolumn, rccol and numprint packages. % \multicolumn{1}{c}{Symbol} \\ % \midrule % \unitinfo{becquerel} & -% \unitinfo{newton} \\ +% \unitinfo{lux} \\ % \unitinfo{celsius} & -% \unitinfo{ohm} \\ +% \unitinfo{newton} \\ +% & \csindex{degreeCelsius} & \degreeCelsius & +% \unitinfo{ohm} \\ % \unitinfo{coulomb} & % \unitinfo{pascal} \\ % \unitinfo{farad} & @@ -1067,7 +1070,6 @@ dcolumn, rccol and numprint packages. % \unitinfo{watt} \\ % \unitinfo{lumen} & % \unitinfo{weber} \\ -% \unitinfo{lux} \\ % \bottomrule % \end{tabular} %\end{table} @@ -1532,9 +1534,9 @@ dcolumn, rccol and numprint packages. % %\subsection{Chemical engineering (\opt{chemeng})} %\changes{v1.2f}{2009/02/20}{New module \opt{chemeng}} -%\changes{v1.2f}{2009/02/20}{New unit \opt{gmol}} -%\changes{v1.2f}{2009/02/20}{New unit \opt{kgmol}} -%\changes{v1.2f}{2009/02/20}{New unit \opt{lbmol}} +%\changes{v1.2f}{2009/02/20}{New unit \cs{gmol}} +%\changes{v1.2f}{2009/02/20}{New unit \cs{kgmol}} +%\changes{v1.2f}{2009/02/20}{New unit \cs{lbmol}} %\DescribeMacro{\gmol} %\DescribeMacro{\kgmol} %\DescribeMacro{\lbmol} @@ -1980,7 +1982,7 @@ dcolumn, rccol and numprint packages. % and that this may require a second set of braces. % %\DescribeOption{trapambigrange} -%\changes{2009/04/01}{v1.2i}{Added \opt{trapambigrange} option} +%\changes{v1.2i}{2009/04/01}{Added \opt{trapambigrange} option} %\DescribeOption{openrange} %\DescribeOption{closerange} % When \opt{repeatunits} is false, the \opt{trapambigrange} option @@ -3079,7 +3081,7 @@ package.\\ Please put your demonstration here, and e-mail to the package author. \begin{center} - \texttt{joseph.wright@morningtar2.co.uk} + \texttt{joseph.wright@morningstar2.co.uk} \end{center} \end{document} % \end{macrocode} @@ -3458,7 +3460,7 @@ author. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{siunitx} - [2009/08/10 v1.2m A comprehensive (SI) units package] + [2009/09/16 v1.2n A comprehensive (SI) units package] % \end{macrocode} % The package requires \eTeX, so the usual test is made. % \begin{macrocode} @@ -10967,7 +10969,7 @@ author. % powers. % \begin{macrocode} \ProvidesFile{si-prefix.cfg} - [2009/08/10 v1.2m siunitx: SI Multiple prefixes] + [2009/09/16 v1.2n siunitx: SI Multiple prefixes] \newprefix{\yocto}{-24}{y} \newprefix{\zepto}{-21}{z} \newprefix{\atto}{-18}{a} @@ -11071,7 +11073,7 @@ author. % is an awkward one, but here the UK standard is used. % \begin{macrocode} \ProvidesFile{si-named.cfg} - [2009/08/10 v1.2m siunitx: SI Named units] + [2009/09/16 v1.2n siunitx: SI Named units] \newunit{\becquerel}{Bq} \newunit{\coulomb}{C} \newunit{\farad}{F} @@ -11136,6 +11138,7 @@ author. %\end{macro} %\end{macro} %\begin{macro}{\celsius} +%\begin{macro}{\degreeCelsius} %\begin{macro}{\Celsius} % The degree celsius is a named unit. % \begin{macrocode} @@ -11146,9 +11149,11 @@ author. \newunit{\celsius}{\si@sym@celsius} \fi \fi +\newunit\degreeCelsius{\si@sym@celsius} % \end{macrocode} %\end{macro} %\end{macro} +%\end{macro} %\begin{macro}{\radian} %\begin{macro}{\steradian} % The radian and steradian are officially derived units. @@ -11167,7 +11172,7 @@ author. % This requires \file{si-prefix.cfg} and \file{si-named.cfg}. % \begin{macrocode} \ProvidesFile{si-prefixed.cfg} - [2009/08/10 v1.2m siunitx: SI Prefixed units] + [2009/09/16 v1.2n siunitx: SI Prefixed units] \requiresiconfigs{prefix,named,accepted,physical} % \end{macrocode} %\begin{macro}{\picometre} @@ -11465,7 +11470,7 @@ author. % block for the appropriate option. First currents. % \begin{macrocode} \ProvidesFile{si-abbr.cfg} - [2009/08/10 v1.2m siunitx: Abbreviated units] + [2009/09/16 v1.2n siunitx: Abbreviated units] \requiresiconfigs{prefix,named,accepted,physical} \newunit{\pA}{\pico\ampere} \newunit{\nA}{\nano\ampere} @@ -11688,7 +11693,7 @@ author. % These are defined here, although some are in very general use. % \begin{macrocode} \ProvidesFile{si-addn.cfg} - [2009/08/10 v1.2m siunitx: SI Additional units] + [2009/09/16 v1.2n siunitx: SI Additional units] \provideunit{\angstrom}{\si@sym@ringA} \AtBeginDocument{% \ifdefined\Saveangstrom @@ -11743,7 +11748,7 @@ author. %\begin{macro}{\bel} % \begin{macrocode} \ProvidesFile{si-accepted.cfg} - [2009/08/10 v1.2m siunitx: SI Accepted units] + [2009/09/16 v1.2n siunitx: SI Accepted units] \newunit{\minute}{min} \newunit{\hour}{h} \newunit{\Day}{d} @@ -11801,7 +11806,7 @@ author. % for a negative kern does make things a bit complicated. % \begin{macrocode} \ProvidesFile{si-physical.cfg} - [2009/08/10 v1.2m siunitx: SI Physically-measured units] + [2009/09/16 v1.2n siunitx: SI Physically-measured units] \newcommand*{\si@eVspacea}{\text{\kern-\si@eVcorra}}% \newcommand*{\si@eVspaceb}{\text{\kern-\si@eVcorrb}}% \newunit{\electronvolt}{e\protect\si@eVspacea V\protect% @@ -11837,7 +11842,7 @@ author. % own definitions. % \begin{macrocode} \ProvidesFile{si-synchem.cfg} - [2009/08/10 v1.2m siunitx: Units for synthetic chemists] + [2009/09/16 v1.2n siunitx: Units for synthetic chemists] \requiresiconfigs{prefix} \newunit{\mmHg}{mmHg} \newunit{\molar}{\mole\per\cubic\deci\metre} @@ -11858,7 +11863,7 @@ author. % Some units inspired by \pkg{hepunits}. % \begin{macrocode} \ProvidesFile{si-hep.cfg} - [2009/08/10 v1.2m siunitx: Units for high-energy physics] + [2009/09/16 v1.2n siunitx: Units for high-energy physics] \requiresiconfigs{prefix,named} % \end{macrocode} %\begin{macro}{\micron} @@ -11940,7 +11945,7 @@ author. % For astronomy, the \cs{parsec} unit is needed. % \begin{macrocode} \ProvidesFile{si-astro.cfg} - [2009/08/10 v1.2m siunitx: Units for astronomy] + [2009/09/16 v1.2n siunitx: Units for astronomy] \newunit{\parsec}{pc} \newunit{\lightyear}{ly} % \end{macrocode} @@ -11955,7 +11960,7 @@ author. % The unit \cs{gon} is useful here. % \begin{macrocode} \ProvidesFile{si-geophys.cfg} - [2009/08/10 v1.2m siunitx: Units for astronomy] + [2009/09/16 v1.2n siunitx: Units for astronomy] \newunit{\gon}{gon} % \end{macrocode} %\end{macro} @@ -11970,7 +11975,7 @@ author. % For astronomy, the \cs{parsec} unit is needed. % \begin{macrocode} \ProvidesFile{si-chemeng.cfg} - [2009/08/10 v1.2m siunitx: Units for chemical engineering] + [2009/09/16 v1.2n siunitx: Units for chemical engineering] \newunit{\gmol}{g\text{-}mol} \newunit{\kgmol}{kg\text{-}mol} \newunit{\lbmol}{lb\text{-}mol} @@ -11995,7 +12000,7 @@ author. % \SIunits. First, the binary prefixes. % \begin{macrocode} \ProvidesFile{si-binary.cfg} - [2009/08/10 v1.2m siunitx: Binary units] + [2009/09/16 v1.2n siunitx: Binary units] \newprefix[binary]{\kibi}{10}{Ki} \newprefix[binary]{\mebi}{20}{Mi} \newprefix[binary]{\gibi}{30}{Gi} @@ -12038,7 +12043,7 @@ author. % default values.\footnote{The package author is in the UK.} % \begin{macrocode} \ProvidesFile{si-UK.cfg} - [2009/08/10 v1.2m siunitx: UK locale] + [2009/09/16 v1.2n siunitx: UK locale] \sisetup{ unitsep=thin, expproduct=times, @@ -12056,7 +12061,7 @@ author. % The same as for the UK. % \begin{macrocode} \ProvidesFile{si-USA.cfg} - [2009/08/10 v1.2m siunitx: USA locale] + [2009/09/16 v1.2n siunitx: USA locale] \sisetup{ unitsep=thin, expproduct=times, @@ -12074,7 +12079,7 @@ author. % Germany, hopefully. % \begin{macrocode} \ProvidesFile{si-DE.cfg} - [2009/08/10 v1.2m siunitx: Germany locale] + [2009/09/16 v1.2n siunitx: Germany locale] \sisetup{ unitsep=cdot, valuesep=thin, @@ -12092,7 +12097,7 @@ author. % Design decisions taken from the same section of \SIstyle. % \begin{macrocode} \ProvidesFile{si-ZA.cfg} - [2009/08/10 v1.2m siunitx: South Africa locale] + [2009/09/16 v1.2n siunitx: South Africa locale] \sisetup{ unitsep=cdot, valuesep=thin, @@ -12125,7 +12130,7 @@ author. % \units for conflicting options, so users probably expect none. % \begin{macrocode} \ProvidesFile{si-units.cfg} - [2009/08/10 v1.2m siunitx: Emulation of units] + [2009/09/16 v1.2n siunitx: Emulation of units] \si@emulating{units}{1998/08/04 v0.9b} \si@ifloaded{SIunits} {\si@emclash{units}{SIunits}\endinput}{} @@ -12195,7 +12200,7 @@ author. % clash. % \begin{macrocode} \ProvidesFile{si-unitsdef.cfg} - [2009/08/10 v1.2m siunitx: + [2009/09/16 v1.2n siunitx: Emulation of unitsdef] \si@emulating{unitsdef}{2005/01/04 v0.2} \si@ifloaded{SIunits} @@ -12644,7 +12649,7 @@ author. % the macros in \SIstyle as given in the manual for that package. % \begin{macrocode} \ProvidesFile{si-sistyle.cfg} - [2009/08/10 v1.2m siunitx: Emulation of + [2009/09/16 v1.2n siunitx: Emulation of SIstyle] \si@emulating{sistyle}{2006/12/20 v2.3} \sisetup{% @@ -12828,7 +12833,7 @@ author. % \SIunits emulation starts in much the same way. % \begin{macrocode} \ProvidesFile{si-SIunits.cfg} - [2009/08/10 v1.2m siunitx: Emulation of + [2009/09/16 v1.2n siunitx: Emulation of SIunits] \si@emulating{SIunits}{2007/12/02 v1.36} \sisetup{ @@ -13391,7 +13396,7 @@ author. % which are not really to be encouraged. % \begin{macrocode} \ProvidesFile{si-hepunits.cfg} - [2009/08/10 v1.2m siunitx: Emulation of + [2009/09/16 v1.2n siunitx: Emulation of hepunits] \si@emulating{hepunits}{2007/09/27} \requiresiconfigs{SIunits,accepted,prefix,hep} @@ -13546,7 +13551,7 @@ author. % a little emulation and a few macros needed. % \begin{macrocode} \ProvidesFile{si-fancynum.cfg} - [2009/08/10 v1.2m siunitx: Emulation of + [2009/09/16 v1.2n siunitx: Emulation of fancynum] \si@emulating{fancynum}{2000/08/08 0.92} \sisetup{decimalsymbol=cdot,digitsep=comma} @@ -13608,7 +13613,7 @@ author. % test is needed. % \begin{macrocode} \ProvidesFile{si-fancyunits.cfg} - [2009/08/10 v1.2m siunitx: Emulation of + [2009/09/16 v1.2n siunitx: Emulation of fancyunits] \si@emulating{fancyunits}{2007/02/01 v1.0.1} \si@ifloaded{SIunits} diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.ins b/Master/texmf-dist/source/latex/siunitx/siunitx.ins index d058666265d..418c9b540ca 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.ins +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.ins @@ -36,7 +36,7 @@ \generate{\file{\jobname.ins}{\from{\jobname.dtx}{install}} } \usedir{doc/latex/siunitx} -\generate{\file{si-bug.ltx}{\from{\jobname.dtx}{bug}} +\generate{\file{si-bug.tex}{\from{\jobname.dtx}{bug}} } \usedir{tex/latex/siunitx/config} \generate{\file{si-SIunits.cfg}{\from{\jobname.dtx}{SIunits}} |