diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-23 23:35:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-23 23:35:58 +0000 |
commit | f963602ba2f2ff3644f713c45b59b4f22c0c4b04 (patch) | |
tree | 84b92302a79a378db5d0f6bb4cb88ccdb7a0fa5a /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex | |
parent | f2c1bd0a1a94f92d81946cb9195117f87f5d2471 (diff) |
chemmacros (23sep15)
git-svn-id: svn://tug.org/texlive/trunk@38447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex index 110dd05c8ea..ccc506e8c23 100644 --- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex +++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.particles.code.tex @@ -32,7 +32,7 @@ % -------------------------------------------------------------------------- % particles \cs_new_protected:Nn \chemmacros_define_particle:Nn - { \cs_set_protected:Npn #1 { \chemformula_chcpd:nn {} {#2} } } + { \cs_set_protected:Npn #1 { \chemmacros_chemformula:n {#2} } } \chemmacros_new_macroset:nnn {Particle} {mm} { \chemmacros_define_particle:Nn #1 {#2} } @@ -72,7 +72,7 @@ \cs_set_protected:cpn {__chemmacros_ \chemmacros_remove_backslash:N #1:} { \bool_if:NTF \l__chemmacros_nucleophile_elpair_bool - { \chemmacros_elpair:n { #2 } \chemmacros_chemformula:n { {}- } } + { \chemmacros_elpair:n { #2 } \chemmacros_chemformula:n { {}^{-} } } { \chemmacros_chemformula:n { #2- } } } \DeclareDocumentCommand #1 {o} |