summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-25 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-09-25 03:00:48 +0000
commitd232e1107d60e7689e706bee9705f26745ae8b9e (patch)
treef9ac3303fdb36c2eca1872286615c0931d952476 /macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex
parent94c2e367c3690be2a3c715b4577c81200652ad81 (diff)
CTAN sync 201909250300
Diffstat (limited to 'macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex')
-rw-r--r--macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex b/macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex
index fb998832c9..1024cd4fac 100644
--- a/macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex
+++ b/macros/latex/contrib/chemmacros/chemmacros.module.acid-base.code.tex
@@ -11,7 +11,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-% Copyright 2011-2017 Clemens Niederberger
+% Copyright 2011-2019 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -25,7 +25,7 @@
%
% The Current Maintainer of this work is Clemens Niederberger.
% --------------------------------------------------------------------------
-\ChemModule{acid-base}{2016/05/31 acid/base}
+\ChemModule{acid-base}{2018/02/22 acid/base}
\chemmacros_load_modules:n {charges}
@@ -108,7 +108,9 @@
\cs_new_protected:Npn \chemmacros_p:n #1
{
\group_begin:
- \mbox
+ \chemmacros_if_compatibility:nnTF {<=} {5.8b}
+ { \mbox }
+ { \chemmacros_text:n }
{
\chemmacros_p_style:n {p}
\ensuremath {#1}
@@ -157,8 +159,9 @@
}
\EndChemCompatibility
% --------------------------------------------------------------------------
-\tex_endinput:D
+\file_input_stop:
2016/02/04 - \NewChemEqConstant and family, new option `eq-constant'
2016/04/27 - moved translations from lang module to acid-base module
2016/05/31 - adapt to changes in `lang' module
+2018/02/22 - fix bug in \chemmacros_p:n (https://tex.stackexchange.com/q/416227/)