summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
index 791f9bf0aeb..352eb9a149c 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2019-05-05}
+% \date{Released 2019-05-07}
%
% \maketitle
%
@@ -644,15 +644,19 @@
% be set only once.
% \end{function}
%
-% \begin{function}{\driver_pdf_objects_enable:, \driver_pdf_objects_disable:}
+% \begin{function}[added = 2019-05-07]{\driver_pdf_objects:}
% \begin{syntax}
-% \cs{driver_pdf_objects_disable:}
+% \cs{driver_pdf_compress_objects:n} \Arg{switch}
% \end{syntax}
-% Enables or disables the creation of PDF objects. These objects are used to
+% Enables or disables the compression of non-stream objects when writing
+% the PDF. This depends on the \meta{switch}: either \texttt{true} or
+% \texttt{false}). Compression of non-stream objects is used to
% reduce the size of PDFs, and typically are enabled as standard. When used
% with \texttt{(x)dvipdfmx}, object creation can be disabled but not
% re-enabled, and this setting may only be applied globally: it should
-% be set only once.
+% be set only once. Note that for \texttt{dvips} this setting has no action,
+% as control of this functionality is dependent on the conversion from
+% PostScript to PDF.
% \end{function}
%
% \begin{function}[EXP, added = 2019-04-11]