diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-31 21:19:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-31 21:19:50 +0000 |
commit | b2439e9e5dd09984ac01086d838e990a9bd38605 (patch) | |
tree | d0ad52a0017a1e5c1c57f0fd5373f618e0899c3e /Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def | |
parent | dd2c989a4c29225695426ab015ad7b9506d4bc56 (diff) |
biblatex (31aug19)
git-svn-id: svn://tug.org/texlive/trunk@52004 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def index 84dd53e8197..c333e5f17d3 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-bibtex.def @@ -406,8 +406,6 @@ % in \blx@refcontext@labelprefix@real and pass it to the aux file. % There are differences to the result obtained with Biber, % but it should be good enough for very simple applications. -% One example is that for BibTeX 'resetnumbers' is explicitly required, -% while Biber's labelprefix implementation sets 'resetnumbers' implicitly. \define@key{blx@refcontext}{labelprefix}{% \xdef\blx@refcontext@labelprefix@real{#1}% \iftoggle{blx@defernumbers} @@ -419,9 +417,8 @@ {}}% \ifundef{\blx@bibtexwarn@labelprefix@used} {\blx@warning@noline{% - The option 'labelprefix' may need explicit\MessageBreak - 'resetnumbers' for split bibliographies\MessageBreak - and is overall restricted when used with BibTeX.\MessageBreak + The option 'labelprefix' is limited\MessageBreak + when used with BibTeX.\MessageBreak Consider using Biber instead}% \global\let\blx@bibtexwarn@labelprefix@used\@empty} {}} |