Skip to content

Commit

Permalink
adapt firstaid dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Feb 21, 2021
1 parent 3333f5f commit 74de9fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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
%%
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion firstaid/transparent-ltx.sty
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions firstaid/xcolor-patches-tmp-ltx.sty
@@ -1,14 +1,14 @@
%% 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
\cs_gset_eq:NN \@expl@color@set@@nnn \color_set:nnn
\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}
}
}
Expand Down

0 comments on commit 74de9fe

Please sign in to comment.