diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-04 00:34:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-04 00:34:29 +0000 |
commit | 4e033cc41a84ffdd76bfeab639b3630d99e2f591 (patch) | |
tree | 62ba7fc8cacebcbc2759424a5d22356672196cad /Master/texmf-dist/tex/latex/siunitx | |
parent | ca48791ca2d6647686560b55b4ff0696326b33e5 (diff) |
siunitx update (3jul08)
git-svn-id: svn://tug.org/texlive/trunk@9207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/si-abbr.cfg | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/si-abbr.cfg b/Master/texmf-dist/tex/latex/siunitx/config/si-abbr.cfg index bf409115351..5764f6af24c 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/si-abbr.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/si-abbr.cfg @@ -40,7 +40,8 @@ \newunit{\dmc}{\deci\metre\cubed} \newunit{\cms}{\centi\metre\squared} \newunit{\kg}{\kilo\gram} -\provideunit{\fg}{\femto\gram} +\AtBeginDocument{\provideunit{\fg}{\femto\gram}} +\newunit{\SIfg}{\femto\gram} \newunit{\pg}{\pico\gram} \newunit{\nanog}{\nano\gram} \newunit{\micg}{\micro\gram} diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index e5e5673ee79..dd57007726f 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,11 +14,11 @@ %% ---------------------------------------------------------------- %% \NeedsTeXFormat{LaTeX2e} -\newcommand*{\si@svn@ver}{v1.0d} +\newcommand*{\si@svn@ver}{v1.0e} \def\si@svn@id$#1: #2.#3 #4 #5-#6-#7 #8 #9${% \newcommand*{\si@svn@version}{% #5/#6/#7\space\si@svn@ver\space}} -\si@svn@id $Id: siunitx.dtx 97 2008-06-25 11:11:46Z joseph $ +\si@svn@id $Id: siunitx.dtx 101 2008-07-03 09:02:22Z joseph $ \ProvidesPackage{siunitx} [\si@svn@version A comprehensive (SI) units package] \begingroup @@ -2647,6 +2647,7 @@ \newcommand*{\si@unt@SIopts}{} \def\si@SI[#1]#2[#3]#4{% \begingroup + \let\fg\SIfg \si@ifnotmtarg{#1} {\sisetup{#1}% \renewcommand*{\si@unt@SIopts}{#1}}% |