diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-24 20:48:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-24 20:48:43 +0000 |
commit | 48f39475119adbf3fd9822ba55835ebe68c58fa3 (patch) | |
tree | 639dab1770cd07201280abb2d9a4357d7ac4b4cc /Master/texmf-dist/tex/latex/l3experimental/l3graphics | |
parent | c1369c384fe82e1557f669659883b2458e803672 (diff) |
l3 (24jan23)
git-svn-id: svn://tug.org/texlive/trunk@65621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3graphics')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty b/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty index 9b13f3782aa..f06c2331848 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty @@ -6,7 +6,7 @@ %% %% l3graphics.dtx (with options: `package') %% -%% Copyright (C) 2019-2022 The LaTeX Project +%% Copyright (C) 2019-2023 The LaTeX Project %% %% It may be distributed and/or modified under the conditions of %% the LaTeX Project Public License (LPPL), either version 1.3c of @@ -20,7 +20,7 @@ %% %% File: l3graphics.dtx \RequirePackage{expl3} -\ProvidesExplPackage{l3graphics}{2022-04-20}{} +\ProvidesExplPackage{l3graphics}{2023-01-24}{} {L3 Experimental graphics inclusion support} \dim_new:N \l__graphics_internal_dim \ior_new:N \l__graphics_internal_ior @@ -200,7 +200,7 @@ \__graphics_include_auxi:e { \exp_args:Ne \str_tail:n - { \str_foldcase:V \l__graphics_ext_str } + { \str_casefold:V \l__graphics_ext_str } } } { \__graphics_include_auxi:e { \l__graphics_type_str } } |