diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx b/Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx index 8deb2335ed9..e877b69ca5f 100644 --- a/Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/l3graphics/l3graphics.dtx @@ -2,7 +2,7 @@ % %% File: l3graphics.dtx % -% Copyright (C) 2017-2019 The LaTeX3 Project +% Copyright (C) 2017-2020 The LaTeX3 Project % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -46,7 +46,7 @@ % }^^A % } % -% \date{Released 2019-10-11} +% \date{Released 2020-01-12} % % \maketitle % @@ -241,7 +241,7 @@ % % \begin{macrocode} %<*package> -\ProvidesExplPackage{l3graphics}{2019-10-11}{} +\ProvidesExplPackage{l3graphics}{2020-01-12}{} {L3 Experimental graphics inclusion support} %</package> % \end{macrocode} @@ -577,7 +577,7 @@ \exp_args:Ne \@@_include_auxi:n { \exp_args:Ne \str_tail:n - { \str_fold_case:V \l_@@_ext_str } + { \str_foldcase:V \l_@@_ext_str } } } \cs_new_protected:Npn \graphics_include:nn #1#2 @@ -587,7 +587,7 @@ \file_get_full_name:nNTF {#1} \l_@@_name_tl { \exp_args:Ne \@@_include_auxi:n - { \str_fold_case:n {#1} } + { \str_foldcase:n {#1} } } { \__kernel_msg_error:nnn { graphics } { graphic-not-found } {#1} } \group_end: |