[latex3-commits] [git/LaTeX3-latex3-latex3] main: Skip PDF internal box for dvisvgm (c77458ecd)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 18 13:06:46 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/c77458ecd9990102cea4f3f37cc6c6c5dfd3cc78
>---------------------------------------------------------------
commit c77458ecd9990102cea4f3f37cc6c6c5dfd3cc78
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 18 12:06:46 2023 +0100
Skip PDF internal box for dvisvgm
>---------------------------------------------------------------
c77458ecd9990102cea4f3f37cc6c6c5dfd3cc78
l3backend/l3backend-pdf.dtx | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index bb80237d4..205717ffb 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -69,7 +69,11 @@
% \subsection{Shared code}
%
% A very small number of items that belong at the backend level but which
-% are common to all backends.
+% are common to most backends.
+%
+% \begin{macrocode}
+%<*!dvisvgm>
+% \end{macrocode}
%
% \begin{variable}{\l_@@_internal_box}
% \begin{macrocode}
@@ -77,6 +81,10 @@
% \end{macrocode}
% \end{variable}
%
+% \begin{macrocode}
+%</dvisvgm>
+% \end{macrocode}
+%
% \subsection{\texttt{dvips} backend}
%
% \begin{macrocode}
More information about the latex3-commits
mailing list.