[latex3-commits] [git/LaTeX3-latex3-latex3] main: Fix graphic inclusion for dvisvgm (26d00e2e5)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Apr 6 16:47:23 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/26d00e2e58de4a57bc7924a56a51ab9b1d950f95

>---------------------------------------------------------------

commit 26d00e2e58de4a57bc7924a56a51ab9b1d950f95
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Apr 6 15:47:23 2022 +0100

    Fix graphic inclusion for dvisvgm


>---------------------------------------------------------------

26d00e2e58de4a57bc7924a56a51ab9b1d950f95
 l3backend/l3backend-graphics.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-graphics.dtx b/l3backend/l3backend-graphics.dtx
index f56c7c478..89070d103 100644
--- a/l3backend/l3backend-graphics.dtx
+++ b/l3backend/l3backend-graphics.dtx
@@ -692,9 +692,9 @@
 %   sizes here. (This is the same as the \texttt{dvips} code.)
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_backend_include_eps:n #1
-  { @@_backend_include:nn { PSfile } {#1} }
+  { \@@_backend_include:nn { PSfile } {#1} }
 \cs_new_protected:Npn \@@_backend_include_pdf:n #1
-  { @@_backend_include:nn { pdffile } {#1} }
+  { \@@_backend_include:nn { pdffile } {#1} }
 \cs_new_protected:Npn \@@_backend_include:nn #1#2
   {
     \__kernel_backend_literal:x





More information about the latex3-commits mailing list.