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-verb.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-verb.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-verb.cbx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-verb.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-verb.cbx index 1750bc50594..e9e4483e62a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-verb.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-numeric-verb.cbx @@ -1,5 +1,5 @@ \ProvidesFile{ext-numeric-verb.cbx} - [2019/01/11 v0.6b extended biblatex numeric-verb citation style (MW)] + [2019/02/08 v0.7 extended biblatex numeric-verb citation style (MW)] \blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{} @@ -77,6 +77,18 @@ {\usebibmacro{postnote}% \csuse{extblx@citedelim@\blx@delimcontext @inner@close}} +\DeclareCiteCommand{\supercite}[\mkextblxsupercite] + {\iffieldundef{prenote} + {} + {\BibliographyWarning{Ignoring prenote argument}}% + \iffieldundef{postnote} + {} + {\BibliographyWarning{Ignoring postnote argument}}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\supercitedelim} + {} + \DeclareMultiCiteCommand{\parencites}[\mkouterparencitedelims] {\parencite}{\multicitedelim} \DeclareMultiCiteCommand{\footcites}[\mkextblxfootcite] |