summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.tex8
1 files changed, 2 insertions, 6 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}}