[latex3-commits] [git/LaTeX3-latex3-latex3] main: No need to worry about quotes here (9b53ecefd)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Apr 6 18:36:02 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/9b53ecefd93af5216a33dee756be0408da4e843d
>---------------------------------------------------------------
commit 9b53ecefd93af5216a33dee756be0408da4e843d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Apr 6 17:35:43 2022 +0100
No need to worry about quotes here
>---------------------------------------------------------------
9b53ecefd93af5216a33dee756be0408da4e843d
l3backend/l3backend-graphics.dtx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/l3backend/l3backend-graphics.dtx b/l3backend/l3backend-graphics.dtx
index 89070d103..926259813 100644
--- a/l3backend/l3backend-graphics.dtx
+++ b/l3backend/l3backend-graphics.dtx
@@ -611,7 +611,6 @@
% \end{macro}
%
% \begin{macro}{\@@_backend_include_pdf:n}
-% \begin{macro}{\@@_backend_include_bitmap_quote:w}
% For PDF graphics, properly supporting the |pagebox| concept in \XeTeX{}
% is best done using the |\tex_XeTeXpdffile:D| primitive. The syntax here
% is the same as for the graphic measurement part, although we know at this
@@ -619,17 +618,13 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_include_pdf:n #1
{
- \tex_XeTeXpdffile:D
- \@@_backend_include_pdf_quote:w #1 "#1" \s_@@_stop \c_space_tl
+ \tex_XeTeXpdffile:D #1 ~
\int_compare:nNnT \l_@@_page_int > 0
{ page ~ \int_use:N \l_@@_page_int \c_space_tl }
\exp_after:wN \@@_backend_getbb_pagebox:w \l_@@_pagebox_tl
}
-\cs_new:Npn \@@_backend_include_pdf_quote:w #1 " #2 " #3 \s_@@_stop
- { " #2 " }
% \end{macrocode}
% \end{macro}
-% \end{macro}
%
% \begin{macrocode}
%</xetex>
More information about the latex3-commits
mailing list.