From 74de9fe6c6f4269ddad89ced54ca2fa3d10cc81d Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Sun, 21 Feb 2021 01:18:19 +0100 Subject: [PATCH] adapt firstaid dates --- firstaid/pdflscape-ltx.sty | 6 +++--- firstaid/transparent-ltx.sty | 2 +- firstaid/xcolor-patches-tmp-ltx.sty | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/firstaid/pdflscape-ltx.sty b/firstaid/pdflscape-ltx.sty index dc50cf53..15ef7520 100644 --- a/firstaid/pdflscape-ltx.sty +++ b/firstaid/pdflscape-ltx.sty @@ -1,7 +1,7 @@ %% %% This is file `pdflscape-ltx.sty', %% -%% Version: 2021/02/11 v0.3 +%% Version: 2021/02/22 v0.95a %% %% Copyright (C) 2021 The LaTeX3 Project %% @@ -24,8 +24,8 @@ %% This work consists of the main source file pdflscape-ltx.sty %% \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage {pdflscape-ltx}{2021/02/11}{v0.3} - {Display of landscape pages in PDF - adaption of pdflscape to pdfmanagement} +\ProvidesExplPackage {pdflscape-ltx}{2021/02/22}{v0.95a} + {Display of landscape pages in PDF - adaption of pdflscape to the PDFmanagement bundle (testphase)} \RequirePackage{lscape} % this always turns in the same direction as pdflscape does too. diff --git a/firstaid/transparent-ltx.sty b/firstaid/transparent-ltx.sty index eefebc68..be7a2522 100644 --- a/firstaid/transparent-ltx.sty +++ b/firstaid/transparent-ltx.sty @@ -4,7 +4,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020/10/01] \ProvidesExplPackage{transparent-ltx}% - {2021-02-10}{v1}{Transparency with color stacks (replacement for transparent.sty from Heiko Oberdiek)}% + {2021-02-22}{v0.95a}{Transparency with color stacks (replacement for transparent.sty from Heiko Oberdiek)}% \RequirePackage{l3opacity} diff --git a/firstaid/xcolor-patches-tmp-ltx.sty b/firstaid/xcolor-patches-tmp-ltx.sty index 245c517f..590ab440 100644 --- a/firstaid/xcolor-patches-tmp-ltx.sty +++ b/firstaid/xcolor-patches-tmp-ltx.sty @@ -1,6 +1,6 @@ %% LaTeX2e file `xcolor-patches.sty' %% -\ProvidesPackage{xcolor-patches-tmp-ltx}[2021/02/10 v0.2 patch xcolor for l3color] +\ProvidesPackage{xcolor-patches-tmp-ltx}[2021/02/22 v0.95a patch xcolor for l3color] \@ifundefined{color_set:nn}{\RequirePackage{l3color}}{} \ExplSyntaxOn @@ -8,7 +8,7 @@ \cs_gset_protected:Npn \@expl@color@set@@nnn #1 #2 #3 { \cs_if_exist:cT { __color_parse_model_ #2 :w } - { + { \color_set:nnn {#1}{#2}{#3} } }