[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: allow uncompress in debug key (fed9c3f)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Jul 20 14:13:05 CEST 2021


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/fed9c3fcb3877d369edd76f78f6b869bb7011df2

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

commit fed9c3fcb3877d369edd76f78f6b869bb7011df2
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Jul 20 14:13:05 2021 +0200

    allow uncompress in debug key


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

fed9c3fcb3877d369edd76f78f6b869bb7011df2
 CHANGELOG.md  | 1 +
 ltdocinit.dtx | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f62787..a743640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
  - key `testphase` to \DeclareDocumentMetadata to load testphase packages like
    tagpdf, ptagging and headings
  - key `activate` to \DeclareDocumentMetadata to activate e.g. tagging. 
+ - key `debug` with para=show, log=XX or uncompress as values.
  
 ### Changed 
  - a LaTeX format/L3 layer that loads l3color is now required
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index 1ccd09b..b66bd56 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -131,8 +131,8 @@
 %    \pkg{tagpdf} has been loaded first with the |testphase| key.
 %    \item[\texttt{debug}] This key activates some debug options. Currently only the
 %    keys |para| (with the default and only value |show|),
-%    and |log| (with the values of \pkg{tagpdf})
-%    are known.
+%    and |log| (with the values of \pkg{tagpdf}) and |uncompress| (which does the same
+%    as |uncompress| as main key)  are known.
 % \end{description}
 %
 % \subsection{Container for document properties}
@@ -426,6 +426,10 @@
             \tagpdfsetup{log=#1}
           }
       }
+    ,debug / uncompress .code:n =
+      {
+        \pdf_uncompress:
+      }
   }
 %    \end{macrocode}
 %    \begin{macrocode}





More information about the latex3-commits mailing list.