summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex/blx-compat.def
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:35:15 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:35:15 +0000
commitc047122dd76be17f819bf86afd136bddf9f8c41f (patch)
treeb0068c3692a312dbad2025085e4e40bf0300d8dc /Master/texmf-dist/tex/latex/biblatex/blx-compat.def
parenta9aa077338c951ba3f5d90d923b4bb548dc7b3d8 (diff)
biblatex 1.6 2011/07/29
git-svn-id: svn://tug.org/texlive/trunk@23324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-compat.def')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex/blx-compat.def91
1 files changed, 33 insertions, 58 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-compat.def b/Master/texmf-dist/tex/latex/biblatex/blx-compat.def
index 12ceafc4e87..f976a1c996a 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.5 2011/06/08 18:45:46 lehman stable $
+% $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $
\ProvidesFile{blx-compat.def}
-[\abx@rcsid $Id: blx-compat.def,v 1.5 2011/06/08 18:45:46 lehman stable $
+[\abx@rcsid $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $
biblatex generic compatibility]
% LaTeX
@@ -9,71 +9,20 @@
\AtBeginDocument{%
\renewrobustcmd*{\bibliography}[1]{%
\blx@error
- {'\string\bibliography' invalid at this point}
- {'\string\bibliography' must be given in the
- preamble.\MessageBreak I'm ignoring the command}}}
+ {'\string\bibliography' invalid}
+ {Use '\string\addbibresource' instead.\MessageBreak
+ I'm ignoring this command}}}
\renewrobustcmd*{\bibliographystyle}[1]{%
\blx@error
{'\string\bibliographystyle' invalid}
{Use the package option 'style' instead.\MessageBreak
- I'm ignoring the command}}
+ I'm ignoring this command}}
-% Standard classes
+% standard classes
\DeclareOption{openbib}{\ExecuteBibliographyOptions{block=par}}
-% biblatex <0.9b
-
-\DeclareBibliographyOption{defernums}[true]{%
- \ExecuteBibliographyOptions{defernumbers=#1}}
-
-\newcommand*{\lbx@fromlang}{%
- \iffieldundef{origlanguage}
- {\unspace}
- {\bibstring{from\thefield{origlanguage}}}}
-
-% LaTeX, biblatex <0.9a
-
-\providecommand*{\thebibliography}{}
-\renewenvironment*{thebibliography}
- {\list{}{%
- \leftmargin\bibhang
- \itemindent-\leftmargin
- \itemsep\bibitemsep
- \parsep\bibparsep}}
- {\endlist}
-\newcommand*{\thebibitem}{\item}
-
-\defbibenvironment{bibliography}
- {\thebibliography}
- {\endthebibliography}
- {\thebibitem}
-
-\newenvironment*{theshorthands}
- {\list{\thefield{shorthand}}{%
- \labelwidth\shorthandwidth
- \labelsep\biblabelsep
- \leftmargin\labelwidth
- \advance\leftmargin\labelsep
- \itemsep\bibitemsep
- \parsep\bibparsep
- \def\makelabel##1{##1\hss}}}
- {\endlist}
-\newcommand*{\thelositem}{\item}
-
-\defbibenvironment{shorthands}
- {\theshorthands}
- {\endtheshorthands}
- {\thelositem}
-
-% Biblatex <0.8d
-
-\DeclareBibliographyOption{bibtex8}[true]{%
- \ifstrequal{#1}{true}
- {\ExecuteBibliographyOptions{backend=bibtex8}}
- {\ExecuteBibliographyOptions{backend=bibtex}}}
-
% memoir
\ifdef\ifnobibintoc
@@ -131,4 +80,30 @@
\let\ifkomabibtotocnumbered=\@firstoftwo}}
{}
+% biblatex <1.6
+
+\define@key{blx@bib}{maxnames}{\blx@warn@depropt{maxnames}}
+\define@key{blx@los}{maxnames}{\blx@warn@depropt{maxnames}}
+\define@key{blx@bbs}{maxnames}{\blx@warn@depropt{maxnames}}
+\define@key{blx@bbg}{maxnames}{\blx@warn@depropt{maxnames}}
+\define@key{blx@bbc}{maxnames}{\blx@warn@depropt{maxnames}}
+
+\define@key{blx@bib}{minnames}{\blx@warn@depropt{minnames}}
+\define@key{blx@los}{minnames}{\blx@warn@depropt{minnames}}
+\define@key{blx@bbs}{minnames}{\blx@warn@depropt{minnames}}
+\define@key{blx@bbg}{minnames}{\blx@warn@depropt{minnames}}
+\define@key{blx@bbc}{minnames}{\blx@warn@depropt{minnames}}
+
+\define@key{blx@bib}{maxitems}{\blx@warn@depropt{maxitems}}
+\define@key{blx@los}{maxitems}{\blx@warn@depropt{maxitems}}
+\define@key{blx@bbs}{maxitems}{\blx@warn@depropt{maxitems}}
+\define@key{blx@bbg}{maxitems}{\blx@warn@depropt{maxitems}}
+\define@key{blx@bbc}{maxitems}{\blx@warn@depropt{maxitems}}
+
+\define@key{blx@bib}{minitems}{\blx@warn@depropt{minitems}}
+\define@key{blx@los}{minitems}{\blx@warn@depropt{minitems}}
+\define@key{blx@bbs}{minitems}{\blx@warn@depropt{minitems}}
+\define@key{blx@bbg}{minitems}{\blx@warn@depropt{minitems}}
+\define@key{blx@bbc}{minitems}{\blx@warn@depropt{minitems}}
+
\endinput