From 4e5cb02ecfe62152cf68ce69e36e2a158b35ccfc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Aug 2021 20:41:07 +0000 Subject: pdfmanagement-testphase (28aug21) git-svn-id: svn://tug.org/texlive/trunk@60347 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty') diff --git a/Master/texmf-dist/tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty b/Master/texmf-dist/tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty index 040738df443..5733927a948 100644 --- a/Master/texmf-dist/tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty +++ b/Master/texmf-dist/tex/latex/pdfmanagement-testphase/pdfmanagement-firstaid.sty @@ -19,10 +19,10 @@ %% and all files in that bundle must be distributed together. %% %% File: pdfmanagement-firstaid.dtx -\ProvidesExplPackage{pdfmanagement-firstaid}{2021-07-31}{0.95h} +\ProvidesExplPackage{pdfmanagement-firstaid}{2021-08-28}{0.95i} {LaTeX PDF management testphase bundle / firstaid-patches} -\clist_map_inline:nn {pgf,transparent,hyperxmp,pdflscape,xcolor,color,beamer} +\clist_map_inline:nn {pgf,transparent,hyperxmp,pdflscape,xcolor,color,beamer,output} { \bool_new:c { g__pdfmanagement_firstaid_#1_bool } \bool_gset_true:c { g__pdfmanagement_firstaid_#1_bool } @@ -36,6 +36,11 @@ } \msg_new:nnn { pdfmanagement } { firstaid } { loading~pdfmanagement~firstaid~code~for~#1 } +\bool_if:NT \g__pdfmanagement_firstaid_output_bool + { + \RequirePackage{output-patches-tmp-ltx} + } + \bool_if:NT \g__pdfmanagement_firstaid_beamer_bool { \color_set:nnn{.5~.5~.5}{rgb}{0.5,0.5,0.5} -- cgit v1.2.3