diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
commit | ab5d6cd04710c0e8333450c51d13797d8d72aff0 (patch) | |
tree | c98edfaafa99e837254e2af8d769a171f012344e /Master/texmf-dist/doc/latex/biblatex/examples | |
parent | 87c9798fd0683af80bab34cff8a68fc61579c159 (diff) |
biblatex 1.2a (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples')
40 files changed, 41 insertions, 45 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 c30358dd017..ac99a7b3704 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex @@ -1,9 +1,6 @@ % % This file briefly presents the main citation commands. It also % illustrates the typical structure of a document based on biblatex. -% Note that the \bibliography command is used in the document -% preamble and that there is no \bibliographystyle command at all. -% The bibliography is printed by way of \printbibliography. % \documentclass[a4paper]{article} \usepackage[T1]{fontenc} @@ -22,9 +19,8 @@ % The default is the 'numerical' style. \usepackage[style=authoryear]{biblatex} % -% Note that the \bibliography command is used in the document -% preamble. Our database file is 'biblatex-examples'. -\bibliography{biblatex-examples} +% We use the database biblatex-examples.bib. +\addbibresource{biblatex-examples.bib} % % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} 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 4dfbf8fd7f7..4dcea33ce3b 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex @@ -9,7 +9,7 @@ \usepackage[american]{babel} \usepackage{csquotes} \usepackage[style=reading,abstract=false]{biblatex} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \usepackage{hyperref} \begin{document} \nocite{*} 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 76328595e6c..ce3736b2442 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 @@ -30,7 +30,7 @@ \usepackage{csquotes} \usepackage[style=numeric]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \begin{document} \chapter{Title of first chapter} 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 f30c8b758a2..30a0629c99e 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 @@ -29,7 +29,7 @@ \usepackage[style=authoryear]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \defbibheading{subbibliography}{% \section*{% Chapter \therefsection: 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 4ed175cccf3..04235c3e6ba 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 @@ -10,7 +10,7 @@ \usepackage[style=authoryear]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \defbibheading{subbibliography}{% \section*{% Chapter \therefsegment: 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 e7ac2aa3646..1c3217633ad 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 @@ -23,7 +23,7 @@ \usepackage{csquotes} \usepackage[style=authortitle]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \begin{document} \chapter{References by keyword} 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 07e6c44f89f..ad5301b2d52 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 @@ -11,7 +11,7 @@ \usepackage{csquotes} \usepackage[style=authortitle]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \DeclareBibliographyCategory{primary} \DeclareBibliographyCategory{secondary} \addtocategory{primary}{aristotle:anima,aristotle:physics,averroes/bland} 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 ca7524a8705..7df1f1b6f4e 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 @@ -8,7 +8,7 @@ \usepackage{csquotes} \usepackage[style=authoryear]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \begin{document} \chapter{References by type} 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 6cc02e6d35f..da32d19ae69 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 @@ -18,7 +18,7 @@ \usepackage[style=numeric,defernumbers]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % A catch-all filter for all items which are not assigned to a % dedicated sub-bibliography: \defbibfilter{other}{ 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 3d2071f5cf2..0179dcc66f7 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 @@ -9,7 +9,7 @@ \usepackage[style=numeric,defernumbers]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \defbibfilter{other}{ not type=article and 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 bbdd97761b8..ff2edf08909 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 @@ -17,7 +17,7 @@ \usepackage[style=authoryear,labelnumber,defernumbers]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % We define a dedicated citation command for online references which % uses numerical labels instead of the author-year scheme. Instead 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 283f6fd1f20..f6d081ef695 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 @@ -8,7 +8,7 @@ \usepackage[style=alphabetic]{biblatex} \usepackage{hyperref} \usepackage{nameref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % A catch-all filter for all items which are not assigned to a % dedicated sub-bibliography: \defbibfilter{other}{ 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 2bf0ce51f4e..5b8a3d2df1c 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 @@ -24,7 +24,7 @@ % get a larger index. For a change, let's also use the 'authortitle' % style in this example. \usepackage[indexing,style=authortitle]{biblatex} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % % The 'makeidx' package provides indexing facilities on a fairly % basic level. It is highly advisable to use the 'index' package 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 3e617eb081b..3f7ceedbaa5 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 @@ -21,7 +21,7 @@ % We set the 'indexing' package option and use the 'authortitle' % style in this example. \usepackage[indexing,style=authortitle,babel=hyphen]{biblatex} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % % The 'index' package provides advanced indexing facilities with % support for multiple indexes. 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 f2095213aca..cc42afd58c4 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=numeric,subentry]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 9f781ba34ae..8ed6e23e62a 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=numeric-comp,subentry]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 91db7178243..de8aed7a498 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=numeric-verb,subentry]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 726ecb56bb7..fc026019e0f 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=alphabetic]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 5b6996144fa..17044b73928 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=alphabetic-verb]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 d6330a3c91d..10aef58a099 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authoryear]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \setlength{\parindent}{0pt} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} 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 6f24171d301..8df70e64ec0 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authoryear-ibid]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 9d9bf34e8c7..839e73cbcd9 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authoryear-comp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 9de339f8995..28b5ce7d105 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authoryear-icomp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 93137174e1d..528629e457d 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 f0f41505876..f6c1320081d 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-ibid]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 ebe89a27e90..ddf81fe41f3 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-comp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 22e2b323049..cb84726e142 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-icomp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 37a839b4954..78baf541655 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-terse]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 a14dd70ec12..0d8eaefde10 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-tcomp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 095b968edad..278242cfbfe 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=authortitle-ticomp]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings. \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} 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 ca173da0b31..11809c3b190 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=verbose]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \begin{document} 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 6a672939f3c..4b22edc535f 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=verbose-ibid]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \begin{document} 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 6f32dd1faae..22014277e3f 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=verbose-note]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \begin{document} 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 b3a66694523..8689e3048ce 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=verbose-inote]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \begin{document} 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 d824aaa2b2b..40d3db7e8bb 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 @@ -8,7 +8,7 @@ \usepackage[style=verbose-trad1]{biblatex} \usepackage{tabularx} \usepackage{booktabs} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand*{\cmd}[1]{\texttt{\textbackslash #1}} \newcolumntype{H}{>{\bfseries}l} 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 483e9457f00..f5fe794b06d 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 @@ -6,7 +6,7 @@ \usepackage[american]{babel} \usepackage{csquotes} \usepackage[style=verbose-trad2]{biblatex} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \newenvironment*{pseudofootnotes} 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 408b4d9a8e9..9d3dc5d9b70 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 @@ -6,7 +6,7 @@ \usepackage[american]{babel} \usepackage{csquotes} \usepackage[style=verbose-trad3]{biblatex} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \newenvironment*{pseudofootnotes} 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 523304da58f..e5aeb24248d 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 @@ -9,7 +9,7 @@ \usepackage{tabularx} \usepackage{hyperref} \usepackage{booktabs} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand*{\cmd}[1]{\texttt{\textbackslash #1}} \newcolumntype{K}{>{\ttfamily}l} 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 dd47330d884..2def7708794 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=draft]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \begin{document} 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 e51be6167b4..8ea47d6e9a7 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 @@ -7,7 +7,7 @@ \usepackage{csquotes} \usepackage[style=debug]{biblatex} \usepackage{hyperref} -\bibliography{biblatex-examples} +\addbibresource{biblatex-examples.bib} % Some generic settings: \newcommand{\cmd}[1]{\texttt{\textbackslash #1}} \setlength{\parindent}{0pt} |