[latex3-commits] [git/LaTeX3-latex3-latex3] backend: s/image/graphics/ (378eb45)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Jun 1 22:20:36 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : backend
Link : https://github.com/latex3/latex3/commit/378eb45996ce78b68dbb42efe54f65b3b336553d
>---------------------------------------------------------------
commit 378eb45996ce78b68dbb42efe54f65b3b336553d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Jun 1 21:17:46 2019 +0100
s/image/graphics/
>---------------------------------------------------------------
378eb45996ce78b68dbb42efe54f65b3b336553d
l3kernel/l3drivers.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 86b2930..29fe5ff 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -470,10 +470,10 @@
% numbers in multi-page files) is needed to correct cache image data. As
% such, the driver code here assumes the following are defined
% \begin{itemize}
-% \item \cs{l_image_decodearray_tl}
-% \item \cs{l_image_interpolate_tl}
-% \item \cs{l_image_page_tl}
-% \item \cs{l_image_pagebox_tl}
+% \item \cs{l_graphics_decodearray_tl}
+% \item \cs{l_graphics_interpolate_tl}
+% \item \cs{l_graphics_page_tl}
+% \item \cs{l_graphics_pagebox_tl}
% \end{itemize}
%
% Note also that the functions defined will depend on the file types supported
@@ -494,8 +494,8 @@
% These functions load the requested image \meta{file} and obtain the
% bounding box information on the file. They may also cache the image for
% subsequent inclusion: this is driver-dependent. The bounding box data
-% will be stored in \cs{l_image_llx_dim}, \cs{l_image_lly_dim},
-% \cs{l_image_urx_dim}, and \cs{l_image_ury_dim} after use of these
+% will be stored in \cs{l_graphics_llx_dim}, \cs{l_graphics_lly_dim},
+% \cs{l_graphics_urx_dim}, and \cs{l_graphics_ury_dim} after use of these
% functions.
% \end{function}
%
More information about the latex3-commits
mailing list