[latex3-commits] [git/LaTeX3-latex3-pdfresources] rename-coredict: working on hyperref driver options (d98314a)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Dec 1 00:21:28 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : rename-coredict
Link       : https://github.com/latex3/pdfresources/commit/d98314ae44edf56b9cc4a069f923943cd6cfcf7d

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

commit d98314ae44edf56b9cc4a069f923943cd6cfcf7d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Dec 1 00:21:28 2020 +0100

    working on hyperref driver options


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

d98314ae44edf56b9cc4a069f923943cd6cfcf7d
 hgeneric-experimental.def | 18 ++++++++++++++++++
 info/todo-20-11.md        |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/hgeneric-experimental.def b/hgeneric-experimental.def
index 81d395e..8e9143e 100644
--- a/hgeneric-experimental.def
+++ b/hgeneric-experimental.def
@@ -883,6 +883,24 @@
 % pdfpagemode   (default: UseNone or UseOutlines, bookmark should do the second)
 % pdfpagescrop  (default: empty/do nothing)
 
+% The following keys are set currently only with the original setup,
+% but we don't want warnings
+\keys_define:nn { hyp / setup }
+  {
+    ,unicode        .code:n = {}
+    ,pdfencoding .code:n = {}
+  }
+
+%pdfversion is disabled
+\keys_define:nn { hyp / setup }
+  {
+    ,pdfversion .code:n =
+      {
+         \msg_warning:nn { hyp }{ pdfversion-disabled }
+      }
+  }
+
+
 \keys_define:nn { hyp / setup }
  {
    ,baseurl       .code:n =
diff --git a/info/todo-20-11.md b/info/todo-20-11.md
index 74d55b4..8a4b2d4 100644
--- a/info/todo-20-11.md
+++ b/info/todo-20-11.md
@@ -42,7 +42,7 @@ blblbllb
 # hyperref driver: 
     * Check options handling
     * Check form fields
-    * Check keys pdfdocencoding, unicode
+    * Check keys pdfdocencoding, unicode->warning disabled
 
 # check hyperxmp
 





More information about the latex3-commits mailing list.