From f42a8f11f8bbbf5f040e0beff90b27099c3fbae2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Jan 2020 21:52:58 +0000 Subject: chemmacros (17jan20) git-svn-id: svn://tug.org/texlive/trunk@53438 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/chemmacros/chemmacros.module.base.code.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex') 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 -- cgit v1.2.3