diff options
author | Norbert Preining <preining@logic.at> | 2007-11-23 20:49:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-23 20:49:15 +0000 |
commit | 95a7d63c6941e19a31e7c28d46311c29c13d72c8 (patch) | |
tree | d1de28f437f03db27c1af4f604de8a908f645fc9 | |
parent | 4aca78fd79ca5800dda98c3d14ca4bbd6266ff91 (diff) |
bpchem updated from CTAN
git-svn-id: svn://tug.org/texlive/trunk@5578 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/bpchem/bpchem.pdf | bin | 0 -> 199814 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bpchem/bpchem.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bpchem/bpchem.sty | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/bpchem/bpchem.pdf b/Master/texmf-dist/doc/latex/bpchem/bpchem.pdf Binary files differnew file mode 100644 index 00000000000..8ae9632fdb1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bpchem/bpchem.pdf diff --git a/Master/texmf-dist/source/latex/bpchem/bpchem.dtx b/Master/texmf-dist/source/latex/bpchem/bpchem.dtx index 2590bfc07d5..9639c0ce27f 100644 --- a/Master/texmf-dist/source/latex/bpchem/bpchem.dtx +++ b/Master/texmf-dist/source/latex/bpchem/bpchem.dtx @@ -7,10 +7,10 @@ %% % %<*dtx> - \ProvidesFile{bpchem.dtx}[2004/11/06 v1.05 Chemical input helper] + \ProvidesFile{bpchem.dtx}[2004/11/25 v1.06 Chemical input helper] %</dtx> %<bpchem>\NeedsTeXFormat{LaTeX2e} -%<bpchem>\ProvidesPackage{bpchem}[2004/11/06 v1.05 Chemical input helper] +%<bpchem>\ProvidesPackage{bpchem}[2004/11/25 v1.06 Chemical input helper] %<bpchem>\RequirePackage{xspace} %<driver>\ProvidesFile{bpchem.drv} % \fi @@ -412,9 +412,12 @@ %% label a substance and insert the number +% \changes{v1.06}{2004/11/25}{ +% fixed whitespace bug in CNlabel +% } % \begin{macrocode} \DeclareRobustCommand*{\CNlabel}[1]{% -\CNlabelnoref{#1} +\CNlabelnoref{#1}% \CNref{#1}% } % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/bpchem/bpchem.sty b/Master/texmf-dist/tex/latex/bpchem/bpchem.sty index 766ee6e91e7..ccaf5a30805 100644 --- a/Master/texmf-dist/tex/latex/bpchem/bpchem.sty +++ b/Master/texmf-dist/tex/latex/bpchem/bpchem.sty @@ -27,7 +27,7 @@ %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bpchem}[2004/11/06 v1.05 Chemical input helper] +\ProvidesPackage{bpchem}[2004/11/25 v1.06 Chemical input helper] \RequirePackage{xspace} %\IUPAC{Tetra\|cyclo[2.2.2.1\^{1,4}]\- @@ -173,7 +173,7 @@ %% label a substance and insert the number \DeclareRobustCommand*{\CNlabel}[1]{% -\CNlabelnoref{#1} +\CNlabelnoref{#1}% \CNref{#1}% } |