summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex28
1 files changed, 17 insertions, 11 deletions
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 54e20c3f1f9..f30c8b758a2 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
@@ -1,20 +1,26 @@
%
-% This file is similar to the `per section' example except that
+% This file is similar to the 'per section' example except that
% all references are printed at the end of the document. The
-% citation labels are still local to the `refsection' environments.
+% citation labels are still local 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}