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 | 91 |
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 |