diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-23 21:42:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-23 21:42:39 +0000 |
commit | 65e275a0bf822d6abaa473b7768030f4f73a833b (patch) | |
tree | 58c3d03b8425f4b7b86aac14bcbae5a153ec4361 /Master/texmf-dist/tex/latex/biblatex-ext/ext-dashed-common.bbx | |
parent | 34d10d7ff2122fc34d1e535106202155ca85b4ff (diff) |
biblatex-ext (23nov18)
git-svn-id: svn://tug.org/texlive/trunk@49232 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 | 6 |
1 files changed, 3 insertions, 3 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 0e378a896cd..d68fe252e9d 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,5 +1,5 @@ \ProvidesFile{ext-dashed-common.bbx} - [2018/10/09 v0.5a common files for extended biblatex + [2018/11/23 v0.6 common files for extended biblatex dashed bibliography styles (MW)] % \DeclareBibliographyOption checks if an option is already defined. @@ -14,7 +14,7 @@ Please update 'etoolbox' to v2.4 (2017-01-02)\MessageBreak or later}} {\listcsremove{blx@globalopts@boolean}{dashed}} -\DeclareBibliographyOption[string]{dashed}[true]{% +\extblx@DeclareBTEOption[string]{dashed}[true]{% \ifcsdef{extblx@opt@dashed@#1} {\csuse{extblx@opt@dashed@#1}} {\PackageWarningNoLine{biblatex-ext}{% @@ -65,7 +65,7 @@ \renewbibmacro*{bbx:savehash}{}% \renewbibmacro*{bbx:dashcheck}[2]{##2}} -% We need to execute the option that were already executed +% We need to execute the options that were already executed % by the standard styles again, because we changed the % underlying definitions. \ExecuteBibliographyOptions{dashed=true}% |