diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib index b86e9bf01f6..994b91995db 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib @@ -594,7 +594,7 @@ sorttitle = {Computers & Typesetting A}, indexsorttitle = {The TeXbook}, author = {Knuth, Donald E.}, - indextitle = {\TeX book, The}, + indextitle = {\protect\TeX book, The}, title = {The \TeX book}, shorttitle = {\TeX book}, maintitle = {Computers \& Typesetting}, @@ -605,7 +605,9 @@ annotation = {The first volume of a five-volume book. Note the \texttt{sorttitle} and \texttt{sortyear} fields. We want this volume to be listed after the entry referring to the entire five-volume set. Also - note the \texttt{indextitle} and \texttt{indexsorttitle} fields} + note the \texttt{indextitle} and \texttt{indexsorttitle} fields. Indexing + packages that don't generate robust index entries require some control + sequences to be protected from expansion} } @book{knuth:ct:b, hyphenation = {american}, |