diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
commit | 51826e690ad1c167b12b52e25604ed3579a989ba (patch) | |
tree | 473a2307448528e7ece67821b6c355a078b95f12 /Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx | |
parent | acab24042d34dd439e1d074820d1da2fa1d591cd (diff) |
biblatex-ext (4apr19)
git-svn-id: svn://tug.org/texlive/trunk@50759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx index b8d7ab7138a..7d25d5a4235 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-standard.bbx @@ -1,11 +1,12 @@ -% biblatex-ext v0.7 (2019-02-08) +% biblatex-ext v0.7a (2019-04-04) % Maintainer: Moritz Wemheuer % Licence: LaTeX Project Public License v1.3c or later % \ProvidesFile{ext-standard.bbx} - [2019/02/08 v0.7 extended biblatex standard style (MW)] + [2019/04/04 v0.7a extended biblatex standard style (MW)] -\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{} +\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex} + {}{}{}{} \RequireBibliographyStyle{standard} @@ -123,7 +124,8 @@ % This macro is used in \defbibenvironment \newbibmacro*{introcite:break}{% - \settowidth{\extbl@this@introcitewidth}{\usebibmacro{introcite:typeset}}% + \settowidth{\extbl@this@introcitewidth} + {\usebibmacro{introcite:typeset}}% \ifdimgreater{\extbl@this@introcitewidth}{\introcitewidth} {\introcitebreak} {}} @@ -1208,7 +1210,9 @@ % Copyright 2017-2019 Moritz Wemheuer % -% This work consists of the `.bbx`, `.cbx`, `.def`, `.sty` and `.lua` files +% This work consists of the `.bbx`, `.cbx`, `.def`, `.sty` and `.lua` +% files +% % ext-standard.bbx % ext-biblatex-aux.def % ext-dashed-common.bbx @@ -1264,10 +1268,13 @@ % % This work has the LPPL maintenance status 'maintained'. % -% The Current Maintainer of the work is Moritz Wemheuer <mwemheu@gmail.com>. +% The Current Maintainer of the work is Moritz Wemheuer +% <mwemheu@gmail.com>. % -% Please report bugs at https://github.com/moewew/biblatex-ext or via email. -% Suggestions for improvements and feature request are also very welcome. +% Please report bugs at https://github.com/moewew/biblatex-ext or +% via email. +% Suggestions for improvements and feature request are also very +% welcome. % % The bundle is available on CTAN % https://www.ctan.org/pkg/biblatex-ext |