[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: pass also pdfcopyright through pdfstringdef for doclicense support (23437a5)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Sep 2 15:09:49 CEST 2021


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

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

commit 23437a5a48d57389f81ab61724c767352ee83dd8
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Sep 2 15:09:49 2021 +0200

    pass also pdfcopyright through pdfstringdef for doclicense support


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

23437a5a48d57389f81ab61724c767352ee83dd8
 firstaid/hyperxmp-patches-tmp-ltx.sty | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/firstaid/hyperxmp-patches-tmp-ltx.sty b/firstaid/hyperxmp-patches-tmp-ltx.sty
index 56e9dd4..dbb1d5a 100644
--- a/firstaid/hyperxmp-patches-tmp-ltx.sty
+++ b/firstaid/hyperxmp-patches-tmp-ltx.sty
@@ -124,6 +124,9 @@
     \exp_args:NNe
     \pdfstringdef\@pdftitle{\GetDocumentProperties{hyperref/pdftitle}}
     \cs_set_eq:NN\hyxmp at pdftitle\@pdftitle
+    \exp_args:NNe
+    \pdfstringdef\@pdfcopyright{\GetDocumentProperties{hyperref/pdfcopyright}}
+    \cs_set_eq:NN\hyxmp at pdfcopyright\@pdfcopyright
     % pdflang,
     \tl_if_exist:cF{@pdflang}{\tl_new:c{@pdflang}}
     \tl_set:cx {@pdflang}{\GetDocumentProperties{document/lang}}





More information about the latex3-commits mailing list.