[latex3-commits] [latex3/latex3] main: Drop doc of deprecated functions (0bf65c5c9)
github at latex-project.org
github at latex-project.org
Sun Jul 16 14:57:13 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/0bf65c5c90d73ac07ef0986dd6eb44c9d5beb7b5
>---------------------------------------------------------------
commit 0bf65c5c90d73ac07ef0986dd6eb44c9d5beb7b5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 16 14:57:13 2023 +0200
Drop doc of deprecated functions
For other deprecated commands, this is
what we have done: trying to tidy up a bit for
consistency.
>---------------------------------------------------------------
0bf65c5c90d73ac07ef0986dd6eb44c9d5beb7b5
l3kernel/l3pdf.dtx | 40 ----------------------------------------
1 file changed, 40 deletions(-)
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index a8f7ed8a0..df2f94248 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -255,46 +255,6 @@
% \end{function}
% \end{documentation}
%
-% \section{Deprecated functions}
-%
-% \begin{function}[added = 2021-02-10]{\pdf_object_new:nn}
-% \begin{syntax}
-% \cs{pdf_object_new:nn} \Arg{object} \Arg{type}
-% \end{syntax}
-% Declares \meta{object} as a PDF object of \meta{type}, which should be
-% one of
-% \begin{itemize}
-% \item \texttt{array}
-% \item \texttt{dict}
-% \item \texttt{fstream}
-% \item \texttt{stream}
-% \end{itemize}
-% The object may be referenced from this point on, and written later
-% using \cs{pdf_object_write:nn}.
-%
-% Deprecated in favor of \cs{pdf_object_new:n}.
-% \end{function}
-%
-% \begin{function}[added = 2021-02-10]{\pdf_object_write:nn, \pdf_object_write:nx}
-% \begin{syntax}
-% \cs{pdf_object_write:nn} \Arg{object} \Arg{content}
-% \end{syntax}
-% Writes the \meta{content} as content of the \meta{object}. Depending on the
-% \meta{type} declared for the object, the format required for the
-% \meta{data} will vary
-% \begin{itemize}
-% \item[\texttt{array}] A space-separated list of values
-% \item[\texttt{dict}] Key--value pairs in the form
-% \texttt{/\meta{key} \meta{value}}
-% \item[\texttt{fstream}] Two brace groups: \meta{file name} and
-% \meta{file content}
-% \item[\texttt{stream}] Two brace groups: \meta{attributes (dictionary)}
-% and \meta{stream contents}
-% \end{itemize}
-%
-% Deprecated in favor of \cs{pdf_object_write:nnn}.
-% \end{function}
-%
% \begin{implementation}
%
% \section{\pkg{l3pdf} implementation}
More information about the latex3-commits
mailing list.