diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-05 23:51:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-05 23:51:11 +0000 |
commit | 24f27b13d3ff59a9fc025ce009af154a95fd9acf (patch) | |
tree | ab567aa908a22d634c40bf2037cca0ae2f38be7f /Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx | |
parent | 95108cf71ce35a8dc9cb0739da991e6c4b950f4a (diff) |
revert to biblatex 3.7, since 3.8 (and companion biber) was apparently not ready
git-svn-id: svn://tug.org/texlive/trunk@45702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx index efcc901a715..26625b06fb7 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx @@ -5,18 +5,11 @@ \renewcommand*{\iffinalcitedelim}{\iflastcitekey} -\providebool{bbx:subentry} - -\DeclareFieldFormat{entrysetcount}{\mkbibparens{\mknumalph{#1}}} - \newbibmacro*{cite}{% \printtext[bibhyperref]{% \printfield{labelprefix}% \printfield{labelalpha}% - \printfield{extraalpha}% - \ifbool{bbx:subentry} - {\printfield{entrysetcount}} - {}}} + \printfield{extraalpha}}} \newbibmacro*{textcite}{% \ifnameundef{labelname} |