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.sty18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty b/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty
index f99089d60d9..b01be499824 100644
--- a/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty
+++ b/Master/texmf-dist/tex/latex/l3experimental/l3graphics/l3graphics.sty
@@ -20,7 +20,7 @@
%%
%% File: l3graphics.dtx
\RequirePackage{expl3}
-\ProvidesExplPackage{l3graphics}{2021-08-04}{}
+\ProvidesExplPackage{l3graphics}{2021-08-27}{}
{L3 Experimental graphics inclusion support}
\ior_new:N \l__graphics_tmp_ior
\tl_new:N \l__graphics_tmp_tl
@@ -37,7 +37,7 @@
\cs_new_protected:Npn \graphics_bb_save:n #1
{
\dim_if_exist:cTF { c__graphics_ #1 _urx_dim }
- { \__kernel_msg_error:nnn { graphic } { bb-already-cached } {#1} }
+ { \msg_error:nnn { graphic } { bb-already-cached } {#1} }
{
\dim_compare:nNnF \l_graphics_llx_dim = { 0pt }
{ \dim_const:cn { c__graphics_ #1 _llx_dim } { \l_graphics_llx_dim } }
@@ -104,7 +104,7 @@
{
#1
\exp_not:N \ior_if_eof:NTF \exp_not:N \l__graphics_tmp_ior
- { \__kernel_msg_error:nnn { graphics } {#2} {#3} }
+ { \msg_error:nnn { graphics } {#2} {#3} }
{
\ior_str_map_inline:Nn \exp_not:N \l__graphics_tmp_ior
{
@@ -188,7 +188,7 @@
{ \seq_map_break:n { \use_i:nnn \__graphics_include: } }
}
\use:n
- { \__kernel_msg_error:nnn { graphics } { graphic-not-found } {#1} }
+ { \msg_error:nnn { graphics } { graphic-not-found } {#1} }
}
\cs_new_protected:Npn \__graphics_include:
{
@@ -209,7 +209,7 @@
\exp_args:Ne \__graphics_include_auxi:n
{ \str_foldcase:n {#1} }
}
- { \__kernel_msg_error:nnn { graphics } { graphic-not-found } {#1} }
+ { \msg_error:nnn { graphics } { graphic-not-found } {#1} }
\group_end:
}
\cs_new_protected:Npn \__graphics_include_auxi:n #1
@@ -234,7 +234,7 @@
{ \__graphics_include_auxiv:n }
{#1}
}
- { \__kernel_msg_error:nnn { graphics } { unsupported-graphic-type } {#1} }
+ { \msg_error:nnn { graphics } { unsupported-graphic-type } {#1} }
}
\cs_new_protected:Npn \__graphics_include_auxiii:n #1
{
@@ -285,19 +285,19 @@
{ } { } { }
}
\cs_new:Npn \__graphics_list_aux:n #1 { \iow_newline: #1 }
-\__kernel_msg_new:nnnn { graphics } { graphic-not-found }
+\msg_new:nnnn { graphics } { graphic-not-found }
{ Image~file~'#1'~not~found. }
{
LaTeX~tried~to~open~graphic~file~'#1',
~but~the~file~could~not~be~read.
}
-\__kernel_msg_new:nnnn { graphics } { pipe-failed }
+\msg_new:nnnn { graphics } { pipe-failed }
{ Cannot~run~piped~system~commands. }
{
LaTeX~tried~to~call~a~system~process~but~this~was~not~possible.\\
Try~the~"--shell-escape"~(or~"--enable-pipes")~option.
}
-\__kernel_msg_new:nnnn { graphics } { unsupported-graphic-type }
+\msg_new:nnnn { graphics } { unsupported-graphic-type }
{ Image~type~'#1'~not~supported~by~current~driver. }
{
LaTeX~was~asked~to~include~an~graphic~of~type~'#1',~