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-dashed-common.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-dashed-common.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx index cf8c0245283..283a5b94e99 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx @@ -1,19 +1,22 @@ \ProvidesFile{ext-dashed-common.bbx} - [2019/02/08 v0.7 common files for extended biblatex + [2019/04/04 v0.7a common files for extended biblatex dashed bibliography styles (MW)] -\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{} +\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex} + {}{}{}{} % \DeclareBibliographyOption checks if an option is already defined. % if we want to overwrite the definition we need to trick it into % thinking the option has not been defined yet. \csundef{KV@blx@opt@pre@dashed} -% We want to define 'dashed' with a new type, so we need to make biblatex -% forget about the old type when it passes the options over to Biber. +% We want to define 'dashed' with a new type, so we need to make +% biblatex forget about the old type when it passes the options over to +% Biber. \ifundef\listcsremove {\extblx@warning@noline{% 'etoolbox' does not provide '\string\listcsremove'.\MessageBreak - Please update 'etoolbox' to v2.4 (2017-01-02)\MessageBreak or later}} + Please update 'etoolbox' to v2.4 (2017-01-02)\MessageBreak + or later}} {\listcsremove{blx@globalopts@boolean}{dashed}} \extblx@DeclareBTEOption[string]{dashed}[true]{% @@ -78,8 +81,8 @@ % biblatex-ext is released under the LaTeX Project Public License v1.3c % or later. % -% A complete list of files included in that package can be found in README.md -% or - failing that - in ext-standard.bbx. +% A complete list of files included in that package can be found in +% README.md or - failing that - in ext-standard.bbx. % % Official releases of this package are on CTAN % https://www.ctan.org/pkg/biblatex-ext |