summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex26
1 files changed, 16 insertions, 10 deletions
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 53787cfc35f..76328595e6c 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
@@ -3,20 +3,26 @@
% articles by different authors, such as a conference proceedings
% volume for example. Each article is presented as a separate
% chapter with its own bibliography. The citation labels are local
-% to the `refsection' environments.
+% to the 'refsection' environments.
%
-% Note that this file is processed as follows:
+% With Biber, this file is processed as follows:
%
-% latex file
-% bibtex file1-blx
-% bibtex file2-blx
-% bibtex file3-blx
-% latex file
+% latex file
+% biber file
+% latex file
+%
+% With BibTeX, this file is processed as follows:
+%
+% latex file
+% bibtex file1-blx
+% bibtex file2-blx
+% bibtex file3-blx
+% latex file
%
% Note that the file name suffix may generally be omitted. It's
-% `latex file' and `bibtex file' rather than `latex file.tex' and
-% `bibtex file.aux'. Depending on the TeX distribution, omitting the
-% `aux' file prefix when invoking BibTeX may even by mandatory.
+% 'latex file' and 'bibtex file' rather than 'latex file.tex' and
+% 'bibtex file.aux'. Depending on the TeX distribution, omitting the
+% 'aux' file prefix when invoking BibTeX may even by mandatory.
%
\documentclass[a4paper,oneside]{book}
\usepackage[T1]{fontenc}