[latex3-commits] [git/LaTeX3-latex3-pdfresources] fmi-suggestions: package -> module fix docstrip guards (0192373)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Feb 22 16:56:02 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : fmi-suggestions
Link       : https://github.com/latex3/pdfresources/commit/0192373250b0a7d86647d4190830a22931d30dd0

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

commit 0192373250b0a7d86647d4190830a22931d30dd0
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Feb 22 16:56:02 2021 +0100

    package -> module
    fix docstrip guards


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

0192373250b0a7d86647d4190830a22931d30dd0
 l3pdftools.dtx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/l3pdftools.dtx b/l3pdftools.dtx
index fba6503..481ddce 100644
--- a/l3pdftools.dtx
+++ b/l3pdftools.dtx
@@ -40,7 +40,7 @@
 % \fi
 %
 % \title{^^A
-%   The \pkg{l3pdftools} package\\ temporary collection of pdf related commands ^^A
+%   The \pkg{l3pdftools} module\\ temporary collection of pdf related commands ^^A
 %   \\ LaTeX PDF management testphase bundle
 % }
 %
@@ -407,13 +407,11 @@
 % \begin{macro}{\pdf_bmc:n}
 % \begin{macro}{\pdf_emc:}
 %    \begin{macrocode}
-%<*package>
 \cs_new_protected:Npn  \pdf_bdc:nn #1 #2 { \@@_backend_bdc:nn { #1 }{ #2 } }
 \cs_new_protected:Npn  \pdf_bdcobject:nn #1 #2 { \@@_backend_bdcobject:nn { #1 }{ #2 } }
 \cs_new_protected:Npn  \pdf_bdcobject:n #1     { \@@_backend_bdcobject:n  { #1 } }
 \cs_new_protected:Npn  \pdf_bmc:n #1     { \@@_backend_bmc:n  { #1 } }
 \cs_new_protected:Npn  \pdf_emc:         { \@@_backend_emc: }
-%</package>
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.