diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-compat.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/blx-compat.def | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-compat.def b/Master/texmf-dist/tex/latex/biblatex/blx-compat.def index f976a1c996a..2e0a9fbfec2 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-compat.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-compat.def @@ -1,7 +1,7 @@ -% $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: blx-compat.def,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{blx-compat.def} -[\abx@rcsid $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: blx-compat.def,v 1.7 2011/11/13 19:09:07 lehman stable $ biblatex generic compatibility] % LaTeX @@ -23,6 +23,16 @@ \DeclareOption{openbib}{\ExecuteBibliographyOptions{block=par}} +% biblatex <0.9b + +\DeclareBibliographyOption{defernums}[true]{% + \ExecuteBibliographyOptions{defernumbers=#1}} + +\providecommand*{\lbx@fromlang}{% + \iffieldundef{origlanguage} + {\unspace} + {\bibstring{from\thefield{origlanguage}}}} + % memoir \ifdef\ifnobibintoc |