[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: correct dtx commands (c4cf8cb)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Jun 27 19:09:16 CEST 2020


Repository : https://github.com/latex3/pdfresources
On branch  : splitting
Link       : https://github.com/latex3/pdfresources/commit/c4cf8cb9f1d7ded403a0beba17e231eb8c41ff92

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

commit c4cf8cb9f1d7ded403a0beba17e231eb8c41ff92
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Jun 27 19:09:16 2020 +0200

    correct dtx commands


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

c4cf8cb9f1d7ded403a0beba17e231eb8c41ff92
 l3pdffile.dtx | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/l3pdffile.dtx b/l3pdffile.dtx
index e6916e7..de4c86a 100644
--- a/l3pdffile.dtx
+++ b/l3pdffile.dtx
@@ -158,7 +158,7 @@
 %
 %\subsection{Embedding a file}
 % Embedding an existing file is in most cases quite straightforward. It can be done with
-% \cs{pdf_object_now:nn} or \cs{\pdf_object_new:nn}/\cs{pdf_object_write:nn}.
+% \cs{pdf_object_now:nn} or \cs{pdf_object_new:nn}/\cs{pdf_object_write:nn}.
 % In the first variant one should then store the object number for the reference
 % in the /FileSpec dictionary.
 %
@@ -195,7 +195,7 @@
 % \end{itemize}
 %
 % \begin{function}{file, file/Params, file/FileSpec}
-% These are three local dictionaries which are used by the \cs{\pdffile_embed} command
+% These are three local dictionaries which are used by the \cs{pdffile_embed} command
 % to fill the dictionaries of the file and the filespec object. The following values
 % are preset in the dictionary:
 %
@@ -356,8 +356,7 @@
   {AFRelationship} { /Unspecified }
 
 %    \end{macrocode}
-% \end{variable}
-
+%
 % \begin{macro}{\pdffile_embed:nnn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_file_mimetype_set:NN #1 #2 %#1 file name, #2 tl for guessed mimetype
@@ -586,7 +585,7 @@
 %     \cs{pdffile_attach:nN}  \Arg{name} \meta{tl var}
 %   \end{syntax}
 %   This attaches the file with name \Arg{name} which has been embedded
-%   with \csname{pdffile_embed:nnn} to the attachments panel
+%   with \cs{pdffile_embed:nnn} to the attachments panel
 %   of the pdf reader. \meta{tl var} stores the name used in the name tree, in
 %   case it is needed to setup up for example a collection.
 %\end{function}
@@ -643,7 +642,7 @@
 
 
 %    \end{macrocode}
-% \end{macro}
+%
 %    \begin{macrocode}
 %</package>
 %    \end{macrocode}





More information about the latex3-commits mailing list.