summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex')
-rw-r--r--macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex b/macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex
index 1ea731b25c..3f84c9097b 100644
--- a/macros/latex/contrib/chemmacros/chemmacros.module.base.code.tex
+++ b/macros/latex/contrib/chemmacros/chemmacros.module.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-2019 Clemens Niederberger
+% Copyright 2011--2020 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{base}{2017/08/28 basic chemmacros module}
+\ChemModule{base}{2020/01/16 basic chemmacros module}
% for the document hooks
\ChemCompatibilityFrom{5.1}
@@ -63,7 +63,7 @@
\exp_args:Nc \NewDocumentCommand
{
NewChem
- \str_upper_case:f { \tl_head:n {#1} }
+ \str_uppercase:f { \tl_head:n {#1} }
\tl_tail:n {#1}
}
{#2}
@@ -75,7 +75,7 @@
\exp_args:Nc \NewDocumentCommand
{
RenewChem
- \str_upper_case:f { \tl_head:n {#1} }
+ \str_uppercase:f { \tl_head:n {#1} }
\tl_tail:n {#1}
}
{#2}
@@ -87,7 +87,7 @@
\exp_args:Nc \NewDocumentCommand
{
DeclareChem
- \str_upper_case:f { \tl_head:n {#1} }
+ \str_uppercase:f { \tl_head:n {#1} }
\tl_tail:n {#1}
}
{#2}
@@ -95,7 +95,7 @@
\exp_args:Nc \NewDocumentCommand
{
ProvideChem
- \str_upper_case:f { \tl_head:n {#1} }
+ \str_uppercase:f { \tl_head:n {#1} }
\tl_tail:n {#1}
}
{#2}
@@ -484,3 +484,4 @@
\ChemFancyrefSupport
2016/05/04 - fix \ChemCleverefSupport
2017/08/28 - add missing hyperref check
+2020/01/16 - adapt to renaming of string case changing functions