diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-17 22:46:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-17 22:46:38 +0000 |
commit | 1445c584db507222557602e4fb9790061d03abdb (patch) | |
tree | 00431414668cf2e349c60bc1eaaea28ec38e3d47 /Master/texmf-dist/doc/latex/biblatex/examples | |
parent | 949a40dc13f864beaec0654b15a8002760168143 (diff) |
biblatex 2.2 (17aug12)
git-svn-id: svn://tug.org/texlive/trunk@27438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples')
43 files changed, 48 insertions, 49 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex b/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex index ac99a7b3704..21713630997 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex @@ -17,7 +17,7 @@ % % We are using the 'authoryear' style in this example. % The default is the 'numerical' style. -\usepackage[style=authoryear]{biblatex} +\usepackage[style=authoryear,backend=biber]{biblatex} % % We use the database biblatex-examples.bib. \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex index 4dcea33ce3b..809dc32b6de 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex @@ -8,7 +8,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=reading,abstract=false]{biblatex} +\usepackage[style=reading,abstract=false,backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} \usepackage{hyperref} \begin{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex index ce3736b2442..70a7f686156 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex @@ -28,7 +28,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=numeric]{biblatex} +\usepackage[style=numeric,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \begin{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex b/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex index 30a0629c99e..75fec27d144 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex @@ -26,7 +26,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear]{biblatex} +\usepackage[style=authoryear,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex b/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex index 04235c3e6ba..a3c537eb797 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex @@ -7,14 +7,14 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear]{biblatex} +\usepackage[style=authoryear,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} \defbibheading{subbibliography}{% \section*{% Chapter \therefsegment: - \nameref{refsegment:\therefsegment}}} + \nameref{refsegment:\therefsection\therefsegment}}} \begin{document} \chapter{Title of first chapter} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex b/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex index 1c3217633ad..7c4c9ea0f0f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex @@ -21,7 +21,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle]{biblatex} +\usepackage[style=authortitle,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \begin{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex b/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex index ad5301b2d52..3099f8bd9f9 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex @@ -9,7 +9,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle]{biblatex} +\usepackage[style=authortitle,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \DeclareBibliographyCategory{primary} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex b/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex index 7df1f1b6f4e..483bdb386a1 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex @@ -6,7 +6,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear]{biblatex} +\usepackage[style=authoryear,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \begin{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex index da32d19ae69..d88471fc40d 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex @@ -15,7 +15,7 @@ % When using prefixed numerical labels, the labels must be assigned % as the bibliography is generated. That's why we set % defernumbers=true here: -\usepackage[style=numeric,defernumbers]{biblatex} +\usepackage[style=numeric,defernumbers,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex index 0179dcc66f7..1b0320982cd 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex @@ -1,12 +1,12 @@ % % This example is almost the same as the previous one except that -% the catch-all sub-bibliography does not assing any prefix. +% the catch-all sub-bibliography does not assign any prefix. % \documentclass[a4paper,oneside]{article} \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=numeric,defernumbers]{biblatex} +\usepackage[style=numeric,defernumbers,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex index ff2edf08909..eff34127d7f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex @@ -14,7 +14,7 @@ % labels by setting 'labelnumber=true'. We also set % 'defernumbers=true'. This will be required by the 'omitnumbers' % option used below. -\usepackage[style=authoryear,labelnumber,defernumbers]{biblatex} +\usepackage[style=authoryear,labelnumber,defernumbers,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex b/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex index f6d081ef695..dbf40cc0bb6 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=alphabetic]{biblatex} +\usepackage[style=alphabetic,backend=biber]{biblatex} \usepackage{hyperref} \usepackage{nameref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex b/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex index 5b8a3d2df1c..d905168b33e 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex @@ -23,7 +23,7 @@ % only reason we're indexing the bibliography in this example is to % get a larger index. For a change, let's also use the 'authortitle' % style in this example. -\usepackage[indexing,style=authortitle]{biblatex} +\usepackage[indexing,style=authortitle,backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} % % The 'makeidx' package provides indexing facilities on a fairly diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex index 3f7ceedbaa5..fef863a4516 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex @@ -15,18 +15,18 @@ % \documentclass[a4paper]{article} \usepackage[T1]{fontenc} +% +% The 'index' package provides advanced indexing facilities with +% support for multiple indexes. +\usepackage{index} \usepackage[american]{babel} \usepackage{csquotes} % % We set the 'indexing' package option and use the 'authortitle' % style in this example. -\usepackage[indexing,style=authortitle,babel=hyphen]{biblatex} +\usepackage[indexing,style=authortitle,babel=hyphen,backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} % -% The 'index' package provides advanced indexing facilities with -% support for multiple indexes. -\usepackage{index} -% % We want three indexes: a general index, an index of names, and an % index of titles. They are defined by way of \newindex, see the % documentation of the 'index' package for details. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex index cc42afd58c4..335e5bfe4a5 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=numeric,subentry]{biblatex} +\usepackage[style=numeric,subentry,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex index 8ed6e23e62a..4cb1a8e6805 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=numeric-comp,subentry]{biblatex} +\usepackage[style=numeric-comp,subentry,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex index de8aed7a498..a4d0bacce0c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=numeric-verb,subentry]{biblatex} +\usepackage[style=numeric-verb,subentry,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex index fc026019e0f..1561614b507 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=alphabetic]{biblatex} +\usepackage[style=alphabetic,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex b/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex index 17044b73928..0644a782fe7 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=alphabetic-verb]{biblatex} +\usepackage[style=alphabetic-verb,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex b/Master/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex index 1c8bf652dad..43f84e66b2f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/42-style-alphabetic-template.tex @@ -6,7 +6,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[backend=biber,style=alphabetic]{biblatex} +\usepackage[backend=biber,style=alphabetic,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex b/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex index 10aef58a099..9389f5b702f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear]{biblatex} +\usepackage[style=authoryear,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \setlength{\parindent}{0pt} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex index 8df70e64ec0..ed76e03b0c9 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear-ibid]{biblatex} +\usepackage[style=authoryear-ibid,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex index 839e73cbcd9..3133f7c8686 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear-comp]{biblatex} +\usepackage[style=authoryear-comp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex index 28b5ce7d105..a6ffe4a5abc 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authoryear-icomp]{biblatex} +\usepackage[style=authoryear-icomp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex b/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex index 528629e457d..b4911028d54 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle]{biblatex} +\usepackage[style=authortitle,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex index f6c1320081d..60c0eb8913c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-ibid]{biblatex} +\usepackage[style=authortitle-ibid,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex index ddf81fe41f3..8ed5859b0f5 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-comp]{biblatex} +\usepackage[style=authortitle-comp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex index cb84726e142..5cb8b32b2e6 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-icomp]{biblatex} +\usepackage[style=authortitle-icomp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex b/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex index 78baf541655..0d34bbe6ca9 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-terse]{biblatex} +\usepackage[style=authortitle-terse,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex index 0d8eaefde10..6156825c927 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-tcomp]{biblatex} +\usepackage[style=authortitle-tcomp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex index 278242cfbfe..f0b6bc16db7 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=authortitle-ticomp]{biblatex} +\usepackage[style=authortitle-ticomp,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex index 11809c3b190..5a84c979873 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose]{biblatex} +\usepackage[style=verbose,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex index 4b22edc535f..453b13f919a 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-ibid]{biblatex} +\usepackage[style=verbose-ibid,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex index 22014277e3f..171bdbab1bd 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-note]{biblatex} +\usepackage[style=verbose-note,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex index 8689e3048ce..bba21bf5ed4 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-inote]{biblatex} +\usepackage[style=verbose-inote,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex index 40d3db7e8bb..ac79202f416 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[german,american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-trad1]{biblatex} +\usepackage[style=verbose-trad1,backend=biber]{biblatex} \usepackage{tabularx} \usepackage{booktabs} \addbibresource{biblatex-examples.bib} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex index f5fe794b06d..1059726d852 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-trad2]{biblatex} +\usepackage[style=verbose-trad2,backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex index 9d3dc5d9b70..493c32db920 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=verbose-trad3]{biblatex} +\usepackage[style=verbose-trad3,backend=biber]{biblatex} \addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex index e5aeb24248d..7a1f3da6636 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=reading]{biblatex} +\usepackage[style=reading,backend=biber]{biblatex} \usepackage{tabularx} \usepackage{hyperref} \usepackage{booktabs} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex index 2def7708794..3c3ea29c189 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=draft]{biblatex} +\usepackage[style=draft,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex index 8ea47d6e9a7..12c922f0e95 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex @@ -5,7 +5,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[style=debug]{biblatex} +\usepackage[style=debug,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} % Some generic settings: diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex b/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex index 387be91216a..81d1bdecc0e 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex @@ -6,7 +6,7 @@ \usepackage[T1]{fontenc} \usepackage[american]{babel} \usepackage{csquotes} -\usepackage[backend=biber,style=authoryear,sortcites,sorting=ynt]{biblatex} +\usepackage[style=authoryear,sortcites,sorting=ynt,backend=biber]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-examples.bib} \begin{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib index 2b1cc3178a5..b86e9bf01f6 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib @@ -1,4 +1,3 @@ -@PREAMBLE{ "\RequireBiber[2]" } @string{anch-ie = {Angew.~Chem. Int.~Ed.} } @string{cup = {Cambridge University Press} } @string{dtv = {Deutscher Taschenbuch-Verlag} } |