Skip to content

Commit

Permalink
debug,verbose key
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Jan 26, 2021
1 parent 502c342 commit 0cb6512
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion hyperref-generic.dtx
Expand Up @@ -425,7 +425,7 @@
% like |toc| or |lof|. If this list uses \cs{addcontentsline} the content will
% be added to the bookmarks. The key can be use in \cs{hypersetup} and also in
% the middle of the document to switch the list.
%
%
% \DescribeHypkey{colormodel} With |colormodel| the colormodel used in the |/C|
% key of the annotation array and in similar keys is set. It does not affect
% the text and graphics colors in the page stream.
Expand Down Expand Up @@ -1748,6 +1748,16 @@
}
}

%debug, verbose
\keys_define:nn { hyp / setup }
{
,verbose .choice:
,verbose / true .code:n = { \Hy@verbosetrue}
,verbose / false .code:n = { \Hy@verbosefalse}
,verbose .default:n = {true}
,debug .meta:n = {verbose=#1}
,debug .default:n = {true}
}
\keys_define:nn { hyp / setup }
{
,baseurl .code:n =
Expand Down
5 changes: 3 additions & 2 deletions info/key-list.tex
Expand Up @@ -19,7 +19,8 @@ \subsection{Big alphabetical list}
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\\
Expand Down Expand Up @@ -116,7 +117,7 @@ \subsection{Big alphabetical list}
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}

0 comments on commit 0cb6512

Please sign in to comment.