[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: debug, verbose key (0cb6512)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Jan 26 12:35:01 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : reworking-annot
Link       : https://github.com/latex3/pdfresources/commit/0cb65120ae974ebe48f6fdd230d86b9722ec184b

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

commit 0cb65120ae974ebe48f6fdd230d86b9722ec184b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Jan 26 12:35:01 2021 +0100

    debug,verbose key


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

0cb65120ae974ebe48f6fdd230d86b9722ec184b
 hyperref-generic.dtx | 10 ++++++++++
 info/key-list.tex    |  5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 8238912..8d83cfc 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -1748,6 +1748,16 @@
       }
   }
 
+%debug, verbose
+\keys_define:nn { hyp / setup }
+ {
+   ,verbose .choice:
+   ,verbose / true  .code:n = { \Hy at verbosetrue}
+   ,verbose / false .code:n = { \Hy at verbosefalse}
+   ,verbose .default:n = {true}
+   ,debug .meta:n = {verbose=#1}
+   ,debug .default:n = {true}
+ }
 \keys_define:nn { hyp / setup }
  {
    ,baseurl       .code:n =
diff --git a/info/key-list.tex b/info/key-list.tex
index 98acace..1ff6b03 100644
--- a/info/key-list.tex
+++ b/info/key-list.tex
@@ -19,7 +19,8 @@ dropped & breaklinks         & \textit{false}         & allow links to break ove
 done & citebordercolor    & \textit{0 1 0}         & color of border around cites \\
 done & citecolor          & \textit{green}         & color of citation links \\
 done & colorlinks         & \textit{false}         & color links \\
-??   & debug              & \textit{false}         & provide details of anchors defined; same as verbose \\
+new/docu  & colormodel         
+done   & debug              & \textit{false}         & provide details of anchors defined; same as verbose \\
 ??   & destlabel          & \textit{false}         & destinations are named by the first \verb|\label| after the anchor creation \\
 ??   & draft              & \textit{false}         & do not do any hyperlinking \\
 ??   & driverfallback     &                        & default if no driver specified or detected\\
@@ -116,7 +117,7 @@ ignored &setpagesize        & \textit{true}          & set page size by special
 unicode            & \textit{true}          & Unicode encoded pdf strings, starting with version  2020-08-14 v7.00f set by default to true for all engines. \\
 done & urlbordercolor     & \textit{0 1 1}         & color of border around URL links \\
 done & urlcolor           & \textit{magenta}       & color of URL links \\
-verbose            & \textit{false}         & be chatty \\
+done & verbose            & \textit{false}         & be chatty \\
 -- & vtex               &                        & use \textsf{VTeX} backend\\
 -- & xetex              &                        & use \textsf{Xe\TeX} backend\\
 \end{longtable} 
\ No newline at end of file





More information about the latex3-commits mailing list.