From d9784b9287b55be1161c5d383c2a7ebde45671ee Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 8 Mar 2021 03:00:59 +0000 Subject: CTAN sync 202103080300 --- .../pdfmanagement-testphase/pdfmanagement-firstaid.dtx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-firstaid.dtx') diff --git a/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-firstaid.dtx b/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-firstaid.dtx index 08fbf856db..dc33bf093c 100644 --- a/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-firstaid.dtx +++ b/macros/latex/contrib/pdfmanagement-testphase/pdfmanagement-firstaid.dtx @@ -51,7 +51,7 @@ % }^^A % } % -% \date{Version 0.95a, released 2021-02-22} +% \date{Version 0.95b, released 2021-03-07} % % \maketitle % \begin{documentation} @@ -67,11 +67,11 @@ % |firstaidoff={name1,name2,...}|. % \begin{macrocode} %<*package> -\ProvidesExplPackage {pdfmanagement-firstaid} {2021-02-22} {0.95a} +\ProvidesExplPackage {pdfmanagement-firstaid} {2021-03-07} {0.95b} {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,15 @@ \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. +% \begin{macrocode} +\bool_if:NT \g_@@_firstaid_beamer_bool + { + \color_set:nnn{.5~.5~.5}{rgb}{0.5,0.5,0.5} + } +% \end{macrocode} % \subsection{\pkg{color}} % % \pkg{color} is not incompatible, but the new \pkg{hyperref} driver makes use of -- cgit v1.2.3