From 41b65de3ca404c665b94ea7716f036ce4f024619 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 19 Mar 2023 03:01:21 +0000 Subject: CTAN sync 202303190301 --- .../biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty') diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty b/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty index a1a65e638a..b057a9ae79 100644 --- a/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty +++ b/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext-tabular.sty @@ -1,5 +1,5 @@ \ProvidesPackage{biblatex-ext-tabular} - [2022/06/18 v0.16 tabular bibliographies for biblatex (MW)] + [2023/03/18 v0.17 tabular bibliographies for biblatex (MW)] % Code based on Audrey's % (https://tex.stackexchange.com/users/4483/audrey) @@ -33,8 +33,8 @@ This is a fatal error. I'm aborting now}% \endinput} -\def\extblxtab@requiredbiblatexversion{3.15} -\def\extblxtab@requiredbiblatexdate{2020/08/19} +\def\extblxtab@requiredbiblatexversion{3.19} +\def\extblxtab@requiredbiblatexdate{2023/03/05} \@ifpackagelater{biblatex}{\extblxtab@requiredbiblatexdate} {} @@ -84,6 +84,9 @@ \ifundef\blx@default@thetitle {\let\blx@thetitle\@empty} {\let\blx@thetitle\blx@default@thetitle}% + \ifundef\blx@default@thefilter + {\let\blx@thefilter\@empty} + {\let\blx@thefilter\blx@default@thefilter}% \let\blx@key@env\extblxtab@key@env % redirect the 'env' option % to tabular envs % defaults @@ -117,6 +120,8 @@ % \printbibliography following one with this set will inherit any % previous "true" value \togglefalse{blx@omitnumbers}% + \expandafter\blx@key@filter\expandafter{\blx@thefilter}% + % Can only be defaulted once \blx@tempa is set since it filters on this \blx@kv@setkeys{blx@bib2}{#1}% ... now we have correct \blx@tempa, % set rest of options \blx@rest@actives -- cgit v1.2.3