summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bpchem
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-23 20:49:15 +0000
committerNorbert Preining <preining@logic.at>2007-11-23 20:49:15 +0000
commit95a7d63c6941e19a31e7c28d46311c29c13d72c8 (patch)
treed1de28f437f03db27c1af4f604de8a908f645fc9 /Master/texmf-dist/source/latex/bpchem
parent4aca78fd79ca5800dda98c3d14ca4bbd6266ff91 (diff)
bpchem updated from CTAN
git-svn-id: svn://tug.org/texlive/trunk@5578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bpchem')
-rw-r--r--Master/texmf-dist/source/latex/bpchem/bpchem.dtx9
1 files changed, 6 insertions, 3 deletions
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}