diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx index 6c725966b7f..cfc18f1da5c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-comp.cbx @@ -1,5 +1,5 @@ \ProvidesFile{ext-numeric-comp.cbx} - [2020/03/15 v0.8d extended biblatex numeric-comp citation style (MW)] + [2020/05/05 v0.8e extended biblatex numeric-comp citation style (MW)] \blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex} {}{}{}{} @@ -126,6 +126,7 @@ \DeclareMultiCiteCommand{\smartcites}[\mksmartcite] {\smartcite}{\multicitedelim} + \DeclareCiteCommand{\bbx@xrefcite}[\mkouterbbx@xrefcitedelims] {\boolfalse{citetracker}% \boolfalse{pagetracker}% @@ -136,11 +137,9 @@ {} \renewbibmacro*{bbx:introcite}{% - \printfield{labelprefix}% - \printfield{labelnumber}% - \ifbool{bbx:subentry} - {\printfield{entrysetcount}} - {}} + \usebibmacro{cite:init}% + \usebibmacro{cite:comp}% + \usebibmacro{cite:dump}} \endinput % |