[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: firstaid for beamers linkbordercolor setting (58a53f1)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Mar 6 19:24:29 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/58a53f1cc4f1a335b406248e528b68bbc3eaf5ed

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

commit 58a53f1cc4f1a335b406248e528b68bbc3eaf5ed
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Mar 6 19:24:29 2021 +0100

    firstaid for beamers linkbordercolor setting


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

58a53f1cc4f1a335b406248e528b68bbc3eaf5ed
 pdfmanagement-firstaid.dtx | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pdfmanagement-firstaid.dtx b/pdfmanagement-firstaid.dtx
index 08fbf85..a73e802 100644
--- a/pdfmanagement-firstaid.dtx
+++ b/pdfmanagement-firstaid.dtx
@@ -71,7 +71,7 @@
   {LaTeX PDF management testphase bundle / firstaid-patches}
 
 %<@@=pdfmanagement>
-\clist_map_inline:nn {pgf,transparent,hyperxmp,pdflscape,xcolor,color}
+\clist_map_inline:nn {pgf,transparent,hyperxmp,pdflscape,xcolor,color,beamer}
   {
     \bool_new:c       { g_@@_firstaid_#1_bool }
     \bool_gset_true:c { g_@@_firstaid_#1_bool }
@@ -86,6 +86,14 @@
 \msg_new:nnn  { pdfmanagement } { firstaid }
               { loading~pdfmanagement~firstaid~code~for~#1 }
 %    \end{macrocode}
+% \subsection{\pkg{beamer}}
+% \pkg{beamer} makes use of the now unsupported syntax |linkbordercolor={.5 .5 .5}|.
+% To avoid an error we define this color as a name.
+%
+\bool_if:NT \g_@@_firstaid_beamer_bool
+  {
+    \color_set:nnn{.5~.5~.5}{rgb}{0.5,0.5,0.5}
+  }
 % \subsection{\pkg{color}}
 %
 %  \pkg{color} is not incompatible, but the new \pkg{hyperref} driver makes use of





More information about the latex3-commits mailing list.