[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: switch to pdfresources seq for link types (3d45c5b)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Mar 16 14:29:28 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/3d45c5b620e7b20d045bcb66152eb9f11bc1a1a3

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

commit 3d45c5b620e7b20d045bcb66152eb9f11bc1a1a3
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Mar 16 14:29:28 2020 +0100

    switch to pdfresources seq for link types


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

3d45c5b620e7b20d045bcb66152eb9f11bc1a1a3
 hgeneric-experimental.def | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/hgeneric-experimental.def b/hgeneric-experimental.def
index 1de7411..79311e4 100644
--- a/hgeneric-experimental.def
+++ b/hgeneric-experimental.def
@@ -10,7 +10,6 @@
   Hyperref driver for luaTeX]
 \RequirePackage{xparse,etoolbox}
 \RequirePackage{pdfresources}
-%%\Hy at VersionCheck{hluatex.def}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \ExplSyntaxOn
 %% messages, should later (with more drivers) go somewhere more generic ...
@@ -85,11 +84,10 @@
 % variants of hyperref commands to get attributes in the prop
 % these are (temporary) commands to fill various attributes (color, border style) in
 % the hooks for links from the hyperref keys.
-\clist_const:Nn \c__hyp_link_types_clist { url , file , run , link, menu }
 
 \def\Hy at EXPsetpdfborder
  {
- \clist_map_inline:Nn \c__hyp_link_types_clist
+ \seq_map_inline:Nn \c_pdf_link_types_seq
    {
     \tl_if_empty:NTF \@pdfborder
      {
@@ -118,7 +116,7 @@
 
 \def\Hy at EXPsetpdfhighlight
  {
-  \clist_map_inline:Nn \c__hyp_link_types_clist
+  \seq_map_inline:Nn \c_pdf_link_types_seq
    {
     \tl_if_empty:NTF \@pdfhighlight
      {
@@ -136,7 +134,7 @@
 
 \def\Hy at EXPsetbordercolor
   {
-   \clist_map_inline:Nn \c__hyp_link_types_clist
+   \seq_map_inline:Nn \c_pdf_link_types_seq
    {
     \tl_if_exist:cTF { @##1bordercolor }
     {





More information about the latex3-commits mailing list.