[latex3-commits] [git/LaTeX3-latex3-latex3] master: PDF structure no-ops for dvisvgm (afb9dd6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 9 18:20:32 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/afb9dd6a1c66b29b3d50817a74044959f43ad8e5
>---------------------------------------------------------------
commit afb9dd6a1c66b29b3d50817a74044959f43ad8e5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 9 17:20:32 2019 +0100
PDF structure no-ops for dvisvgm
>---------------------------------------------------------------
afb9dd6a1c66b29b3d50817a74044959f43ad8e5
l3kernel/l3drivers-pdf.dtx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 60729a5..ad314c3 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -414,6 +414,18 @@
%<*dvisvgm>
% \end{macrocode}
%
+% \subsubsection{Structure}
+%
+% \begin{macro}{\driver_pdf_compresslevel:n}
+% \begin{macro}{\driver_pdf_objects_enable:, \driver_pdf_objects_disable:}
+% These are all no-ops.
+% \begin{macrocode}
+\cs_new_protected:Npn \driver_pdf_compresslevel:n #1 { }
+\cs_new_protected:Npn \driver_pdf_objects_enable: { }
+\cs_new_protected:Npn \driver_pdf_objects_disable: { }
+% \end{macrocode}
+% \end{macro}
+% \end{macro}
%
% \begin{macrocode}
%</dvisvgm>
More information about the latex3-commits
mailing list