summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-17 21:52:58 +0000
committerKarl Berry <karl@freefriends.org>2020-01-17 21:52:58 +0000
commitf42a8f11f8bbbf5f040e0beff90b27099c3fbae2 (patch)
treec6fb98666544ff5ddcefb6b23d7ee888517e0cd7 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
parent862b7218761e343b48c5aad99d61914564fdf893 (diff)
chemmacros (17jan20)
git-svn-id: svn://tug.org/texlive/trunk@53438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
index 1ea731b25c2..3f84c9097b1 100644
--- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
+++ b/Master/texmf-dist/tex/latex/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