[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: disable xmp code for now (09663f9)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Feb 13 17:35:42 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : main
Link       : https://github.com/latex3/pdfresources/commit/09663f9a5d5bca7a0e18cec0315f79d976dadeeb

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

commit 09663f9a5d5bca7a0e18cec0315f79d976dadeeb
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Feb 13 17:35:42 2021 +0100

    disable xmp code for now


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

09663f9a5d5bca7a0e18cec0315f79d976dadeeb
 l3pdfmeta.dtx | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index 63e3dcd..5670056 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -126,18 +126,18 @@
 %
 %    \begin{macrocode}
 
-\hook_gput_code:nnn {shipout/lastpage}{pdf}
-  {
-    \bool_if:NT \g_pdfmeta_xmp_bool
-      {
-        \pdf_object_new:nn {__pdf_Metadata} {stream}
-        \pdf_object_write:nx {__pdf_Metadata}
-         {
-           { /Type /Metadata /Subtype /XML }
-           {\g_@@_xmppacket_str}
-         }
-      }
-  }
+%\hook_gput_code:nnn {shipout/lastpage}{pdf}
+%  {
+%    \bool_if:NT \g_pdfmeta_xmp_bool
+%      {
+%        \pdf_object_new:nn {__pdf_Metadata} {stream}
+%        \pdf_object_write:nx {__pdf_Metadata}
+%         {
+%           { /Type /Metadata /Subtype /XML }
+%           {\g_@@_xmppacket_str}
+%         }
+%      }
+%  }
 %    \end{macrocode}
 %
 % \section{Standards (work in progress)}





More information about the latex3-commits mailing list.