summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex36
1 files changed, 18 insertions, 18 deletions
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 36ec2afbfc7..3e617eb081b 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
@@ -1,35 +1,35 @@
%
-% This file demonstrates indexing with the `index' package.
+% This file demonstrates indexing with the 'index' package.
% This file is processed as follows:
%
-% latex file
-% bibtex file
-% latex file
+% latex file
+% bibtex/biber file
+% latex file
% makeindex -o file.ind file.idx (= makeindex file)
% makeindex -o file.nnd file.ndx
% makeindex -o file.tnd file.tdx
-% latex file
+% latex file
%
-% Note that the file name suffix may be omitted. It's `latex file'
-% and not `latex file.tex'. Also note that `-t <file>' is optional.
+% Note that the file name suffix may be omitted. It's 'latex file'
+% and not 'latex file.tex'. Also note that '-t <file>' is optional.
%
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage{csquotes}
%
-% We set the `indexing' package option and use the `authortitle'
+% We set the 'indexing' package option and use the 'authortitle'
% style in this example.
\usepackage[indexing,style=authortitle,babel=hyphen]{biblatex}
\bibliography{biblatex-examples}
%
-% The `index' package provides advanced indexing facilities with
+% 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.
+% documentation of the 'index' package for details.
\newindex{default}{idx}{ind}{Subject Index}
\newindex{names}{ndx}{nnd}{Name Index}
\newindex{titles}{tdx}{tnd}{Title Index}
@@ -44,7 +44,7 @@
% \usebibmacro{index:name}{\index}{#1}{#3}{#5}{#7}%
% }
%
-% As you can see, the data is simply passed on to a `bibmacro' which
+% As you can see, the data is simply passed on to a 'bibmacro' which
% takes care of the formatting of the name. The definition of the
% bibmacro, which is also found in biblatex.def, is not relevant in
% our example because all we want to do is change or rather extend
@@ -56,7 +56,7 @@
}
%
% Titles are handled in a similar way. The formatting directive we
-% need to modify is `indextitle'. It's default definition looks like
+% need to modify is 'indextitle'. It's default definition looks like
% this:
%
% \DeclareIndexFieldFormat{indextitle}{%
@@ -75,8 +75,8 @@
% default, biblatex will index the author or editor and the title of
% all references. This behavior may be modified as desired. The
% indexing facilities are not hard-coded. All standard styles which
-% ship with this package call two `bibmacros' which handle the
-% indexing. These macros are called `citeindex' and `bibindex', both
+% ship with this package call two 'bibmacros' which handle the
+% indexing. These macros are called 'citeindex' and 'bibindex', both
% of which are defined in biblatex.def. The former handles indexing
% in citations, the latter in the bibliography. Their default
% definitions are as follows:
@@ -93,10 +93,10 @@
% \indexfield{indextitle}}
% {}}
%
-% The `labelname' field is a copy of the `author' field, if there is
-% an author, or a copy of the `editor' field otherwise. `indextitle'
-% is the `indextitle' field, if defined in the bib file, or a copy
-% of the `title' field otherwise.
+% The 'labelname' field is a copy of the 'author' field, if there is
+% an author, or a copy of the 'editor' field otherwise. 'indextitle'
+% is the 'indextitle' field, if defined in the bib file, or a copy
+% of the 'title' field otherwise.
%
% The mechanism works like this: the \indexnames and \indexfield
% fields tell biblatex which data to add to the index, the indexing