diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx index 5aca28eb5b8..160036883b3 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx @@ -1,7 +1,7 @@ -% $Id: numeric.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $ +% $Id: numeric.bbx,v 0.9d 2010/09/03 20:11:58 lehman beta $ \ProvidesFile{numeric.bbx} -[\abx@bbxid $Id: numeric.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $] +[\abx@bbxid $Id: numeric.bbx,v 0.9d 2010/09/03 20:11:58 lehman beta $] \RequireBibliographyStyle{standard} \ExecuteBibliographyOptions{labelnumber} @@ -21,7 +21,9 @@ \defbibenvironment{bibliography} {\list - {\printfield[labelnumberwidth]{labelnumber}} + {\printtext[labelnumberwidth]{% + \printfield{prefixnumber}% + \printfield{labelnumber}}} {\setlength{\labelwidth}{\labelnumberwidth}% \setlength{\leftmargin}{\labelwidth}% \setlength{\labelsep}{\biblabelsep}% |