diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-08 22:54:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-08 22:54:50 +0000 |
commit | 6aec567aac27c67a7124b7e5ebc39220997229e9 (patch) | |
tree | 67493ad01fbbdc955dd7e07255780f6353386dd0 /Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx | |
parent | 828b53f81144c4f0f622ce4106cba2851693bdfb (diff) |
biblatex-ext (8feb19)
git-svn-id: svn://tug.org/texlive/trunk@49973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx index 02f1247de23..378f0ac21a7 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric.cbx @@ -1,5 +1,5 @@ \ProvidesFile{ext-numeric.cbx} - [2019/01/11 v0.6b extended biblatex numeric citation style (MW)] + [2019/02/08 v0.7 extended biblatex numeric citation style (MW)] \blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{} @@ -86,6 +86,18 @@ {\multicitedelim} {\usebibmacro{postnote}} +\DeclareCiteCommand{\supercite}[\mkextblxsupercite] + {\iffieldundef{prenote} + {} + {\BibliographyWarning{Ignoring prenote argument}}% + \iffieldundef{postnote} + {} + {\BibliographyWarning{Ignoring postnote argument}}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\supercitedelim} + {} + \DeclareCiteCommand{\cbx@textcite}[\mkoutertextcitedelims] {\usebibmacro{textcite:init}} {\usebibmacro{citeindex}% |