summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty b/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty
index 680dec98458..e3f59fdfb17 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-2023 The LaTeX Project
+%% Copyright (C) 2019-2024 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
@@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: l3graphics.dtx
-\ProvidesExplPackage{l3graphics}{2023-12-08}{}
+\ProvidesExplPackage{l3graphics}{2024-01-04}{}
{L3 Experimental graphics inclusion support}
\dim_new:N \l__graphics_internal_dim
\ior_new:N \l__graphics_internal_ior
@@ -38,7 +38,7 @@
{ art , bleed , crop , media , trim }
{
\tl_set:Ne \l__graphics_pagebox_tl
- { \l_keys_choice_tl box }
+ { \l_keys_choice_tl box }
} ,
pagebox .initial:n =
crop ,
@@ -203,8 +203,8 @@
\exp_args:Ne \str_tail:n
{ \str_casefold:V \l__graphics_ext_str }
}
- }
- { \__graphics_include_auxi:e { \l__graphics_type_str } }
+ }
+ { \__graphics_include_auxi:e { \l__graphics_type_str } }
}
\cs_new_protected:Npn \__graphics_include_auxi:n #1
{
@@ -220,7 +220,7 @@
{
\tl_set_eq:NN \l__graphics_final_name_str \l__graphics_full_name_str
\str_set:Ne \l__graphics_full_name_str
- { \exp_args:NV \__kernel_file_name_quote:n \l__graphics_full_name_str }
+ { \exp_args:NV \__kernel_file_name_quote:n \l__graphics_full_name_str }
\exp_args:NnV \use:c { __graphics_backend_getbb_ #1 :n }
\l__graphics_full_name_str
\seq_gput_right:NV \g__graphics_record_seq \l__graphics_final_name_str
@@ -268,7 +268,7 @@
\box_set_dp:Nn \l__graphics_internal_box { 0pt }
\box_set_ht:Nn \l__graphics_internal_box
{ \l__graphics_ury_dim - \l__graphics_lly_dim }
- \box_set_wd:Nn \l__graphics_internal_box
+ \box_set_wd:Nn \l__graphics_internal_box
{ \l__graphics_urx_dim - \l__graphics_llx_dim }
\box_use_drop:N \l__graphics_internal_box
}