diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/bpchem')
-rw-r--r-- | Master/texmf-dist/source/latex/bpchem/bpchem.dtx | 9 |
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} |