[latex3-commits] [git/LaTeX3-latex3-latex3] master: PDF object no-ops for dvisvgm (bec852b)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 9 18:46:02 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/bec852bb378bf69acff54eb252b80eee219c3470

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

commit bec852bb378bf69acff54eb252b80eee219c3470
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 9 17:46:02 2019 +0100

    PDF object no-ops for dvisvgm
    
    Probably these simply can't work here ... may
    have to deal with the object return value at some stage.


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

bec852bb378bf69acff54eb252b80eee219c3470
 l3kernel/l3drivers-pdf.dtx |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index ad314c3..28cfa67 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -66,6 +66,8 @@
 %<*dvips>
 %    \end{macrocode}
 %
+% \subsubsection{Annotations}
+%
 % \subsubsection{Objects}
 %
 % \begin{variable}{\g_@@_pdf_object_int, \g_@@_pdf_object_prop}
@@ -185,6 +187,8 @@
 %<*pdfmode>
 %    \end{macrocode}
 %
+% \subsubsection{Annotations}
+%
 % \subsubsection{Objects}
 %
 % \begin{variable}{\g_@@_pdf_object_prop}
@@ -306,6 +310,8 @@
 %<*dvipdfmx|xdvipdfmx>
 %    \end{macrocode}
 %
+% \subsubsection{Annotations}
+%
 % \subsubsection{Objects}
 %
 % \begin{variable}{\g_@@_pdf_object_int, \g_@@_pdf_object_prop}
@@ -414,6 +420,21 @@
 %<*dvisvgm>
 %    \end{macrocode}
 %
+% \subsubsection{Objects}
+%
+% \begin{macro}{\driver_pdf_object_new:nn}
+% \begin{macro}[EXP]{\driver_pdf_object_ref:n}
+% \begin{macro}{\driver_pdf_object_write:nn}
+%   All no-ops here.
+%    \begin{macrocode}
+\cs_new_protected:Npn \driver_pdf_object_new:nn #1#2 { }
+\cs_new:Npn \driver_pdf_object_ref:n #1 { }
+\cs_new_protected:Npn \driver_pdf_object_write:nn #1#2 { }
+%    \end{macrocode}
+% \end{macro}
+% \end{macro}
+% \end{macro}
+%
 % \subsubsection{Structure}
 %
 % \begin{macro}{\driver_pdf_compresslevel:n}





More information about the latex3-commits mailing list