summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-26 15:41:49 +0000
committerKarl Berry <karl@freefriends.org>2008-10-26 15:41:49 +0000
commit5597fcbddb210310f47ae9fd2315fda9975b02bd (patch)
tree42448dee1e428b9e3e8fa529afe637355b53e9e4 /Master/texmf-dist/source
parent2b0d1a47ccbd53571b1637c01f48e150ae5f471f (diff)
siunitx 1.1c (22oct08)
git-svn-id: svn://tug.org/texlive/trunk@11063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx52
1 files changed, 27 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 0be5011f084..860412b9196 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -3314,7 +3314,7 @@ author.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{siunitx}
- [2008/10/13 v1.1b A comprehensive (SI) units package]
+ [2008/10/22 v1.1c A comprehensive (SI) units package]
% \end{macrocode}
% The package requires \eTeX, so the usual test is made.
% \begin{macrocode}
@@ -10645,7 +10645,7 @@ author.
% powers.
% \begin{macrocode}
\ProvidesFile{si-prefix.cfg}
- [2008/10/13 v1.1b siunitx: SI Multiple prefixes]
+ [2008/10/22 v1.1c siunitx: SI Multiple prefixes]
\newprefix{\yocto}{-24}{y}
\newprefix{\zepto}{-21}{z}
\newprefix{\atto}{-18}{a}
@@ -10749,7 +10749,7 @@ author.
% is an awkward one, but here the UK standard is used.
% \begin{macrocode}
\ProvidesFile{si-named.cfg}
- [2008/10/13 v1.1b siunitx: SI Named units]
+ [2008/10/22 v1.1c siunitx: SI Named units]
\newunit{\becquerel}{Bq}
\newunit{\coulomb}{C}
\newunit{\farad}{F}
@@ -10845,7 +10845,7 @@ author.
% This requires \file{si-prefix.cfg} and \file{si-named.cfg}.
% \begin{macrocode}
\ProvidesFile{si-prefixed.cfg}
- [2008/10/13 v1.1b siunitx: SI Prefixed units]
+ [2008/10/22 v1.1c siunitx: SI Prefixed units]
\requiresiconfigs{prefix,named,accepted,physical}
% \end{macrocode}
%\begin{macro}{\picometre}
@@ -11131,7 +11131,7 @@ author.
% block for the appropriate option. First currents.
% \begin{macrocode}
\ProvidesFile{si-abbr.cfg}
- [2008/10/13 v1.1b siunitx: Abbreviated units]
+ [2008/10/22 v1.1c siunitx: Abbreviated units]
\requiresiconfigs{prefix,named,accepted,physical}
\newunit{\pA}{\pico\ampere}
\newunit{\nA}{\nano\ampere}
@@ -11339,11 +11339,12 @@ author.
%\begin{macro}{\roentgen}
%\begin{macro}{\rad}
%\begin{macro}{\rem}
+%\changes{v1.1c}{2008/10/22}{Uses \cs{provideunit}}
% Some units are ``temporarily'' acceptable for use in the SI system.
% These are defined here, although some are in very general use.
% \begin{macrocode}
\ProvidesFile{si-addn.cfg}
- [2008/10/13 v1.1b siunitx: SI Additional units]
+ [2008/10/22 v1.1c siunitx: SI Additional units]
\newunit{\angstrom}{\si@sym@ringA}
\newunit{\are}{a}
\newunit{\hectare}{\hecto\are}
@@ -11355,7 +11356,7 @@ author.
\newunit{\curie}{Ci}
\newunit{\roentgen}{R}
\newunit{\rad}{rad}
-\newunit{\rem}{rem}
+\provideunit{\rem}{rem}
% \end{macrocode}
%\end{macro}
%\end{macro}
@@ -11381,6 +11382,7 @@ author.
%\begin{macro}{\Day}
%\begin{macro}{\dday}
%\begin{macro}{\degree}
+%\changes{v1.1c}{2008/10/22}{Uses \cs{provideunit}}
%\begin{macro}{\Degree}
%\begin{macro}{\arcmin}
%\begin{macro}{\arcsec}
@@ -11392,7 +11394,7 @@ author.
%\begin{macro}{\percent}
% \begin{macrocode}
\ProvidesFile{si-accepted.cfg}
- [2008/10/13 v1.1b siunitx: SI Accepted units]
+ [2008/10/22 v1.1c siunitx: SI Accepted units]
\newunit{\minute}{min}
\newunit{\hour}{h}
\newunit{\Day}{d}
@@ -11401,7 +11403,7 @@ author.
\newunit[valuesep=none]{\Degree}{\si@sym@degree}
\else
\ifsi@gensymb\else
- \newunit[valuesep=none]{\degree}{\si@sym@degree}
+ \provideunit[valuesep=none]{\degree}{\si@sym@degree}
\fi
\fi
\newunit[valuesep=none]{\arcmin}{\si@sym@minute}
@@ -11441,7 +11443,7 @@ author.
% for a negative kern does make things a bit complicated.
% \begin{macrocode}
\ProvidesFile{si-physical.cfg}
- [2008/10/13 v1.1b siunitx: SI Physically-measured units]
+ [2008/10/22 v1.1c 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%
@@ -11477,7 +11479,7 @@ author.
% own definitions.
% \begin{macrocode}
\ProvidesFile{si-synchem.cfg}
- [2008/10/13 v1.1b siunitx: Units for synthetic chemists]
+ [2008/10/22 v1.1c siunitx: Units for synthetic chemists]
\requiresiconfigs{prefix}
\newunit{\mmHg}{mmHg}
\newunit{\molar}{\mole\per\cubic\deci\metre}
@@ -11498,7 +11500,7 @@ author.
% Some units inspired by \pkg{hepunits}.
% \begin{macrocode}
\ProvidesFile{si-hep.cfg}
- [2008/10/13 v1.1b siunitx: Units for high-energy physics]
+ [2008/10/22 v1.1c siunitx: Units for high-energy physics]
\requiresiconfigs{prefix,named}
% \end{macrocode}
%\begin{macro}{\micron}
@@ -11580,7 +11582,7 @@ author.
% For astronomy, the \cs{parsec} unit is needed.
% \begin{macrocode}
\ProvidesFile{si-astro.cfg}
- [2008/10/13 v1.1b siunitx: Units for astronomy]
+ [2008/10/22 v1.1c siunitx: Units for astronomy]
\newunit{\parsec}{pc}
\newunit{\lightyear}{ly}
% \end{macrocode}
@@ -11603,7 +11605,7 @@ author.
% \SIunits. First, the binary prefixes.
% \begin{macrocode}
\ProvidesFile{si-binary.cfg}
- [2008/10/13 v1.1b siunitx: Binary units]
+ [2008/10/22 v1.1c siunitx: Binary units]
\newprefix[binary]{\kibi}{10}{Ki}
\newprefix[binary]{\mebi}{20}{Mi}
\newprefix[binary]{\gibi}{30}{Gi}
@@ -11646,7 +11648,7 @@ author.
% default values.\footnote{The package author is in the UK.}
% \begin{macrocode}
\ProvidesFile{si-UK.cfg}
- [2008/10/13 v1.1b siunitx: UK locale]
+ [2008/10/22 v1.1c siunitx: UK locale]
\sisetup{
unitsep=thin,
expproduct=times,
@@ -11663,7 +11665,7 @@ author.
% The same as for the UK.
% \begin{macrocode}
\ProvidesFile{si-USA.cfg}
- [2008/10/13 v1.1b siunitx: USA locale]
+ [2008/10/22 v1.1c siunitx: USA locale]
\sisetup{
unitsep=thin,
expproduct=times,
@@ -11680,7 +11682,7 @@ author.
% Germany, hopefully.
% \begin{macrocode}
\ProvidesFile{si-DE.cfg}
- [2008/10/13 v1.1b siunitx: Germany locale]
+ [2008/10/22 v1.1c siunitx: Germany locale]
\sisetup{
unitsep=cdot,
valuesep=thin,
@@ -11697,7 +11699,7 @@ author.
% Design decisions taken from the same section of \SIstyle.
% \begin{macrocode}
\ProvidesFile{si-ZA.cfg}
- [2008/10/13 v1.1b siunitx: South Africa locale]
+ [2008/10/22 v1.1c siunitx: South Africa locale]
\sisetup{
unitsep=cdot,
valuesep=thin,
@@ -11729,7 +11731,7 @@ author.
% \units for conflicting options, so users probably expect none.
% \begin{macrocode}
\ProvidesFile{si-units.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of units]
+ [2008/10/22 v1.1c siunitx: Emulation of units]
\si@emulating{units}{1998/08/04 v0.9b}
\si@ifloaded{SIunits}
{\si@emclash{units}{SIunits}\endinput}{}
@@ -11799,7 +11801,7 @@ author.
% clash.
% \begin{macrocode}
\ProvidesFile{si-unitsdef.cfg}
- [2008/10/13 v1.1b siunitx:
+ [2008/10/22 v1.1c siunitx:
Emulation of unitsdef]
\si@emulating{unitsdef}{2005/01/04 v0.2}
\si@ifloaded{SIunits}
@@ -12248,7 +12250,7 @@ author.
% the macros in \SIstyle as given in the manual for that package.
% \begin{macrocode}
\ProvidesFile{si-sistyle.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of
+ [2008/10/22 v1.1c siunitx: Emulation of
SIstyle]
\si@emulating{sistyle}{2006/12/20 v2.3}
\sisetup{%
@@ -12432,7 +12434,7 @@ author.
% \SIunits emulation starts in much the same way.
% \begin{macrocode}
\ProvidesFile{si-SIunits.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of
+ [2008/10/22 v1.1c siunitx: Emulation of
SIunits]
\si@emulating{SIunits}{2007/12/02 v1.36}
\sisetup{
@@ -12995,7 +12997,7 @@ author.
% which are not really to be encouraged.
% \begin{macrocode}
\ProvidesFile{si-hepunits.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of
+ [2008/10/22 v1.1c siunitx: Emulation of
hepunits]
\si@emulating{hepunits}{2007/09/27}
\requiresiconfigs{SIunits,accepted,prefix,hep}
@@ -13150,7 +13152,7 @@ author.
% a little emulation and a few macros needed.
% \begin{macrocode}
\ProvidesFile{si-fancynum.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of
+ [2008/10/22 v1.1c siunitx: Emulation of
fancynum]
\si@emulating{fancynum}{2000/08/08 0.92}
\sisetup{decimalsymbol=cdot,digitsep=comma}
@@ -13212,7 +13214,7 @@ author.
% test is needed.
% \begin{macrocode}
\ProvidesFile{si-fancyunits.cfg}
- [2008/10/13 v1.1b siunitx: Emulation of
+ [2008/10/22 v1.1c siunitx: Emulation of
fancyunits]
\si@emulating{fancyunits}{2007/02/01 v1.0.1}
\si@ifloaded{SIunits}