[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: documentatin glitches (01067ed)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Jul 2 19:01:15 CEST 2020


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

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

commit 01067ed431e7f2bf0c39dcf990273e6d401f1189
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Jul 2 19:01:15 2020 +0200

    documentatin glitches


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

01067ed431e7f2bf0c39dcf990273e6d401f1189
 l3pdffile.dtx | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/l3pdffile.dtx b/l3pdffile.dtx
index d3ac3af..f5ea350 100644
--- a/l3pdffile.dtx
+++ b/l3pdffile.dtx
@@ -289,7 +289,7 @@
 %
 % \begin{function}{\pdffile_embed_stream:nnn}
 %   \begin{syntax}
-%     \cs{pdffile_embed_stream:nnN} \Arg{content} \Arg{target filename} \Arg{object name }
+%     \cs{pdffile_embed_stream:nnn} \Arg{content} \Arg{target filename} \Arg{object name }
 %   \end{syntax}
 %   This commands embeds the \Arg{content} in the PDF in a stream objects and
 %   creates a /FileSpec dictionary object named \Arg { object name }.
@@ -341,7 +341,7 @@
 % \group_begin:
 % %set the relationship:
 % \pdfdict_put:nnn  {file/FileSpec} {AFRelationship}{/Source}
-% %set the description key. The text must be made converted first:
+% %set the description key. The text must first be converted:
 % \pdftool_textstringlit_print:nN
 %    {this~is~an~odd~description~with~öäü}
 %    \l_tmpa_str
@@ -408,7 +408,7 @@
 %     \l_@@_tmpa_str,
 %     \l_@@_tmpb_str,
 %     \l_@@_ext_str,
-%     \l_@@_automimetype_tl
+%     \l_@@_automimetype_tl,
 %     \l_@@_embed_ref_tl
 %   }
 % temporary variables: generic, for extension, subtype, to store the ref.
@@ -475,7 +475,7 @@
 % \begin{variable}{\g_pdffile_embed_prop}
 % we record here the relation\\%
 % \meta{object name} $\Rightarrow$
-%  \Arg{file/stream or empty}\Arg{sourcename}\Arg{targetname}}
+%  \Arg{file/stream or empty}\Arg{sourcename}\Arg{targetname}
 %
 %    \begin{macrocode}
 \prop_new:N \g_pdffile_embed_prop
@@ -515,7 +515,10 @@
         %if not look up in the prop:
         \quark_if_no_value:NT \l_@@_tmpa_tl
           {
-            \prop_get:NVNTF \g_pdffile_mimetypes_prop \l_@@_ext_str \l_@@_tmpb_tl
+            \prop_get:NVNTF
+              \g_pdffile_mimetypes_prop
+              \l_@@_ext_str
+              \l_@@_tmpb_tl
               {
                 \tl_set:Nx #2 {/Subtype~\pdftool_name_print:V \l_@@_tmpb_tl}
               }





More information about the latex3-commits mailing list.