Skip to content

Commit

Permalink
Release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Jun 8, 2021
1 parent 29c83dd commit 9d79baf
Show file tree
Hide file tree
Showing 77 changed files with 86 additions and 83 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## Version 0.13 (2021-06-08)

See <https://github.com/moewew/biblatex-ext/compare/v0.12b...HEAD>
See <https://github.com/moewew/biblatex-ext/compare/v0.12b...v0.13>

### Added
- `titlecase:biblabeltitle` and `biblabeltitle` formats to format
Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-oa-doiapi.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesPackage{biblatex-ext-oa-doiapi}
[2021/04/22 v0.12b Obtain open access information from DOI via
[2021/06/08 v0.13 Obtain open access information from DOI via
unpaywall.org and doi.org (MW)]

\RequirePackage{etoolbox}
Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-oa.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesPackage{biblatex-ext-oa}
[2021/04/22 v0.12b mark open access in biblatex bibliographies (MW)]
[2021/06/08 v0.13 mark open access in biblatex bibliographies (MW)]

\RequirePackage{etoolbox}

Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-oasymb-l3draw.sty
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\RequirePackage{expl3}

\ProvidesExplPackage {biblatex-ext-oasymb-l3draw}
{2021/04/22} {0.12b}
{2021/06/08} {0.13}
{open access symbols with l3draw (MW)}

\RequirePackage{xparse}
Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-oasymb-pict2e.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesPackage{biblatex-ext-oasymb-pict2e}
[2021/04/22 v0.12b open access symbols with pict2e (MW)]
[2021/06/08 v0.13 open access symbols with pict2e (MW)]

\RequirePackage{etoolbox}
\RequirePackage{kvoptions}
Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-oasymb-tikz.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesPackage{biblatex-ext-oasymb-tikz}
[2021/04/22 v0.12b open access symbols with TikZ (MW)]
[2021/06/08 v0.13 open access symbols with TikZ (MW)]

\RequirePackage{etoolbox}
\RequirePackage{kvoptions}
Expand Down
2 changes: 1 addition & 1 deletion biblatex-ext-tabular.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesPackage{biblatex-ext-tabular}
[2021/04/22 v0.12b tabular bibliographies for biblatex (MW)]
[2021/06/08 v0.13 tabular bibliographies for biblatex (MW)]

% Code based on Audrey's
% (https://tex.stackexchange.com/users/4483/audrey)
Expand Down
9 changes: 6 additions & 3 deletions biblatex-ext.tex
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@

\newcommand*{\ctan}{\mkbibacro{CTAN}}
\newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext}
\newcommand*{\extblxversion}{0.12b}
\newcommand*{\extblxversion}{0.13}
\newcommand*{\biber}{Biber}
\newcommand*{\gitissuelink}[1]{%
\href{\gitbaseurl/issues/#1}{issue \##1 on github}}
Expand Down Expand Up @@ -659,7 +659,7 @@
author = {Moritz Wemheuer},
email = {[email protected]},%
revision = {\extblxversion},
date = {\DTMDate{2021-04-22}},
date = {\DTMDate{2021-06-08}},
}

\hypersetup{%
Expand Down Expand Up @@ -3937,9 +3937,12 @@ \section{Revision History}\label{sec:log}

The numbers on the right indicate the relevant section of the manual.
\begin{changelog}
\begin{release}{<version>}{<date>}
\begin{release}{0.13}{2021-06-08}
\item Fixed title formatting with related entries in
\blxstyle{authoryear} style family
\item Added \hyperbibfieldformat{biblabeltitle} and
\hyperbibfieldformat{titlecase:biblabeltitle} field formats
\see{sec:opt:field}
\end{release}
\begin{release}{0.12b}{2021-04-22}
\item Fixed bug with refcontext assignment in
Expand Down
4 changes: 2 additions & 2 deletions blxextdoiapi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ blxextdoiapi = blxextdoiapi or {}

local blxextdoiapi_module = {
name = "blxextdoiapi",
version = "v0.12b",
date = "2021/04/22",
version = "v0.13",
date = "2021/06/08",
description = "Obtain open access information from DOI via unpaywall.org",
author = "Moritz Wemheuer",
license = "LPPL v1.3c",
Expand Down
2 changes: 1 addition & 1 deletion ext-alphabetic-verb.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-alphabetic-verb.bbx}
[2021/04/22 v0.12b extended biblatex alphabetic-verb
[2021/06/08 v0.13 extended biblatex alphabetic-verb
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-alphabetic-verb.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-alphabetic-verb.cbx}
[2021/04/22 v0.12b extended biblatex alphabetic-verb citation style
[2021/06/08 v0.13 extended biblatex alphabetic-verb citation style
(MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-alphabetic.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-alphabetic.bbx}
[2021/04/22 v0.12b extended biblatex alphabetic bibliography style (MW)]
[2021/06/08 v0.13 extended biblatex alphabetic bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
\RequireBibliographyStyle{alphabetic}
Expand Down
2 changes: 1 addition & 1 deletion ext-alphabetic.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-alphabetic.cbx}
[2021/04/22 v0.12b extended biblatex alphabetic citation style (MW)]
[2021/06/08 v0.13 extended biblatex alphabetic citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
{}{}{}{}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-common.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-common.bbx}
[2021/04/22 v0.12b common files for extended biblatex
[2021/06/08 v0.13 common files for extended biblatex
authortitle bibliography styles (MW)]

\RequireBibliographyStyle{ext-dashed-common}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-comp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-comp.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-comp
[2021/06/08 v0.13 extended biblatex authortitle-comp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-comp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-comp.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-comp
[2021/06/08 v0.13 extended biblatex authortitle-comp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-ibid.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-ibid.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-ibid
[2021/06/08 v0.13 extended biblatex authortitle-ibid
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-ibid.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-ibid.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-ibid
[2021/06/08 v0.13 extended biblatex authortitle-ibid
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-icomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-icomp.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-icomp
[2021/06/08 v0.13 extended biblatex authortitle-icomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-icomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-icomp.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-icomp
[2021/06/08 v0.13 extended biblatex authortitle-icomp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-tcomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-tcomp.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-tcomp
[2021/06/08 v0.13 extended biblatex authortitle-tcomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-tcomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-tcomp.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-tcomp
[2021/06/08 v0.13 extended biblatex authortitle-tcomp
citation style (MW)]

\RequireCitationStyle{ext-authortitle-comp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-terse.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-terse.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-terse
[2021/06/08 v0.13 extended biblatex authortitle-terse
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-terse.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-terse.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-terse
[2021/06/08 v0.13 extended biblatex authortitle-terse
citation style (MW)]

\RequireCitationStyle{ext-authortitle}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-ticomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-ticomp.bbx}
[2021/04/22 v0.12b extended biblatex authortitle-ticomp
[2021/06/08 v0.13 extended biblatex authortitle-ticomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle-ticomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle-ticomp.cbx}
[2021/04/22 v0.12b extended biblatex authortitle-ticomp citation style
[2021/06/08 v0.13 extended biblatex authortitle-ticomp citation style
(MW)]

\RequireCitationStyle{ext-authortitle-icomp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle.bbx}
[2021/04/22 v0.12b extended biblatex authortitle
[2021/06/08 v0.13 extended biblatex authortitle
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authortitle.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authortitle.cbx}
[2021/04/22 v0.12b extended biblatex authortitle citation style (MW)]
[2021/06/08 v0.13 extended biblatex authortitle citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
{}{}{}{}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-common.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-common.bbx}
[2021/04/22 v0.12b common files for extended biblatex
[2021/06/08 v0.13 common files for extended biblatex
authoryear bibliography styles (MW)]

\RequireBibliographyStyle{ext-dashed-common}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-comp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-comp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-comp
[2021/06/08 v0.13 extended biblatex authoryear-comp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-comp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-comp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-comp
[2021/06/08 v0.13 extended biblatex authoryear-comp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ecomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ecomp.bbx}
[2021/04/22 v0.12b biblatex authoryear-ecomp
[2021/06/08 v0.13 biblatex authoryear-ecomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ecomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ecomp.cbx}
[2021/04/22 v0.12b biblatex authoryear-ecomp
[2021/06/08 v0.13 biblatex authoryear-ecomp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ibid.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ibid.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-ibid
[2021/06/08 v0.13 extended biblatex authoryear-ibid
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ibid.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ibid.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-ibid
[2021/06/08 v0.13 extended biblatex authoryear-ibid
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-icomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-icomp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-icomp
[2021/06/08 v0.13 extended biblatex authoryear-icomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-icomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-icomp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-icomp
[2021/06/08 v0.13 extended biblatex authoryear-icomp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-iecomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-iecomp.bbx}
[2021/04/22 v0.12b biblatex authoryear-iecomp
[2021/06/08 v0.13 biblatex authoryear-iecomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-iecomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-iecomp.cbx}
[2021/04/22 v0.12b biblatex authoryear-iecomp
[2021/06/08 v0.13 biblatex authoryear-iecomp
citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tcomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tcomp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-tcomp
[2021/06/08 v0.13 extended biblatex authoryear-tcomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tcomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tcomp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-tcomp
[2021/06/08 v0.13 extended biblatex authoryear-tcomp
citation style (MW)]

\RequireCitationStyle{ext-authoryear-comp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tecomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tecomp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-tecomp
[2021/06/08 v0.13 extended biblatex authoryear-tecomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tecomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tecomp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-tecomp
[2021/06/08 v0.13 extended biblatex authoryear-tecomp
citation style (MW)]

\RequireCitationStyle{ext-authoryear-ecomp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-terse.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-terse.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-terse
[2021/06/08 v0.13 extended biblatex authoryear-terse
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-terse.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-terse.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-terse
[2021/06/08 v0.13 extended biblatex authoryear-terse
citation style (MW)]

\RequireCitationStyle{ext-authoryear}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ticomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ticomp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-ticomp
[2021/06/08 v0.13 extended biblatex authoryear-ticomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-ticomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ticomp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-ticomp citation style
[2021/06/08 v0.13 extended biblatex authoryear-ticomp citation style
(MW)]

\RequireCitationStyle{ext-authoryear-icomp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tiecomp.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tiecomp.bbx}
[2021/04/22 v0.12b extended biblatex authoryear-tiecomp
[2021/06/08 v0.13 extended biblatex authoryear-tiecomp
bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear-tiecomp.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tiecomp.cbx}
[2021/04/22 v0.12b extended biblatex authoryear-tiecomp citation style
[2021/06/08 v0.13 extended biblatex authoryear-tiecomp citation style
(MW)]

\RequireCitationStyle{ext-authoryear-iecomp}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear.bbx}
[2021/04/22 v0.12b extended biblatex authoryear bibliography style (MW)]
[2021/06/08 v0.13 extended biblatex authoryear bibliography style (MW)]

\RequireBibliographyStyle{ext-standard}
\RequireBibliographyStyle{authoryear}
Expand Down
2 changes: 1 addition & 1 deletion ext-authoryear.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear.cbx}
[2021/04/22 v0.12b extended biblatex authoryear citation style (MW)]
[2021/06/08 v0.13 extended biblatex authoryear citation style (MW)]

\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}
{}{}{}{}
Expand Down
2 changes: 1 addition & 1 deletion ext-biblatex-aux.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesFile{ext-biblatex-aux.def}
[2021/04/22 v0.12b auxiliaries for extended biblatex citation style
[2021/06/08 v0.13 auxiliaries for extended biblatex citation style
(MW)]

\def\extblx@requiredbiblatexversion{3.16}
Expand Down
Loading

0 comments on commit 9d79baf

Please sign in to comment.