1 \def\readRCS$#1 #2 #3 #4 #5${\def\erratafiledate{#4}}
5 \def\comando#1{\texttt{\string#1}}
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8 % To produce a printed version of this errata file run this file through
9 % LaTeX. It will unpack a small class file (if not already present) and
10 % a configuration file with the extension .cfg. You might want to modify
11 % the setting in this configuration file to print only a partial errata
12 % suitable for your printed revision of this book, see details in the
15 % The current version of this file can be found at:
17 % http://www.latex-project.org/guides/books.html
19 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22 \begin{filecontents}{ttcterrata.cls}
24 %% Copyright (C) 1997,2004,2005,2007, 2014 Frank Mittelbach
25 %% This class file is licenced under LPPL latest version;
26 %% see http://www.latex-project.org/lppl
29 % It sets up a few commands used to format the errata entries for books in the
30 % Addison-Wesley Series:
32 % Tools and Techniques for Computer Typesetting
34 % hence the name. However, anybody who likes to use it is free to apply it for
35 % errata files of other books.
39 % v1.0a - changed name from errata.cls to ttcterrata.cls
41 \ProvidesClass{ttcterrata}
42 [2007/11/10 v1.0a Mini class for errata files; subject to change (FMi)]
46 \setcounter{secnumdepth}{-1}
47 \addtolength\textwidth{5cm}
48 \addtolength\oddsidemargin{-3cm}
50 \addtolength\textheight{36pt}
52 \RequirePackage{shortvrb}
55 \RequirePackage{array,longtable}
56 \RequirePackage{multicol}
59 \newcommand\erratagetnumber{}
60 \def\erratagetnumber#1/#2/#3\erratagetnumber{#1#2#3}
63 \newcommand\gobbleerrata{%
64 \setbox\@tempboxa\vbox\bgroup
67 \let\\\relax\let\par\@@par}
69 \newcommand*\hideamp{&}
74 \newcommand\erratastartdate{}
75 \newcommand\myprinting{1}
78 \newcommand\doweprint[2]{%
79 \ifnum \myprinting < \if!#2!1000 \else \ifx s#2 1000\else#2 \fi\fi
80 \ifnum \expandafter\erratagetnumber\erratastartdate\erratagetnumber <
81 \erratagetnumber#1\erratagetnumber \relax
93 \newcommand\includedentries{entries after = \erratastartdate}
94 \newcommand\printedentries{between \erratastartdate\space and}
96 \newcommand\showallerrors{%
97 \renewcommand\includedentries{all errata entries}%
98 \renewcommand\printedentries{up to}
99 \renewcommand\doweprint[2]{\@tempswatrue}}
102 \newcommand\displayrevisionfix[2]{%
103 \if!#2!\textbf{#1}\else\textit{#1}\rlap{\textsuperscript{#2}}\fi}
105 \newcommand\norevisionnumbers{%
106 \renewcommand\displayrevisionfix[2]{\textbf{##1}}}
108 \IfFileExists{\jobname.cfg}
111 \typeout{***************************************************}
113 \typeout{* Configuration file for \jobname.err found }
115 \typeout{***************************************************}
117 \typeout{***************************************************}
119 \typeout{* If you wish to generate an errata listing}
120 \typeout{* containing only errors found after a certain revision}
121 \typeout{* and/or only errors found after a certain date}
122 \typeout{* modify the information stored in \jobname.cfg}
124 \typeout{* Current settings are:}
126 \typeout{* \@spaces printing of your book = \myprinting}
127 \typeout{* \@spaces include \includedentries}
129 \typeout{***************************************************}
133 %% \erroronpage <page> <line info> <contributor> <date> <fixed in revision>
135 \newcommand\erroronpage[5]{%
139 \typeout{Typesetting entry #1 #2 #3 #4}%
141 \typeout{Ignoring entry #1 #2 #3 #4}%
142 \expandafter\gobbleerrata
145 \displayrevisionfix{#1}{#5}
146 \hideamp #2 \hideamp (\textsf{#3}) \hideamp
149 \newcommand\seriouserroronpage[5]{%
153 \typeout{Typesetting entry #1 #2 #3 #4}%
155 \typeout{Ignoring entry #1 #2 #3 #4}%
156 \expandafter\gobbleerrata
159 \fbox{\bfseries !!}\hfill
160 \displayrevisionfix{#1}{#5}
161 \hideamp #2 \hideamp (\textsf{#3}) \hideamp
164 \newcommand\CHAPTER[1]{\endgobble
166 \multicolumn{4}{l}{\framebox[10cm][l]{\textbf{\normalsize\strut#1}}} \\}
168 \newenvironment{erratalist}
169 {\begin{longtable}{r>{\raggedright}p{2cm}l>{\raggedright}p{10cm}l}}
170 {\endgobble\end{longtable}}
172 \newcommand\erratatitle[2]
173 {\begin{center}\LARGE\bfseries
174 Errata list for #1\\[5pt](\myprinting.\ printing)\\[10pt]
175 \small Includes all entries found \printedentries\space #2\\
176 (For other periods/print runs reprocess this document
177 with different config settings)
179 \markright{Errata for #1 (\printedentries\space #2)}%
180 \thispagestyle{plain}%
183 \pagestyle{myheadings}
185 \AtBeginDocument{\small}
187 \setlength\parindent{0pt}
188 \setlength\parskip{2pt}
190 \newcommand\contributor[2]{\makebox[1cm][l]{\sffamily#1} #2\par}
192 % some special shortcuts overwriting existing commands:
195 \renewcommand\>{$\to$}
197 %%% some code suggested by Thorsten Hansen to count the number of
198 %%% contributions by individuals (will work only if we do not get
201 \def\count@contributors#1/#2/#3\@nil{
202 \@ifundefined{c@#1}{\newcounter{#1}}{}\stepcounter{#1}%
203 %%% also count secondary:
204 %%% \@ifundefined{c@#2}{\newcounter{#2}}{}\stepcounter{#2}%
207 \renewcommand\erroronpage[5]{%
208 \count@contributors#3/secondary/\@nil
212 \typeout{Typesetting entry #1 #2 #3 #4}%
214 \typeout{Ignoring entry #1 #2 #3 #4}%
215 \expandafter\gobbleerrata
218 \displayrevisionfix{#1}{#5}
219 \hideamp #2 \hideamp (\textsf{#3}) \hideamp
222 \renewcommand\seriouserroronpage[5]{%
223 \count@contributors#3/secondary/\@nil
227 \typeout{Typesetting entry #1 #2 #3 #4}%
229 \typeout{Ignoring entry #1 #2 #3 #4}%
230 \expandafter\gobbleerrata
233 \fbox{\bfseries !!}\hfill
234 \displayrevisionfix{#1}{#5}
235 \hideamp #2 \hideamp (\textsf{#3}) \hideamp
238 \renewcommand\contributor[2]{\makebox[1cm][l]{%
239 \sffamily#1} #2\@ifundefined{c@#1}{}{ (\arabic{#1})}\par}
244 \begin{filecontents}{\jobname.cfg}
247 % Configuration file for the errata listing of
249 % The LaTeX Companion, Second Edition
254 % Specifies the date from which on errata entries should be listed.
256 % The format is YYYY/MM/DD.
258 % The default below ensures that all entries for a particular
259 % printing are typeset.
262 \renewcommand\erratastartdate{2004/04/22}
268 % Specifies which (revised) printing you own. For example, if you
269 % have the second printing set this to 2 so that errors already
270 % corrected in that printing will not appear in your errata
273 % The default below ensures that all entries relevant to the x-th
274 % printing are typeset.
278 \renewcommand\myprinting{1}
279 \renewcommand\myprinting{2} % 3rd printing was without corrections
280 \renewcommand\myprinting{4} % September 2005
285 % Specifies that all page numbers in the errata are shown in the same
286 % format (bold face) irregardless of whether or not they are fixed
287 % in some revision. The default is to print corrected errors in
288 % italic and add the revision number as a superscript.
293 % With this command you tell the program that all errata entries are
294 % supposed to be generated. This makes \myprinting and
295 % \erratastartdate basically obsolete so this isn't turned on by
303 \documentclass{ttcterrata}[2005/11/10] % we want new class
305 \usepackage[T1]{fontenc}
306 \let\u\underline % shortcut for this file
307 \newcommand\meta[1]{$\langle$\textit{#1\/}$\rangle$}
309 \usepackage{textcomp}
315 \erratatitle{The \LaTeX{} Companion, Second Edition}{\erratafiledate}
320 author = {Frank Mittelbach and Michel Goossens},
321 title = {The {\LaTeX} Companion},
323 note = {With Johannes Braams, David Carlisle, and Chris Rowley},
324 series = {Tools and Techniques for Computer Typesetting},
325 publisher = {Addison-Wesley},
326 address = {Boston, Massachusetts},
329 bibliography = {yes},
331 isbn = {0-201-36299-6},
336 \begin{list}{}{\setlength\leftmargin{0cm}\setlength\rightmargin{3cm}}
339 This file (\texttt{\jobname.err}) can be found as part of the \LaTeX{}
340 distribution and its latest version is maintained on the \LaTeX{}
341 project site at \texttt{http://www.latex-project.org/guides/\jobname.err}
342 where you will also find extracts of the book.
344 The first column in the table shows the page number of the errata
345 entry. Superscript numbers in the first column refer to the printed
346 revision in which this entry was corrected (\textit{s} indicates a
347 correction in the sources only). The second
348 column gives the precise location (negative line or paragraph numbers
349 are counted from the bottom of the page). The third column shows the
350 first finder of the problem.
352 You can customize this list to only show errata related to the printing
353 you own by changing the configuration in the file \texttt{\jobname.cfg}.
356 \Large \bfseries To Err is Human --- Bug Contest
359 Any mistake found and reported is a gain for all readers of our book.
360 For this reason Addison-Wesley and the authors offer a prize (for 6
361 periods) to the eligible person who finds the largest
362 number of bugs during that period (in case of a draw a random choice
363 will be made between all those with the largest number of findings).
364 A person can receive at most one prize, ever; errors found by any of
365 the authors do not count.
367 Each prize is a free choice of any single computing book found on the
368 AW Professional web site \texttt{http://www.awprofessional.com} (that
369 is, no boxed sets or multiple volume offers).
372 As usual, the authors and publisher reserve the right to make various
373 decisions such as whether a reported feature is an error for
374 competitive purposes or whether similar features count as a single or
380 Contest period ends & Winner \\[4pt]
381 2004/10 & Hubert G\"a\ss lein & 287 suggestions\\
382 2005/04 & Ulrich Dirr & 11 suggestions\\
383 2005/10 & Daniel Alonso i Alemany & 13 suggestions\\
384 2006/04 & Michael Schutte & 2 suggestions\\
385 2008/05 & Brooks Moses & 1 suggestion \\
386 \ldots & -- final draw eventually --
394 %<--------------------------
396 \newcommand\BibTeX{\textsc{Bib}\TeX}
402 \seriouserroronpage{general}{}{FMi}{2004/06/12}{}
404 To help you in assessing this errata document we have placed
405 exclamation marks in front of each entry that we consider essential
406 for correctly understanding the book contents.
408 \erroronpage{general}{}{FMi}{2004/05/14}{}
410 Due to the printing process there may be small alignment problems
411 between blue and black text on some pages. These can vary from book
412 to book depending on how the paper was handled between print
413 runs---such is the analog nature of printing on a press.
417 \erroronpage{general}{}{FMi}{2004/07/28}{}
418 Slightly updated examples matching the second printing will be made
419 available at CTAN: \texttt{info/examples/tlc2}. The book CD will
420 have the original examples from the first printing.
424 \CHAPTER{Front matter}
426 \erroronpage{iv}{bottom}{FMi}{2004/04/23}{2}
427 Some updates indicating second printing (with corrections)
429 \erroronpage{v}{l.7}{FMi}{2004/04/23}{}
430 For the record: the term ``for ever'' is the British spelling and a
433 \erroronpage{xiii}{\S 8.6.2}{FMi}{2004/06/21}{2}
434 Change section heading: ``Operator \u{and function} names''
436 \erroronpage{xxiii}{11.2}{FMi}{2004/07/26}{2}
437 Change table caption: ``Languages supported by \u{\texttt{texindy}}''
439 \erroronpage{xxvii}{para 1, l.1+6+7}{CAR}{2004/05/20}{2}
440 Each time a space is missing between package names in parentheses.
442 \erroronpage{xxvii}{para 1, l.-2}{THa}{2004/06/21}{2}
443 Add: ``Thorsten Hansen (\textsf{bibunits}\u{, \textsf{multibib}})
445 \erroronpage{xxvii}{para 4, l.2}{NBe}{2004/04/23}{2}
446 Replace ``Wai Wing'' with ``Wai Wong'' (very sorry for this typo).
448 \erroronpage{xxvii}{para 4, l.2}{MHCL/CAR}{2004/06/09}{2}
449 Kai Tek airport is correctly named Kai Tak airport but the photo
450 was actually taken at Hong Kong International Airport
452 \erroronpage{xxvii}{after para 4}{FMi}{2004/06/09}{2}
453 Add following paragraph:
454 ``Any mistake found and reported is a gain for all readers of our
455 book. We would therefore like to thank those readers who reported
456 any of the mistakes which had been overlooked so far.
457 The latest version of the errata file can
458 be found on the \LaTeX{} project site at
459 \texttt{http://www.latex-project.org/guides/tlc2.err} where you will also
460 find an on-line version of the index and other extracts from the book.''
464 \erroronpage{2}{para 5, l.1}{MSc}{2004/06/03}{2}
465 Replace: LaTeX \> \LaTeX{}
467 \erroronpage{7}{para 5, l.-2}{HjG}{2004/05/20}{2}
468 Missing word and wrong designation of acronym:
470 languages such \u{as} the \u{Portable Document} Format (PDF)
474 \erroronpage{7}{para 5, l.-2}{MSc/CAR}{2004/06/06}{2}
475 Replace: ``\ldots produce other device-independent
476 output forms in proprietary languages such as the Portable Document
477 Format~(PDF) (extension~\texttt{.pdf}).'' \> \\
478 ``\ldots produce device-independent
479 file formats including the Portable Document Format~(PDF)
480 (extension~\texttt{.pdf}), which is the native file format of Adobe
484 \erroronpage{13}{para -2, l.5}{FMi}{2004/04/23}{2}
485 Replace ``writes'' with ``write''.
487 %\erroronpage{13}{last para, l.1}{MSc}{2004/06/08}{}
488 % ``blue notes`` vertically misaligned
490 \erroronpage{14}{para 2, l.2}{FMi}{2004/06/12}{2}
491 Bug in \texttt{url.sty} generated extra space.
493 \erroronpage{14}{para 2, l.6}{FMi}{2004/04/23}{2}
494 Printing problem: ``or'' only half visible.
496 \erroronpage{14}{para 3, l.3}{HjG}{2004/05/20}{2}
497 Printing problem: ``d'' in ``document'' only half visible.
499 \erroronpage{14}{exa 1-3-5, l.6}{DHL}{2004/05/14}{2}
500 Printing problem: ``i'' in ``\verb=\section='' not visible.
505 \erroronpage{16}{para 4,ll.2--4}{HjG}{2005/04/03}{4}
506 Nitpicking? Code for class options will not be in a package file!\\
507 ``Code for \u{class} options is sometimes stored in files
508 (in \u{this case} with the extension \texttt{.clo}) but is normally
509 directly specified in the class or package file (\dots).''
511 ``Code for options is sometimes stored in files
512 (in \u{the case of classes} with the extension \texttt{.clo}) but
514 directly specified in the class or package file (\dots).''
516 \erroronpage{16}{para 4, l.-2}{HjG}{2004/10/10}{4}
517 Although not wrong, better:
519 the option \texttt{11pt} \u{might be} related to
520 \u{\texttt{art11.clo}} when\ldots''
523 the option \texttt{11pt} \u{is} related to
524 \u{\texttt{size11.clo}} when\ldots''
526 \erroronpage{20}{para 1, l.-2}{BMo}{2004/05/14}{2}
527 Words need to be swapped: ``\ldots can achieve \u{this effect} by
530 \erroronpage{20}{footnote, l.2}{MSc/FMi}{2004/06/10}{2}
531 Replace ``e.g.,'' with ``i.e.,''
533 \erroronpage{21}{para 1 of 2.1.4, l.-1}{HjG}{2004/05/20}{2}
534 Words need to be swapped:
535 ``\ldots package \u{created by} Donald Arseneau.''
537 \erroronpage{21}{para -2, l.2}{MLi}{2013/07/12}{}
538 The command is called \verb=\AskOption= (without ``s'')
540 \erroronpage{24}{para -2,ll.-3\slash -2}{HjG}{2005/04/03}{4}
541 \LaTeX{}nically not correct:\\
542 ``\u{all} lower-level counter\u{s} (i.e., \u{those} with
543 higher-level number\u{s}) \u{are} reset.''\>\\
544 ``\u{the next} lower-level counter (i.e., \u{that} with \u{the next}
545 higher-level number) \u{is} reset.''
547 \seriouserroronpage{26}{footnote}{HjG}{2004/05/20}{2}
548 Misplaced closing brace (see example 2-2-3):\\
549 \verb=\fbox{\csname thesection\endcsname\hspace{0.5em}=%
550 \u{\texttt{\textbraceright}}
552 \verb=\fbox{\csname thesection\endcsname=%
553 \u{\texttt{\textbraceright}}\verb=\hspace{0.5em}=
555 \erroronpage{27}{exa 2-2-4}{MBr}{2004/08/01}{2}
556 Rewrite example text to avoid overfull hbox.
558 \erroronpage{27}{para -2, l.4}{HjG}{2004/05/20}{2}
559 Missing italic correction:
560 \verb=\=\emph{name}\verb=mark=
563 \seriouserroronpage{28}{afterskip item, ll.3--4}{HjG}{2005/04/03}{4}
564 \LaTeX{}nically not correct (cf.\ latex/3463):\\
565 ``\dots\ whether a display heading (\textit{afterskip}${}\geq0$) or a
566 run-in heading (\textit{afterskip}${}<0$) is produced.''\>\\
567 ``\dots\ whether a display heading (\textit{afterskip}${}>0$) or a
568 run-in heading (\textit{afterskip}${}\leq0$) is produced.''
570 \seriouserroronpage{32}{para -1,l.4--7}{HjG/FMi}{2004/05/20}{2}
571 Replace: ``The modified |\section| command
572 also starts a new page, which is typeset with a special page style
573 (see Chapter~4) and with
574 top floats suppressed.
575 The indentation of the first paragraph in a
576 section is also suppressed by using the low-level kernel command
577 |\@afterheading| and setting
578 the Boolean switch \texttt{@afterindent} to \texttt{false}.
579 For details on the use of these commands see the |\chapter| implementation in
580 the standard classes (file \texttt{classes.dtx}).''
582 \seriouserroronpage{33}{code}{FMi}{2004/05/20}{2}
583 Replace code as follows to make statement on p.32 true:\\
584 \hspace{0pt minus\linewidth}\begin{minipage}{1.35\linewidth}
587 \renewcommand\appendix{%
588 \renewcommand\section{% % Redefinition of \section...
589 \newpage\thispagestyle{plain}% % new page, folio bottom
590 \suppressfloats[t]\@afterindentfalse % no top floats, no indent
591 \secdef\Appendix\sAppendix}% % call \Appendix or \sAppendix
592 \setcounter{section}{0}\renewcommand\thesection{\Alph{section}}}
594 \newcommand\Appendix[2][?]{% % Complex form:
595 \refstepcounter{section}% % step counter/ set label
596 \addcontentsline{toc}{appendix}% % generate toc entry
597 {\protect\numberline{\appendixname~\thesection}#1}%
598 {\raggedleft\large\bfseries \appendixname\ % typeset the title
599 \thesection\par \centering#2\par}% % and number
600 \@afterheading % prepare indentation handling
601 \sectionmark{#1}% % add to running header
602 \addvspace{\baselineskip}} % space after heading
604 \newcommand\sAppendix[1]{% % Simplified (starred) form
605 {\raggedleft\large\bfseries\appendixname\par \centering#1\par}%
606 \@afterheading\addvspace{\baselineskip}}
611 \erroronpage{30}{para-3, l.-2}{RPa}{2004/09/14}{4}
612 ``page 426'' should be ``page 428''
614 \seriouserroronpage{33}{code}{HjG}{2004/05/20}{2}
615 Definitions of \verb=\Appendix= and \verb=\sAppendix= use
616 \verb=\flushright= instead of \verb=\raggedleft=!
618 Editorial note: already addressed in previous major change.
620 \erroronpage{33}{exa 2-2-11}{MBr}{2004/08/01}{2}
621 Text contains two spaces after period (not wrong but unnecessary).
623 \erroronpage{33}{exa 2-2-11}{FMi}{2004/04/23}{2}
624 Comment only needs one \% not two.
626 % not really a bug but ...
627 \erroronpage{35}{para 1}{hajk}{2005/09/29}{}
628 Package fncychap also makes unwanted ``Chapter 0'' heading for
629 |\chapter{Preface}| in |\frontmatter| of book.
631 Comment: I don't really consider this a bug (as it is not surprising
632 with such designs) but will see if it can be explicitly mentioned.
634 \seriouserroronpage{45}{para 2, l.13}{DHL}{2004/05/27}{2}
635 In the displayed code, the second occurrence of
636 ``\verb=\renewcommand\theBhead=\dots'' \>
637 ``\verb=\renewcommand\theChead=\dots''
639 \erroronpage{37}{para 3, l.-2}{FMi}{2004/10/21}{4}
640 Replace: ``\ldots title in lowercase'' \>
641 ``\ldots title in \u{small capitals}''
643 \erroronpage{46}{para -2,l.3}{HjG}{2005/04/03}{4}
644 Delete: ``need\u{ed}'' \> ``need''
646 \erroronpage{48}{para 2, l.5}{HjG}{2004/05/20}{2}
648 ``(\ldots\ to the \u{the} table of contents)''
650 \erroronpage{49}{para 3, l.2}{DHL/CAR}{2004/05/27}{2}
651 Replace: ``Thereby, the result of'' \>
652 ``The exact effect of''
654 \erroronpage{50}{para -4, l.3}{HjG}{2004/05/20}{2}
656 ``\ldots, so that the standard document classes have definitions
657 for \verb=\l@part= and \verb=\l@chapter=
658 \u{(or \texttt{\char`\\l@section} with \textsf{article})}
659 that do not use \verb=\@dottedtocline=.''
661 \erroronpage{50}{para --1}{FMi}{2004/10/22}{4}
663 The nesting level of the entry.
664 With the help of the counter \texttt{tocdepth} the user can
665 control how many nesting levels will be displayed.
666 Levels greater than the value of this counter
667 will not appear in the table of contents.
670 \erroronpage{51}{fig.~2.3}{HjG}{2004/05/20}{2}
671 The lines of the ``heading text'' are wrapped at a place different
672 from that indicated by the \verb=|<- \@tocrmarg ->|=.
674 \seriouserroronpage{51}{descr. of
675 \texttt{\textbackslash
676 @pnumwidth}}{CBa}{2005/04/04}{4}
677 Needs changing with |\renewcommand|!
679 \seriouserroronpage{51}{descr. of
680 \texttt{\textbackslash @tocrmarg}}{HjG/FMi}{2004/05/20}{2}
681 Add additional sentence:
682 ``It can be set to a rubber length, which results in the TOC being set
685 \erroronpage{51}{footnote}{FMi}{2004/09/19}{4}
686 Add: ``\ldots See Section 7.10.3 \u{on page 428} for more\ldots''
688 \seriouserroronpage{52}{para 2, exa}{CBa}{2005/04/04}{4}
689 As |\@pnumwidth| is actually a macro the assignment using
690 |\settowidth| unfortunately doesn't work at all.
691 Instead a value needs to be assigned via |\renewcommand|.
693 \erroronpage{52}{para 3, l.1}{HjG}{2004/05/20}{2}
694 Printing problem: ``w'' in ``down'' only half visible.
696 \erroronpage{52}{middle}{HjG}{2004/05/21}{2}
698 ``When adjusting \verb=\@pnumwidth= this way it is likely that the
699 value of \verb=\@tocrmarg= needs to be changed as well to keep the
700 layout of the table of contents consistent.''
702 \seriouserroronpage{52}{para 3, l.-1}{JJN}{2004/08/17}{4}
703 Replace ``and section'' with ``section, and subsection''.
704 (or replace code above to use |\setcounter{tocdepth}{1}| and speak
707 \erroronpage{55}{ll.-8/-7}{HjG}{2004/05/21}{2}
708 Missing word: ``\ldots\ is defined by \u{the} second argument.''
710 \erroronpage{56}{footnote}{CBe}{2004/07/27}{2}
711 Remove: ``\ldots are limited to three characters, like MS-DOS \u{or Windows}.''
713 \seriouserroronpage{57}{tab.~2.3}{HjG}{2004/05/21}{2}
714 \verb=\mtcPSfont= \> \verb=\mtcSPfont=\\
715 \verb=\nomtcrules= \> \verb=\nomtcrule=\\
716 \verb=\mtcrules= \> \verb=\mtcrule=
718 \seriouserroronpage{57}{para-2, l.-3}{HjG}{2004/05/21}{2}
719 \verb=\partoc= \> \verb=\parttoc=
721 \erroronpage{58}{exa 2-3-8}{CBe}{2004/07/27}{2}
722 km2 appears two times in the code and in the printed output;
723 it should be \verb=km\textsuperscript={2} in the code
724 and km\textsuperscript{2} in the output.
726 \erroronpage{62}{l.-11}{HjG}{2004/05/21}{2}
727 ``recourse'' \> ``recur''
729 \erroronpage{63}{para 1, l.1}{FMi}{2004/11/11}{4}
730 Typo: ``This artific\u{i}al example shows how''
732 \erroronpage{65}{para 2, l.-1}{CKr}{2004/10/15}{4}
733 Correct: ``formated'' \> ``format\u{t}ed''
735 \erroronpage{66}{marginal note}{FMi}{2004/04/23}{2}
736 Restrictions on keys deserve a dangerous bend sign.
738 \erroronpage{68}{exa 2-4-3}{HjG}{2004/05/21}{2}
739 The box in the margin ``\fbox{2-4-3}'' is shifted right
740 (with respect to other such boxes).
742 \erroronpage{72}{para 3, l.-3}{HjG/FMi}{2004/05/21}{2}
744 ``\ldots by comparing \u{the number of the chapter} in which the
745 |\label| \u{occurred} with the current\ldots''
747 \erroronpage{75}{para -1, l.2}{CKr}{2004/10/17}{4}
748 Change: ``provided the \textit{keys}'' \>
749 ``provided the \textit{key}\u{s}''
751 \seriouserroronpage{76}{para -2, l.5--8}{DAr/FMi}{2004/07/24}{2}
752 Change marginal to ``{\itshape Unnumbered sections get moving
755 Change text to: ``As a consequence, \u{the
756 arguments of unnumbered sectioning commands} are turned into
757 moving arguments, \ldots''
759 \erroronpage{77}{para -1, l.-4}{DAr}{2004/07/24}{2}
760 Add: ``In addition, no \u{unrelated} |\addcontentsline| command is
761 allowed to intervene between heading and label.''
763 \erroronpage{78}{\S 2.4.5, l.1}{HjG}{2004/05/24}{2}
765 Rahtz \u{(with contributions by Heiko Oberdiek and
766 David Carlisle)} has developed\ldots''
768 \erroronpage{78}{para 3, l.3}{UFi}{2004/06/01}{2}
769 Program name changed: ``Acrobat Reader'' \> ``Adobe Reader''
774 \erroronpage{84}{}{DAr}{2004/07/23}{2}
775 Change: ``For example, if the current size is \u{\ttfamily\textbackslash Large} then
776 \verb=\relsize{-2}= would change to \u{\ttfamily\textbackslash normalsize}\,.
778 \seriouserroronpage{84}{exa 3-1-7}{FMi}{2004/04/23}{2}
779 To avoid extra space in the output, second line should read:\\
780 \verb*= {\relsize{-2}small words} inside.=
782 \erroronpage{85}{para -1, l.5}{WaS/FMi}{2004/06/16}{2}
783 Change: ``ON 28TH \u{OF} JULY 2003'' \> ``ON 2ND AUGUST 2004''
786 \seriouserroronpage{87}{para 3, l.1}{DAr}{2004/07/24}{2}
787 Replace: |\uuline| \> |\uline|
789 \erroronpage{87}{exa. 3-1-15}{V-Li}{2004/08/14}{}
790 \verb+\-+ should be used on a word that is actually hyphenated.
792 Well, would be nice but not easy to find one.
794 \erroronpage{87}{exa. 3-1-16}{DHL}{2004/06/07}{2}
795 The solid band produced by |\xout| is actually supposed to come
796 out as a series of separated ``/'' symbols. With the
797 \texttt{ulem} package used for the first printing that works well
798 for most text fonts, but
799 with Times Roman (used in the example) you get the result shown.
800 The new package version fixes this defect.
802 \erroronpage{92}{para 3, l.1+4}{UFi}{2004/07/31}{2}
803 Change: ``The position and the \u{height} of the line
804 produced by the |\ul| command can be customized using either
805 |\setul| or |\setuldepth|\,. The command |\setul| takes two
806 dimensions as arguments: the position of the line in relation to the
807 baseline and the \u{height} of the line.
809 \erroronpage{92}{para -1}{FMi}{2004/07/31}{2}
810 Add: ``\ldots can use colored rules instead and, if desired, modify the
811 highlighting color\u{ as demonstrated below}:
813 \erroronpage{95}{exa 3-1-33}{MHo/FMi}{2004/05/17}{2}
814 Replace: ``setup'' by ``set-up'' for consistency.
816 \erroronpage{102}{para 1, l.-3}{CBC}{2004/05/18}{2}
817 Replace: ``in great \u{of} detail'' with ``in great detail''.
819 \erroronpage{103}{l.8}{HjG}{2004/05/23}{2}
820 Replace: ``arbitrary bad lines'' \> ``arbitrar\u{il}y bad lines''
822 \erroronpage{105}{para -3, l.1}{HjG}{2004/05/23}{2}
823 Replace: ``typesetting'' \> ``typing''
827 \erroronpage{107}{l.3--7}{CBe}{2004/07/27}{4}
828 |\linespread| is the \LaTeXe\ command for
829 setting up the value of \comando{\baselinestretch}; it is not necessary
830 to use |\renewcommand| and in particular it is not necessary to
831 activate the new interline spacing by changing font; it suffices the command
832 |\selectfont|; the procedure described in this paragraph,
833 although still possible, was the one to use with \LaTeX\,209 and with the
834 early versions of \LaTeXe, and it was the only way when the First Edition was
835 published. The command |\linespread| is introduced the first
836 time on page~204, but section 3.1.13 was the right place to do it.
839 \erroronpage{107}{para 4, l.3}{HjG}{2004/05/25}{2}
840 Delete word: ``\ldots\ single\u{ (default)}, \ldots''
842 \erroronpage{107}{para -1, l.3--5}{DHL/FMi}{2004/06/07}{2}
844 ``\ldots leading is increased twice---once by |\baselineskip| (where
845 \LaTeX{} already adds about 20\% space between baselines)\ldots'' \>
846 ``\ldots leading is \u{effectively} increased twice---once by |\baselineskip| (\u{which
847 \LaTeX{} already sets to about 20\% above the font size})\ldots''
850 \erroronpage{116}{Footnote 1, line 1}{CBC}{2004/05/18}{2}
851 Replace: ``I managed to confuse'' with ``we managed to confuse''.
853 \erroronpage{117}{para 2, l.2}{HjG}{2004/05/25}{2}
854 Missing letter: ``It take\u{s} two \ldots''
856 \erroronpage{117}{para 3, l.3}{CBC}{2004/05/18}{2}
857 Tense correction: ``\ldots they did not change when the text font
860 \erroronpage{117}{para 3,l.-3}{FMi}{2004/05/31}{2}
861 Change: ``your list consist of'' \> ``your list\u{s} consist of''.
863 \erroronpage{117}{para 3,l.-2}{CBC}{2004/05/18}{2}
864 Change: ``lists consist\u{s} of'' \> ``lists consist of''.
866 \erroronpage{117}{footnote}{HjG}{2004/05/26}{2}
867 Missing word: ``See, \ldots, the \textsf{ledmac} package [171]
868 \u{for} the kinds of \ldots''
870 \erroronpage{119}{para 2, l.1}{DHL}{2004/06/07}{2}
871 Replace word: ``By default, the footnote text is \u{justified}\ldots''
873 \erroronpage{121}{para 2, l.4}{HjG}{2004/05/25}{2}
874 Missing word: ``the \texttt{symbol*} \u{option}''
876 \erroronpage{124}{middle para, ll. -3/-2}{HjG}{2004/05/26}{2}
877 Missing word: ``It is even possible \u{to} use \ldots''
880 %% only do if real error on page
881 \erroronpage{125}{para 3 of \S 3.2.7, ll.-2/-1}{HjG}{2004/05/26}{}
882 Word position: ``\ldots\ whenever |\endnote| or |\endnotemark|
883 \u{is used} without an optional argument.''
886 \erroronpage{127}{para 3, l.last}{PYu}{2004/07/01}{2}
887 Replace: ``ragged left'' \> ``ragged right''.
889 \erroronpage{131}{footnote, l.1}{CBC}{2004/05/19}{2}
890 Change: ``is not producing'' \> ``does not produce''.
892 \seriouserroronpage{141}{syntax box}{HjG}{2004/05/26}{2}
894 \emph{body-font} \> \emph{body-style}\\
895 \emph{head-font} \> \emph{head-style}\\
896 \emph{head-after-format} \> \emph{head-after-space}
898 \erroronpage{142}{exa 3-3-21/22}{UZi}{2005/03/15}{}
899 With the newest version of \texttt{amsthm} the font setting for the headline
900 is ignored for the optional description of the theorem (looks like a
903 \erroronpage{142}{exa 3-3-21}{FMi}{2005/08/15}{4}
904 There is an incompatibility between \texttt{amsthm} and
905 \texttt{ragged2e}. If the latter is used then the use of |\newline|
906 in a theorem declaration doesn't work.
908 \erroronpage{142}{para -2, l.1}{DHL}{2004/06/07}{2}
909 Missing word: ``make'' \> ``\u{to} make''.
911 \seriouserroronpage{148}{exa 3-3-26}{HjG}{2004/05/26}{2}
912 In the example, |\hfil| is used; the text immediately before says:
913 ``By using |\hfill| \ldots''
915 \erroronpage{150}{exa 3-3-28}{HjG}{2004/05/27}{2}
917 Comment should read: ``|%|\quad\texttt{term <\u{=} labelwidth}''\\
918 And in ll.2/3 of the text following the example:
919 ``If the label is \u{smaller} than |\labelwidth|, \ldots'' \>
920 ``\ldots\ \u{not wider} \ldots''
922 \erroronpage{150}{Example 3-3-28, line 7}{UF}{2004/06/27}{2}
923 In the code of the parbox there should be a |\mbox{}| or something
924 similar after the |\\| to prevent an underfull hbox-warning.
926 \erroronpage{150}{exa 3-3-28}{JBez}{2004/07/20}{}
927 The vertical space above "Return values" is too small.
929 \erroronpage{151}{para 3, l.2}{DHL}{2004/06/07}{2}
930 Wrong word: to match the example,
931 ``\textsc{Notes}'' should be ``\textsc{Note}''
933 \erroronpage{152}{l.-1 before exa 3-4-2}{HjG}{2004/05/31}{2}
934 Replace: ``(see page 167)'' \> ``(see page 168)''
936 \erroronpage{155}{para 3, l.2}{HjG}{2004/05/31}{2}
937 Replace: ``behaves similarly to''
940 \erroronpage{155}{para -2, l.5}{HjG}{2004/05/31}{2}
941 Replace: ``behave in similar fashion to''
942 \> ``\ldots in \u{a fashion similar} to''
944 \erroronpage{156}{para -1, l.4}{CBC}{2004/05/20}{2}
945 Change: ``There is also the possibility to operate'' \> ``It is also
946 possible to operate''.
948 \erroronpage{157}{para 2, l.-4}{CBC}{2004/05/20}{2}
949 Change: ``\ldots discussed below) are potentially'' \> ``\ldots
950 discussed below) \u{is} potentially''.
952 \erroronpage{158}{para3, l.3}{DHL/FMi}{2004/06/07}{2}
953 Change word: ``tiny white rules \u{behind} the lines'' \> ``tiny white
954 rules \u{between} the lines''.
956 \erroronpage{166}{syntax box}{CAR}{2004/06/02}{2}
957 Remove extra space: ``\ldots\verb*/}=/\u{~}\emph{data}\texttt=''
959 \erroronpage{167}{para 1, l.2}{DAl}{2005/01/11}{4}
960 Missing letter: ``\ldots bold italic face exi\u{s}ts.''
962 \erroronpage{168}{para 3, l.2}{MLa}{2004/05/10}{2}
963 Letter missing: ``While on\u{e} can successfully deploy a
966 \erroronpage{169}{tab.~3.7}{HjG}{2004/05/26}{2}
967 Spurious space: ``Pascal (\u{ \strut}Borland, \ldots)''
969 \erroronpage{169}{tab.~3.7}{THa/FMi}{2004/06/21}{2}
970 Move the information about blue entries to a separate table note.
972 \erroronpage{173}{para 2, l.2}{FMi}{2004/11/11}{4}
973 Typo: ``to indicate that the line was artific\u{i}ally broken''
975 \erroronpage{175}{para 1, l.6}{FMi}{2005/02/22}{4}
976 Replace: \textsf{inputenclistings} \> \textsf{inputenc}
978 \erroronpage{177}{exa 3-5-1}{HjG/FMi}{2004/05/31}{2}
979 In the first paragraph, the ``\ldots \verb*=.\para='' yields a
980 single (sentence ending) interword space; but in the following
981 three, ``\ldots \verb*=. \para='' yields doubled space.
982 (Due to the leading space in the definition of |\para|.)
983 The same problem is in exa 3-5-2 except that there is does not show
984 in the output due to a linebreak.
986 \seriouserroronpage{177/178}{ll.-2/-1/1}{HjG/FMi}{2004/06/01}{2}
987 Missing word and references to wrong paragraphs of exa 3-5-2:\\
988 ``The line numbers in the second |\marginpar| continue the
989 numbering on the main vertical list (the last line of \u{first}
990 paragraph was~5) and the \u{second} paragraph then continues with
993 ``\ldots\ (the last line of \u{the} \u{preceding} paragraph was~5) and
994 the \u{third} paragraph \ldots''
996 \erroronpage{179}{exa 3-5-5}{HjG}{2004/05/31}{2}
997 In the first paragraph, the two instances of
998 ``|\linelabel{|\ldots|}|\verb*= \sample=''
999 yield double (sentence ending) interword space.
1000 (Due to the leading space in the definition of |\sample|.)
1002 \erroronpage{179}{Example 3-5-5, l.-2}{CBC}{2004/05/20}{2}
1003 Change: ``we see to refer to'' \> ``we see references to''.
1005 \erroronpage{182}{para 2, l.-2}{CBC}{2004/05/20}{2}
1006 Change: ``of an \verb=\Parallel..Text='' \> ``of \u{a}
1007 \verb=\Parallel..Text=.
1009 \erroronpage{182}{para 3, l.1}{HjG/FMi}{2004/05/31}{2}
1010 ``computer \u{lingua}'' \> ``computer \u{jargon}''
1012 \erroronpage{182}{exa 3-5-11}{HjG/FMi}{2004/05/31}{2}
1013 Small improvement:\\
1014 |\setlength\parindent{|\u{\texttt{-10pt}}|}| \>
1015 \ldots \u{\texttt{\char`\{-\char`\\leftskip\char`\}}}
1017 \iffalse only on some books
1018 \erroronpage{183}{exa 3-5-13}{HjG}{2004/05/31}{}
1020 ``|[|'' in ``|\begin{Parallel}[v]{}{}|'' only half visible.
1023 \erroronpage{184}{footnote 1, l.1--2}{BMo}{2004/05/16}{2}
1024 Rewrite beginning: ``Although the \textsf{multicol} package is
1025 distributed under LPPL (\LaTeX{} Project Public License)~[111], for
1026 historical reasons its copyright contains an additional ``moral
1027 obligation'' clause\ldots''
1029 \erroronpage{189}{para 3, l.2}{MHo}{2004/05/08}{2}
1030 Spurious extra letter: ``If this is a
1031 possibility, \texttt{multicols}\u{t} produces a warning.''
1033 \erroronpage{189}{para -2, ll.2/3}{HjG}{2004/05/31}{2}
1034 Extra word: ``bars in the margin, \u{the} known as \ldots''
1036 \erroronpage{189}{par -1, l.4/5}{HjG}{2004/05/31}{2}
1037 Add comma: ``However, if \ldots\ another\u{,} the \ldots''
1039 \erroronpage{190}{}{FMi}{2004/06/13}{2}
1040 Editorial comment: changes for page 189 affect page break position
1041 so 190 has to be retypeset for second printing.
1046 \erroronpage{196}{table 4.2}{YiL}{2012/05/07}{}
1047 The values shown in the table aren't any quite correct. These days
1048 some of them are calculated depending on the chosen paper size option
1049 and so have slightly different values from what is listed in the table.
1050 The values listed are those that have been used in 2.09 (i.e., they
1051 would be fully correct in compatibility mode, that is for documents
1052 starting with |\documentstyle|).
1054 \erroronpage{199}{code block}{UFi}{2004/07/31}{2}
1056 \texttt{\u{1in}+}|\oddsidemargin+\textwidth+\evensidemargin|\texttt{\u{+1in}}
1059 \erroronpage{202}{para 3, l.4}{CBC}{2004/05/21}{2}
1060 Change: ``list-related parameter'' \> ``list-related parameters''.
1062 \erroronpage{202}{para 3, l.4}{PYu}{2004/07/07}{2}
1063 Remove surplus word: ``in \u{in} figure 3.3''
1065 \erroronpage{203}{para 3, l.3}{HjG}{2004/05/31}{2}
1066 ``one or the other criteri\u{a}''
1067 \> ``\ldots\ criteri\u{on}'' (singular)
1069 \seriouserroronpage{205}{para 2, l.2}{HjG}{2004/05/31}{2}
1070 Delete backslash: ``an option of the type
1071 \u{\texttt{\char`\\}}\emph{num}|headlines|''
1073 \erroronpage{205}{para 3, l.1}{CBC}{2004/05/21}{2}
1074 Swap words: ``header \u{is size} enlarged'' \> ``header \u{size is}
1077 \erroronpage{205}{para 4, l.4}{CAR}{2004/06/06}{2}
1078 Delete word: ``\ldots taken up by the binding\u{ method}. For
1081 \erroronpage{205}{para 5, l.2}{CBC}{2004/05/21}{2}
1082 Omitted word: ``one can \u{perform} the parameter calculations''.
1084 \seriouserroronpage{205}{para 5}{FMi}{2004/06/06}{2}
1085 Append: For details see the KOMA-Script documentation.
1087 \seriouserroronpage{205}{Example 4-2-6, 1.3}{CBC}{2004/05/21}{2}
1088 Add a comment line: ``\verb=% syntax: \typearea[<binding corr.>]{<slices>}=''
1090 \erroronpage{206}{para 2, l.6}{FMi}{2004/06/06}{2}
1092 Replace: ``\ldots shows a layout \u{identical} to the one
1094 ``\ldots shows a layout \u{very similar} to the one produced\ldots''
1096 \seriouserroronpage{206}{para 2, l.6}{HjG}{2004/05/31}{2}
1098 ``Example \u{4-2-4} on page \u{204}'' \>
1099 ``Example \u{4-2-5} on page \u{205}''
1101 \erroronpage{209}{para 1, l.1--2}{BMo}{2004/05/16}{2}
1103 ``\ldots and does not leave sufficient space for marginal notes
1104 that fall outside the page.''
1106 ``\ldots but does not adjust the size of the marginal boxes to fit
1107 in the remaining margin.''
1110 \erroronpage{210}{para -1, l.3}{CBC}{2004/05/21}{2}
1111 Omitted word: ``allow you \u{to} set several values''.
1113 \erroronpage{211}{para 4, l.6}{FMi}{2004/08/30}{4}
1114 Add: ``\ldots be called multiple times \u{in the preamble},
1115 each time overwriting the previous settings.''
1117 \erroronpage{212}{para -1, l.2}{CKr}{2004/11/11}{4}
1118 Remove surplus: ``the \emph{logical} page
1119 \u{you} you want to produce.''
1121 \seriouserroronpage{213}{para 1, l.2}{BMo}{2004/05/16}{2}
1122 Option \texttt{executive} is listed twice, replace once with
1125 \erroronpage{213}{para 2, l.1}{CKr}{2004/11/11}{4}
1126 Typo: ``The following example sets up an artific\u{i}ally small logical page''
1128 \erroronpage{213}{para 1, l.1--2}{FMi}{2006/09/09}{4}
1129 Option \texttt{b3} is listed twice.
1131 \erroronpage{213/214}{exa 4-2-11/13}{FMi}{2004/06/05}{2}
1132 The picture (|rosette.ps|) is clipped a tiny bit at the left side.
1133 That's actually an error in the |.ps| file itself and can be seen
1134 in all other examples where the file is used.
1136 \seriouserroronpage{214}{para 1, l.6}{BMo}{2004/05/16}{2}
1137 ``\ldots\ \texttt{notext} \ldots'' should be ``\ldots\
1138 \texttt{nographics} \ldots''.
1140 \erroronpage{217}{para -2, l.1}{HjG}{2005/05/08}{4}
1141 Replace (since the package's default is different):\\
1142 Finally the \u{en dash} between the prefix and the page number \dots\ \>\\
1143 Finally the \u{separator} between the prefix and the page number \dots
1145 \erroronpage{219}{l.4}{HjG}{2004/06/03}{2}
1146 Missing italic correction:
1147 \verb=\=\emph{name}\verb=mark=
1149 \erroronpage{219}{para -1,l.2}{HjG}{2005/05/09}{4}
1150 Reference to wrong section:\\
1151 ``Table~9.2 on page~547 in Section~\u{9.1.3}'' \>\\
1152 ``Table~9.2 on page~547 in Section~\u{9.2.1}''
1153 (or omit section refence completely)
1155 \erroronpage{223}{tab 4.3}{THa}{2004/06/22}{2}
1156 Spurious space after superscript \textsuperscript{a} in footnote.
1158 \erroronpage{226}{para. 5, l.2}{PYu}{2004/07/05}{2}
1159 Change to plural: ``The headers and footers are typeset \u{in boxes}
1160 that, by default, \u{have} the same width as |\textwidth|\,. The
1161 \u{boxes} can be made wider (or narrower)\ldots''
1164 \erroronpage{227}{para 2,l.1}{HjG}{2005/05/09}{4}
1166 ``running \u{heading}'' \>
1167 ``running \u{header}''
1169 \erroronpage{227}{para 3,l.1}{HjG}{2005/05/09}{4}
1171 ``the \u{heading} is extended'' \>
1172 ``the \u{header} is extended'' \>
1174 \erroronpage{229}{2.-1}{CBC}{2004/05/24}{2}
1175 Change: ``if the first B-head\ldots would have already been'' \> ``if
1176 the first B-head\ldots had already been''.
1178 \erroronpage{229}{para -2,l.-2}{HjG}{2005/05/09}{4}
1180 ``the \u{heading}'' \>
1183 \erroronpage{230}{exa 4-4-3}{HjG}{2005/05/09}{4}
1185 ``|\fancyfoot[R]{\scriptsize\today}|\texttt{\u{\char`\%}}''
1187 % not a bug, but heh ho
1188 \erroronpage{232}{ll.1/2}{HjG}{2004/06/03}{2}
1189 Add words: ``With a similar mechanism we prepared \u{the running
1190 headers of} the index for this book.''
1192 \erroronpage{232}{ll.1/2}{CKr}{2004/11/17}{4}
1193 Remove surplus: ``With a similar mechanism we prepared \u{the} the running\ldots''
1195 \seriouserroronpage{234}{First boxed command}{CBC}{2004/05/24}{2}
1196 Change: ``\verb=\enlargethispage*{=size\verb=}='' \>
1197 ``\verb=\enlargethispage{=size\verb=}=''.
1199 \erroronpage{237}{para 1, l.3}{MKo}{2004/08/06}{2}
1200 Change: ``\textsf{scrpage}'' \> ``\textsf{scrpage2}''
1202 \erroronpage{237}{para 4, l.3}{DAl}{2005/01/11}{4}
1203 Change: ``also works as \u{an} replacement'' \> ``also works as
1206 \erroronpage{237}{para 5, l.2}{CBe}{2004/07/27}{2}
1207 Change: ``14pt'' \> ``17pt''
1212 \erroronpage{239}{para -1, l.1}{HjG}{2004/06/03}{2}
1213 Extra word: ``After \u{a} taking a quick look \ldots''
1215 \erroronpage{241}{Example 5-1-1}{CBC}{2004/05/24}{2}
1217 Change: ``esprit trouble'' \> ``esprit troubl\'e''.
1219 The whole example has been changed to better demonstrate
1220 the \verb|\kill| command.
1222 \erroronpage{242}{para -2}{DSch/FMi}{2005/09/19}{4}
1224 ``The \texttt{tabular*} environment has an additional width argument that
1225 specifies the required total width of the table.
1226 It needs stretchable spaces between columns, that have to be added using
1227 |\extracolsep| (see page~246).''
1230 %% check, maybe (if other error
1231 \erroronpage{243}{para 1, l.3/4}{HjG}{2004/06/03}{}
1232 Change: ``Their scope can be \u{general} or local.''
1236 \erroronpage{243}{}{CBe}{2004/07/27}{4}
1237 The explanation of the command \comando{\arraystretch} is
1238 wrong; in fact it does not multiply the inter-row space by the specified
1239 factor, so that a factor of 1.5 would move the rows 50\% farther apart.
1240 \comando{\arraystretch} scales by the specified factor the height and depth of
1241 the invisible strut that is in the first cell of every row of tabular and array
1242 environments. If all the cells of the row are smaller than the strut the effect
1243 is more or less similar to an enlargement of the inter-row space, while if at
1244 least one cell in the row is larger than the strut no spreading apart takes
1245 place other than that required by the largest cell.
1249 \erroronpage{243/244}{tab.~5.1/5.2}{HjG}{2004/06/03}{2}
1250 In the left columns of these tables, typewriter font should be used
1251 for the braces, to better match the appearance in the syntax boxes.
1253 \erroronpage{244}{tab.~5.2}{HjG}{2004/06/03}{2}
1254 1. In the |m| row, the braces in |\parbox|\u{\{}\emph{width}\u{\}}
1255 are not from the typewriter font, as they are in the |b| row.\\
1256 2. In the |>| and |<| rows, the |p|, |m|, and |b| options are
1257 listed once without and once with their |{..}| arguments.
1259 \seriouserroronpage{244}{para -1, l.3--4}{FMi/DCa}{2005/02/05}{4}
1260 Replace: ``the sum of its value,
1261 added to the product
1262 |\baselineskip|${}\times{}$|\arraystretch}|''
1264 `` $|\arraystretch| \times (|\extrarowheight| + 0.7 |\baselineskip|)$''
1267 \erroronpage{246}{para 3}{FMi}{2005/09/19}{4}
1268 Add blue marginal note: ``Making \texttt{tabular*} stretch to the
1271 \erroronpage{246}{para 3, l.3/4}{HjG}{2004/06/03}{2}
1273 ``The use \ldots\ is subject\u{ed} to two restrictions: \ldots''
1274 \> ``\ldots~subject \ldots''
1276 \erroronpage{247}{exa 5-2-9}{CBe}{2004/07/27}{2}
1277 Add hyphenation points for |Possibi\-li\-t\'es|
1279 \erroronpage{248}{para 1}{FMi}{2005/09/19}{4}
1280 Replace para with: ``A
1281 common use of |@{}| is to remove the space equal to
1282 the value of |\tabcolsep| (for \texttt{tabular}) that, by default,
1283 appears on each side of the table,
1284 except when the column specification starts or ends in a \verb=|=.''
1287 \erroronpage{249}{exa 5-2-11}{FMi}{2004/07/27}{2}
1288 Add hyphenation points for |Possibi\-li\-t\'es|
1290 \seriouserroronpage{249}{l.-2}{HjG}{2004/06/03}{2}
1292 ``\ldots\ the \textsf{array} package \texttt{m} and \u{\texttt{t}}
1294 \> ``\ldots\ \u{\texttt{b}} \ldots''
1296 \erroronpage{252}{para 2, l.3}{HjG}{2004/06/03}{2}
1297 Missing word: ``\ldots\ the last entry in \u{a} row \ldots''\\
1298 Missing word: ``This specification may \u{be} saved \ldots''
1300 \erroronpage{252}{para 3, l.1}{HjG}{2004/06/03}{2}
1301 Either add: ``The |X| columns are set using the |p| column
1302 \u{type}, \ldots''\\
1303 or change (cf.~l.2: an |m| column): ``\ldots\ using \u{a} |p|
1306 \seriouserroronpage{257}{syntax box~2}{HjG}{2004/06/03}{2}
1307 Typo: ``\texttt{\char`\\botto\u{m}caption}''
1309 \erroronpage{261}{para 3, l.3}{HPB/FMi}{2004/07/16}{2}
1310 Add: ``\ldots may be typeset using
1311 \u{the packages \textsf{array} and} \textsf{longtable} \ldots''
1313 \erroronpage{262}{para -1, l.2}{HjG/FMi}{2004/06/04}{2}
1315 ``in standard \LaTeX{}\u{'s} \textsf{article} class''
1317 \erroronpage{270}{exa 5-6-7}{DCa}{2004/07/22}{2}
1318 Spurious `` d'' after ``Beef'' should be deleted.
1320 \seriouserroronpage{270}{para 3 l.1}{UFi}{2004/07/31}{2}
1321 Change: |\botrule| \> |\bottomrule|
1323 \seriouserroronpage{271}{para 3}{FMi}{2004/12/17}{4}
1324 Replace para by: ``By default, the rule extends all the way to the left, but is
1325 ``trimmed'' from the rightmost column by the length specified in the
1326 length parameter |\cmidrulekern|. The optional (\emph{trim})
1327 \u{argument may contain the characters
1328 \texttt{l} and \texttt{r},
1329 indicating that the rule}
1330 \u{is to be trimmed from the left or right, respectively.}
1331 Each \texttt{l} and \texttt{r} may optionally be followed by a width
1332 argument \u{specified using \texttt{\{}\emph{widths}\texttt{\}}},
1333 in which case the rule is trimmed by this amount rather than by the default
1337 \seriouserroronpage{271}{syntax box~1}{HjG}{2004/06/04}{2}
1338 Argument is optional, not mandatory:
1339 |\addlinespace|\texttt{\u[}\emph{width}\texttt{\u]}
1341 \erroronpage{273}{para 3, l.3}{HjG}{2004/05/26}{2}
1342 Missing word: ``not accounted for \u{by} |\multirow|''
1344 \seriouserroronpage{278}{para 2, l.-1}{HjG}{2004/05/26}{2}
1345 Replace: ``Section 6-3-4'' \> ``Example 6-3-4''
1347 \erroronpage{279}{list, item 1}{CKr}{2004/11/30}{4}
1348 Correct typo: ``forced line b\u{r}eaks.''
1354 \erroronpage{283}{para 2, l.5--8}{FMi}{2005/01/15}{4}
1355 Replace with: ``We then continue by
1356 explaining how you can define and use your own floating environments (Section~6.3.1),
1357 or, conversely, how captioning commands can be used to enter
1358 information into the list of figures and tables for nonfloating
1359 material (Section~6.3.2).
1360 Then methods for rotating the content of a float are described
1363 \erroronpage{284}{}{FMi}{2005/01/15}{4}
1364 Editorial comment: needs reprinting since one line moved from
1365 283 to the current page.
1367 \erroronpage{285}{item 3, l.3}{FMi}{2005/02/13}{4}
1368 Use typewriter: ``the default is \texttt{12pt}
1369 \texttt{plus} \texttt{2pt} \u{\texttt{minus}}
1370 \texttt{2pt} for 10\,pt''
1372 \erroronpage{285}{item 3, l.3}{HjG}{2005/02/06}{4}
1373 Default for 12pt document size is given wrong:\\
1374 ``\texttt{\u{14pt} plus 2pt minus 4pt}'' \>
1375 ``\texttt{\u{12pt} plus 2pt minus 4pt}''
1377 \erroronpage{285}{item 3, l.4}{HjG}{2004/06/05}{2}
1378 Should be singular: ``for 12pt document size\u{s}).''
1380 \erroronpage{285}{item 7, l.3}{HjG/FMi}{2005/02/06}{4}
1381 Replace (as it is rubbish):
1382 ``(the default is like |\textfloatsep| on a text page,
1383 but is |8pt plus 2fil| on a page that contains only floats)'' \>\\
1384 ``(the default is like |\textfloatsep|)''
1386 \erroronpage{288}{para -1, l.4--7}{DAr/FMi}{2004/07/23}{2}
1388 ``However, by itself this option
1389 forces all floats to appear \emph{before} the next section material is
1390 typeset, since the |\FloatBarrier| prevents a float from a current
1391 section from appearing below
1392 the start of the new section, even if some material of the current
1393 section is present on the same page. ''
1395 \erroronpage{292}{para 4, ll.1/2}{HjG}{2004/06/05}{2}
1396 Replace: ``combination \u{to}'' \> ``combination \u{of}''
1398 \seriouserroronpage{292}{para -1, l-2}{FMi}{2005/01/08}{4}
1400 ``Because the float styles define the placement of the caption,
1401 floats can contain only a single \verb=\caption= command which is a
1402 restriction compared to standard \LaTeX's behavior.''
1404 Also add marginal warning: ``Only one \verb=\caption= supported''
1407 \erroronpage{293}{para 1, l.3}{J-CCh}{2005/06/01}{4}
1408 Remove surplus char: ``package documentation in
1409 \texttt{float\u{s}.dtx}.''
1411 \seriouserroronpage{293}{exa 6-3-1}{HjG/FMi}{2004/06/05}{2}
1412 Wrong command used (or misplaced opening brace) in preamble code:\\
1413 |\newcommand\xmlcode[1]{\|\u{\ttfamily ttfamily}|{#1}}|
1415 |\newcommand\xmlcode[1]{\|\u{\ttfamily texttt}|{#1}}| \\
1416 only by chance this doesn't do any harm in the example!
1418 \erroronpage{293}{exa 6-3-1}{CBe}{2004/07/27}{4}
1419 The Euler constant must be typeset in roman type according
1420 to the ISO rules; $e$ is the charge of the electron.
1422 \erroronpage{294}{exa 6-3-3}{HjG/FMi}{2004/06/05}{2}
1423 The picture (|rosette.ps|) is clipped a tiny bit at the left side.
1424 That's actually an error in the |.ps| file itself and can be seen
1425 in all other examples where the file is used.
1427 \erroronpage{295}{para -2, l.3}{HjG}{2004/06/05}{2}
1428 Missing word: ``The |[H]| \u{float} is \ldots''
1431 \erroronpage{298}{para 1, l.4}{AMa}{2005/01/13}{4}
1432 The word ``caption'' should be should typeset in sans serif.
1434 \seriouserroronpage{298}{para 3, l.5}{HjG}{2004/06/06}{2}
1435 Missing argument: ``|\newfloat{XMLexa}|%
1436 \u{\texttt{\textbraceleft\meta{placement}\textbraceright}}|{lox}|''
1438 \erroronpage{299}{para 2, ll.-2/-1}{HjG}{2004/06/06}{2}
1439 Missing word: ``so that it \u{is} not worth''
1441 \erroronpage{301}{exa 6-4-2}{HjG}{2004/06/06}{2}
1442 Misspelled word (both in source and output):\\
1443 ``\texttt{ex-\u{s}ample}'' \> ``\texttt{ex-ample}''
1445 \seriouserroronpage{302}{para 2, l.4}{HjG}{2004/06/06}{2}
1446 Missing argument: ``|\newfloat{XML}|%
1447 \u{\texttt{\textbraceleft\meta{placement}\textbraceright}}|{lox}|''
1449 \erroronpage{304/305}{exa 6-4-4}{HjG}{2004/06/06}{2}
1450 The |\FIG| command is different from the one from
1453 |\newcommand\FIG{\includegraphics[width=10mm]{elephant}}|\\
1454 in the preamble part of the example's source.\\
1455 (But that will probably spoil your hand-optimized page breaks. ---
1456 Actually it will improve them: by getting the example larger on
1457 line will carry over from 304 to 305 avoiding the widow there
1458 without changing that page otherwise)
1460 \erroronpage{307}{l.-4}{HjG}{2005/02/12}{4}
1461 Surplus closing brace:\\
1462 ``|\makebox[\linewidth][c]{\usebox\@tempboxa}|%
1463 |\par|\texttt{\u\textbraceright}|% single line|''
1466 \erroronpage{307}{l.3--4}{CBe}{2004/07/27}{}
1467 The Runaway error may be explained in a better way: the
1468 \emph{short-text} cannot exceed one paragraph; the \emph{long-text} may be
1469 several paragraphs long; if the optional argument \emph{short-text} is missing
1470 the \emph{long-text} replaces it, therefore the macros that should process the
1471 single paragraph \emph{short-text} get terribly shaken and produce the Runaway
1472 argument error. A reference to Appendix~B and the long\slash short definition
1473 of commands should be helpful.
1476 \erroronpage{309}{para 4, l.3}{DAl}{2005/06/29}{4}
1477 Missing comma: ``\ldots you will get a typical ``standard \LaTeX''
1478 format\u{,} that is, \ldots''
1480 \erroronpage{312}{\texttt{position} option}{JS/FMi}{2005/09/14}{4}
1481 State that key \texttt{bottom} is the default.
1483 \erroronpage{312}{para 2, l.2}{DAl}{2005/06/29}{4}
1484 Word in wrong position: ``for example, ``above'' the caption if
1485 caption is \u{the} placed at the bottom.''
1487 ``for example, ``above'' the caption if \u{the} caption is \ldots''
1489 \erroronpage{317}{para -4, l.1}{HjG}{2004/06/06}{2}
1490 Extra letter: ``The \textsf{subfig} package\u{s} \ldots''
1492 \erroronpage{319}{para 1, l.5}{C-JCh}{2005/06/10}{4}
1493 Incorrect right quote: ``numbers like ``11.3\u{''}\ldots''
1495 \erroronpage{319}{para 2, l.3}{C-JCh}{2005/06/10}{4}
1496 Incorrect right quote: ``such as ``Figure 1(a-c)\u{''}.''
1498 \erroronpage{321}{exa 6-5-13, l.2}{HjG/FMi}{2004/06/06}{2}
1500 ``|listofindent=4em|'' \> ``|listofindent=5em|''.\\
1501 Looks better and also makes description on page 320 correct.
1503 \erroronpage{321}{para 3, l.2}{UFi}{2004/07/31}{2}
1504 Remove: ``approach is to \u{to} specify\ldots''
1506 \erroronpage{326}{para -1, l.4}{DAl}{2005/07/14}{4}
1507 Missing letter: ``floats appear to\u{o} close to each other\ldots''
1513 \erroronpage{332}{para -2,l.2}{THa}{2004/07/21}{2}
1514 SinCE SEriFS arE noT alwayS horizonTaL: ``Serifs are the tiny
1515 horizontal strokes\dots'' \> ``Serifs are the tiny strokes\dots''
1517 \erroronpage{338}{para -1, l.3}{HjG}{2004/06/29}{2}
1518 Missing word: ``command \u{and} declarative forms''
1520 \erroronpage{341}{para -2, l.-2}{HjG}{2004/06/29}{2}
1521 Missing comma: ``such as |\OE|\u, to lowercase).''
1523 \erroronpage{342}{tab 7.1}{CBe/FMi}{2004/07/27}{2}
1524 Add footnote: ``\textit{The actual sizes shown above are those specially
1525 tailored for use in this book}''
1527 \erroronpage{347}{para 2, l.5+6}{JS/FMi}{2006/11/08}{s}
1528 Replace: ``\u{Computer Modern Typewriter and}
1529 Computer Modern Sans \u{have} only bold extended variants.''
1531 ``\u{In contrast} Computer Modern Sans \u{has} only bold extended variants.''
1533 \erroronpage{349}{Table 7.4}{AFV}{2008/08/08}{}
1534 The font associated with the command |\mathtt| is a sans typewriter font. This
1535 differs from nearly all TeX set ups where the math typewriter font is Computer
1538 \erroronpage{349}{para -1, l.2}{HjG}{2004/06/29}{2}
1540 ``\ldots\ where commands, such as |\rm|\u, would cause \ldots''
1542 \erroronpage{351}{para -2, l.5}{HjG}{2004/06/29}{2}
1544 ``\ldots\ belongs to the text \u{the} surrounding the formula.''
1546 \erroronpage{353}{para 4, l.2}{HjG}{2004/06/29}{2}
1548 ``\u{Extended} Computer Modern'' \>
1549 ``\u{European} Computer Modern''
1551 \erroronpage{354/355}{marginal 3}{FMi}{2004/04/23}{2}
1552 Should be on top of page 355.
1554 \erroronpage{354}{table caption}{AFV/FMi}{2009/01/5}{}
1555 Replace: ``Classification of the Computer Modern font families'' \>
1556 ``Classification of \u{most} Computer Modern font families''
1557 as not all fonts are listed.
1559 \erroronpage{355}{para 4, l.2}{HjG}{2004/06/29}{2}
1560 Missing character: ``on\u{e} can simply exchange''
1562 \erroronpage{356}{para 2, l.2}{HjG}{2004/06/30}{2}
1563 Correct: ``\u{ZE}-fonts'' \> ``\u{EZ}-fonts''
1564 (Index entry is OK!)
1566 \erroronpage{357}{exa 7-5-5, last line}{RSt}{2004/05/26}{2}
1567 Reference [174] instead of [175].
1569 \erroronpage{357}{exa 7-5-5}{HjG}{2004/06/30}{2}
1570 Add page entries for ``Clasen, Matthias'', ``Vieth, Ulrik'', and
1571 ``Ziegler, Justin'' to ``People'' index (pp.1080+1082)
1573 \erroronpage{357}{l.-2}{HjG}{2004/06/30}{2}
1575 ``Clearly, no one wants to type \u{text} like this \ldots''
1577 \erroronpage{358}{para -1, l.1}{HjG}{2004/06/30}{2}
1578 Change word order:\\
1579 ``The list of \u{currently} \u{supported encodings} by
1580 \textsf{inputenc} \ldots'' \>\\
1581 ``The list of \u{encodings} \u{currently supported} by
1582 \textsf{inputenc} \ldots''
1584 \erroronpage{359}{several places}{MKu/FMi}{2004/06/24}{2}
1585 Replace: ISO-8859 \> ISO 8859
1587 \erroronpage{360}{item 8}{CKr}{2004/12/30}{4}
1588 Replace: Next Computer encoding \> Ne\u{XT} Computer encoding
1590 \erroronpage{360}{item 9}{MKu/FMi}{2004/06/24}{2}
1591 Replace: UTF8 \> UTF-8
1593 \erroronpage{360}{para -1}{MKu/FMi}{2004/06/24}{2}
1594 Replace: UTF8 \> UTF-8 (several times)
1596 \erroronpage{361}{para 2+3}{MKu/FMi}{2004/06/24}{2}
1597 Replace: UTF8 \> UTF-8 (several times)
1599 \erroronpage{361}{l.-14}{CBe/FMi}{2004/07/27}{2}
1600 Replace: ``preamble or the document class'' \>
1601 ``document class, a package, or in the preamble''
1604 \erroronpage{362}{l.1}{HjG}{2004/06/30}{2}
1606 ``\ldots\ the user \u{in the preamble} \u{to load still
1607 more encodings}.'' \\\>\\
1608 ``\ldots\ the user \u{to load still more encodings}
1609 \u{in the preamble}.''
1611 \erroronpage{362}{para 1, l.1}{SCo}{2004/05/17}{2}
1612 Printing problem in some books: ``still'', second `l' only half visible.
1614 \erroronpage{367}{para 2, l.3}{CKr}{2005/01/03}{4}
1615 Wrong font: ``old-style numerals by simply switching to the \u{\texttt{TS1}}''
1617 \erroronpage{368}{para -4, l.3}{HjG}{2004/07/01}{2}
1619 ``\ldots\ only. \u{Only} real errors will be shown.'' \>\\
1620 ``\ldots\ only. \u{However,} real errors will be shown
1621 \u{on the terminal}.''
1623 \erroronpage{370}{para 2, l.-1}{RSt}{2004/05/26}{2}
1624 Replace: ``ran run'' with ``\u{you ran}''.
1626 \erroronpage{370}{para 4, l.5}{HjG}{2004/07/06}{2}
1627 Add: ``\ldots\ in one of the three \u{text font} categories.''
1629 \erroronpage{371}{para 1, l.4}{HjG}{2004/07/06}{2}
1630 Add: ``\ldots, such as via a call to |\usefont|\u{ (see Example
1633 \erroronpage{373}{first line of 7.6.1}{UFi}{2004/07/31}{2}
1634 Remove ``the \u{the} fonts''
1636 \erroronpage{373}{first para, l.-1}{BeB}{2004/06/28}{2}
1637 ``collection'' is (at least seems to me) singular:\\
1638 Typo: ``appear'' \> ``appears''
1640 \erroronpage{374}{`Bookman', l.1}{HjG}{2004/07/08}{2}
1641 Typo: ``Bookman was originally design\u{ed} \ldots''
1643 \seriouserroronpage{380}{para 1, l.4--5}{BMo}{2004/05/16}{2}
1644 Better show octal numbers: ``\ldots starting positions like
1645 \texttt{'254}, \texttt{'266}, \texttt{'300}, and \texttt{'312}
1646 (i.e., in octal notation) in\ldots''
1648 \erroronpage{380}{exa. 7-6-10}{J-CCh}{2005/07/06}{4}
1649 Replace: AGEWMET\u{P}HTOS \> AGEWMET\u{R}HTOS
1651 \erroronpage{386}{para -1, l.2}{RWa}{2004/05/31}{2}
1652 Replace ``the X Window\u{s} system'' with ``the X Window \u{S}ystem''.
1654 \erroronpage{387}{para -1, ll.3/4}{HjG}{2004/07/09}{2}
1655 Missing word: ``\texttt{0.87478} should \u{be} used''\\
1658 % no idea if we can fit that in:
1659 \erroronpage{387}{para -1, ll.3/4}{HjG}{2004/07/09}{}
1663 \erroronpage{388}{tab. 7.14}{HjG}{2004/07/09}{2}
1664 Row~1: Thickness of vertical line between first two columns too
1665 wide (printing problem).
1667 \erroronpage{388}{tab 7.14, l.-2}{RPa}{2004/09/14}{4}
1668 Missing space between ``m,'' and ``bx'' in the middle column.
1670 \erroronpage{391}{tab. 7.15}{FMi}{2004/07/09}{2}
1671 Row~1: Thickness of vertical line between first two columns too
1672 wide (printing problem).
1674 \erroronpage{391}{tab 7.15, l.-2}{RPa}{2004/09/14}{4}
1675 Missing space between ``m,'' and ``bx'' in the middle column.
1677 \erroronpage{392}{tab 7.16, l.3}{RPa}{2004/09/14}{4}
1678 ``(bx)'' should be moved to the second column.
1680 \erroronpage{393}{tab 7.17, l.3}{RPa}{2004/09/14}{4}
1681 Missing space between ``(it),'' and ``sc'' in the third column.
1683 \erroronpage{395}{exa 7-7-20}{HjG}{2004/06/22}{2}
1684 Commands need to be swapped to match text:\\
1685 ``|\gothfamily| Swab'' \> ``|\swabfamily| Swab''\\
1686 ``|\swabfamily| Gothic'' \> ``|\gothfamily| Gothic''
1688 \erroronpage{395}{exa 7-7-21}{TSS}{2004/05/25}{2}
1689 The ``s'' in word ``dies'' should be the ``short s'' (ligature
1690 ``s:'') since it occurs in a syllable-final position.
1692 %According to page 765 of "The World's Writing Systems" (edited by P.T.
1693 %Daniels and W. Bright, ISBN 0-19-507993-0, Oxford University Press,
1694 %1996), a syllable-final "s" in fraktur text should be the "short s".
1696 \erroronpage{396}{para 3, l.5}{FMi}{2004/04/23}{2}
1697 Should be: ``\ldots on the \u{third} line.''
1699 \erroronpage{396}{exa 7-7-22}{TSS}{2004/05/25}{2}
1700 The ``s'' in word ``dies'' should be the ``short s'' (ligature
1701 ``s:'') since it occurs in a syllable-final position.
1703 \erroronpage{403}{para 1, ll.1/2}{HjG}{2004/07/09}{2}
1704 Change: ``by using \u{G}lyph \u{C}hart''
1705 \> ``by using \u{the} \u{g}lyph \u{c}hart''\\
1708 \erroronpage{405}{para 3, l.4}{HjG}{2004/06/22}{2}
1710 ``of \u{the} International Phonetic Alphabet (IPA)''
1712 \erroronpage{405/406}{ll.-1/1/2}{HjG}{2004/06/22}{2}
1713 Move closing parenthesis:\\
1714 ``\ldots (based on \ldots\ by Donald Knuth, \ldots \u).'' \> \\
1715 ``\ldots (based on \ldots\ by Donald Knuth\u), \ldots \,.''
1717 \erroronpage{406}{exa 7-8-11}{HjG}{2004/07/09}{2}
1718 Add comma (?): ``|k\ae{}t|\texttt{\u,}''
1720 \erroronpage{407}{para -2, l.1}{BMo}{2004/05/16}{2}
1721 Missing word: ``With popular fonts designed for use with \TeX{},
1722 the euro symbol \u{is} usually available\ldots''
1724 \erroronpage{413}{para -2, l-1}{CBe}{2004/07/27}{4}
1725 ``local guide''; I believe this is an obsolete concept, dating back to
1726 the times when \TeX\ and \LaTeX\ were used on multitasking mainframes;
1727 commercial distributions might still have a ``local guide'', but I have never
1731 \erroronpage{414}{footnote}{hv}{2008/10/30}{}
1732 Replace: |\pcharpath| \> |\pscharpath|.
1734 These days the package |pst-char| has been integrated into |pst-text|.
1736 \erroronpage{416}{tab. 7.27}{HjG}{2004/07/09}{2}
1737 Uppercase vs.\ lowercase in entries for \texttt{T3} and
1739 ``\LaTeX{} \u{P}honetic \u{A}lphabet encoding'' $\leftrightarrow$\\
1740 ``\LaTeX{} \u{p}honetic \u{a}lphabet encoding''
1742 \erroronpage{417}{para 4, l.6}{HjG}{2004/07/10}{2}
1744 ``\ldots\ in front of it. \u For example,''
1746 \erroronpage{418}{para 2, l.-2}{HjG}{2004/07/10}{2}
1748 ``a typewriter font \u{in medium series} with italic shape''
1750 \erroronpage{420}{table 7.28}{CKr}{2005/04/08}{4}
1751 For consistency: ``narrow'' \> ``\u{N}arrow''
1753 \erroronpage{420}{para 1, l.6}{FMi}{2004/06/24}{2}
1754 Replace: ISO-9660 \> ISO 9660
1756 \erroronpage{426}{para 1, l.-2}{CKr}{2005/01/17}{4}
1757 Remove surplus: ``\ldots---other declarations that use this \u{the}
1758 font will benefit automatically.''
1760 \erroronpage{426}{para 1, last sentence}{CAR}{2005/01/22}{4}
1761 Replace with following sentence:
1762 ``This may seem like a strange usage but it has the advantage that when
1764 fonts become available you will need to change
1765 only one font shape group declaration---all declarations that
1766 refer indirectly to these fonts will then benefit automatically.''
1769 \erroronpage{426}{para 5}{HjG}{2004/07/10}{2}
1770 Surplus word: ``\ldots, this function \u{it} writes \ldots''
1772 \erroronpage{426}{l.-2}{HjG}{2004/07/10}{2}
1773 Add word: ``The \u{third} argument''
1775 \erroronpage{428}{item 6}{CKr}{2005/01/18}{4}
1776 Replace: ``Specified the quad width'' \> ``Specifie\u{s} the quad
1779 \erroronpage{432}{para 4, l.9}{HjG}{2004/07/11}{2}
1780 Not plural: ``\ldots: the outer text size\u{s} and the three math
1781 sizes for this text size.''
1783 \erroronpage{433}{l.-10}{HjG}{2004/07/11}{2}
1784 Not start of a sentence, hence \> lowercase:
1785 ``\u{a}nd are usually placed in an \texttt{.fd} file.''
1787 \erroronpage{441}{para 5, l.1}{MKu/FMi}{2004/06/24}{2}
1788 Replace: UTF8 \> UTF-8
1790 \erroronpage{442}{footnote, l.2}{usw}{2005/01/11}{4}
1791 Sentence begins with lowercase 's'.
1793 \erroronpage{443}{para 1, l.1--2}{FMi}{2005/06/10}{4}
1794 Replace the parentheses with: ``(for the latter people sometimes use
1795 the single character \verb="=\,, but this is incorrect as it may
1796 produce a straight double quote, i.e., ")''
1798 \erroronpage{443}{para 3, l.4}{CKr}{2005/01/21}{4}
1799 Correct order: ``Instead, these commands have been implemented in
1800 \u{such a} way that \ldots''
1802 \erroronpage{444}{para 2, l.4}{DAl}{2005/08/01}{4}
1803 Missing word: ``\ldots associates the number 224 \u{with} the
1806 \erroronpage{445}{para 4, ll.3--5}{HjG}{2004/07/12}{2}
1807 Move closing parenthesis:\\
1808 ``\ldots, which normally denote certain accents (i.e.,
1809 are encoding-specific commands, but \ldots\ environment\u).''
1811 ``\ldots, which normally denote certain accents (i.e.,
1812 are encoding-specific commands\u), but \ldots\ environment.''
1814 \erroronpage{446}{footnote, l.1}{CKr}{2005/01/21}{4}
1815 Correct order: \ldots ``\textthreesuperior'' \u{was a}
1816 math glyph---comprehensible?
1818 \erroronpage{447}{Heading}{MKu/FMi}{2004/06/24}{2}
1819 Replace: UTF8 \> UTF-8
1821 \erroronpage{451}{para 4, l.2}{HjG}{2004/07/12}{2}
1823 ``\texttt{\u{'240}} octal'' \> ``\texttt{\u{'344}} octal''
1825 \erroronpage{453}{para 2, l.2}{DAl}{2005/08/01}{4}
1826 Missing word : ``\ldots an \emph{LICR-object} that is \u{to} be
1827 used whenever\ldots''
1829 \erroronpage{455}{para 3, l.-1}{JCh}{2004/07/17}{2}
1830 Typo (characters need to be swapped):
1831 ``L\u{CI}R'' \> ``L\u{IC}R''
1833 \erroronpage{457}{tab. 7.33}{HjG}{2004/07/12}{2}
1834 Wrong sort order (table rows need to be swapped):\\
1835 |\OE| $\leftrightarrow$ |\O| -- cf.\ |\o| and |\oe| on p.459
1837 \erroronpage{457}{tab. 7.33}{HjG}{2004/07/12}{2}
1838 Entry |\`i|: ``(\u{avail})'' \> ``(\u{alias})''
1840 \erroronpage{458}{\texttt{\string\copyright}}{FMi/usw}{2005/01/11}{4}
1841 Natively available in LY1 encoding
1843 \seriouserroronpage{458}{l. 27--30}{JLV}{2005/05/31}{4}
1844 Unfortunately |\guillemotleft|, |\guillemotright|, |\guilsinglleft|, and
1845 |\guilsinglright| have no ``default'' and only function in |OT1| if
1846 \textsf{babel} is loaded
1849 \erroronpage{458}{\texttt{\string\k} entries}{usw}{2005/01/11}{4}
1850 All |\k| entries should be |<constr.>| in LY1 encoding
1852 \erroronpage{459}{\texttt{\string\r A}}{FMi}{2005/04/09}{4}
1853 |\r A| is |<constr.>| in OT1 encoding
1855 \erroronpage{459}{\texttt{\string\r} entries}{usw}{2005/01/11}{4}
1856 All |\r| entries should be |<constr.>| in LY1 encoding
1858 \erroronpage{459}{\texttt{\string\textcelsius}}{usw}{2005/01/11}{4}
1859 Default from |constr./TS1|.
1861 \erroronpage{460}{\texttt{\string\textcopyright}}{usw}{2005/01/11}{4}
1862 Natively available in LY1 encoding
1864 \erroronpage{460}{\texttt{\string\textdiv}}{usw}{2005/01/11}{4}
1865 Natively available in LY1 encoding
1867 \erroronpage{460}{\texttt{\string\texteuro}}{usw}{2005/01/11}{4}
1868 Defined in the newer versions of the encoding (but not available in
1871 \erroronpage{460}{tab. 7.33}{HjG}{2004/07/12}{2}
1872 Wrong sort order (table rows need to be swapped):\\
1873 |\textdblhyphenchar| $\leftrightarrow$ |\textdblhyphen|
1875 \erroronpage{461}{\texttt{\string\textlnot}}{usw}{2005/01/11}{4}
1876 Natively available in LY1 encoding
1878 \erroronpage{461}{\texttt{\string\textpertenthousand}}{DAl}{2005/08/01}{4}
1879 Constructed in T1 encoding
1881 \erroronpage{461}{\texttt{\string\textperthousand}}{DAl}{2005/08/01}{4}
1882 Constructed in T1 encoding
1884 \erroronpage{461}{\texttt{\string\textpm}}{usw}{2005/01/11}{4}
1885 Natively available in LY1 encoding
1887 \erroronpage{461}{table, l. -12}{usw}{2004/05/24}{2}
1888 ``\verb=\textquotedblleft=" is indented by accident.
1890 \erroronpage{462}{\texttt{\string\texttimes}}{usw}{2005/01/11}{4}
1891 Natively available in LY1 encoding
1893 \erroronpage{462}{tab. 7.33}{HjG}{2004/07/12}{2}
1894 Wrong sort order (table rows need to be swapped):\\
1895 |\textthreequartersemdash| $\leftrightarrow$ |\textthreequarters|
1897 \erroronpage{463}{para 1, ll.1/2}{HjG}{2004/06/28}{2}
1898 Add: ``prior \u{to} 1990''
1900 \erroronpage{463}{para 1, l.2}{HjG}{2004/06/28}{2}
1902 ``\ldots integrated in \u{1993})'' \>
1903 ``\ldots integrated in \u{1994})''
1908 \erroronpage{465}{para 4, ll.2+4}{HjG}{2004/06/20}{2}
1909 Add page entry for ``Swanson, Ellen'' to ``People'' index
1911 Add page entry for ``Knuth, Donald'' to ``People'' index
1914 Editorial comment: no need for reprinting this page.
1917 \erroronpage{466}{para 2, ll.3+6}{HjG}{2004/06/20}{2}
1918 Add page entry for ``Spivak, Michael'' to ``People'' index
1920 Add page entry for ``Jones, David'' to ``People'' index
1923 \erroronpage{466}{para 3 l.1}{UFi}{2004/06/04}{2}
1924 Remove comma: ``Michael\u, would have been\ldots''
1926 \seriouserroronpage{468}{para 3, ll.10+11}{JTa}{2004/08/31}4{}
1927 Extra closing brace after the second argument of
1928 \texttt{\textbackslash newenvironment} on both lines.
1930 \erroronpage{471}{para 2, l.4}{VPe}{2004/06/02}{2}
1931 Extra word: ``\ldots this change \u{can} are discussed\ldots''
1933 \erroronpage{478}{exa 8-2-19}{CBe}{2004/07/27}{2}
1934 Poor Maxwell's equations! No doubt there are mathematical
1935 physicists or physical mathematicians that write Maxwell's equations that way.
1936 This is a good example for showing some capabilities of the
1937 \textsf{amsmath} package and its possible extensions by means of the
1938 \comando{\newenvironment} command, but it is an example where all possible ISO
1939 rules are violated! Physical equations deal with quantities, not with
1940 mathematical variables; and quantities have dimensions; as such they have to
1941 comply with the rules established by the Sisth\`{e}me International (SI) and the
1942 various obsolete ``cgm'' systems are officially deprecated; the partial
1943 derivative sign $\partial$ has exactly that meaning and it cannot substitute
1944 the ``nabla'' $\nabla$ sign; finally the $j$ symbol probably indicates the
1945 current density, but in an equation that does not comply with the ISO rules it
1946 might indicate the imaginary unit (which, on the opposite, is prescribed to be
1947 typeset in roman or upright shape as well as $\pi$); treating with vectorial
1948 quantities these should be well marked either with a vector math accent or
1949 must be set in bold italic; with variables depending from four quantities the
1950 apex for indicating the derivative is not univocal for specifying the quantity
1951 with respect to which the derivative is taken. I repeat: the example is good
1952 for describing the math extension capabilities but it could induce the casual
1953 reader to believe that this is the correct form for writing down the Maxwell's
1954 equations; unfortunately it is not.
1956 \erroronpage{480}{para -2, ll.8/9}{HjG}{2004/06/20}{2}
1957 ``(there must be no space before the \texttt[)'' --- why?\\
1958 (Would be ignored by \TeX{} as the end of the cs-name!)
1962 \erroronpage{484}{para 3, ll.1/2}{HjG}{2004/06/20}{2}
1963 Add word: ``\ldots\ the \texttt{equation} \u{environment} is
1966 \erroronpage{488}{para 1, l.2}{HjG}{2004/06/20}{2}
1967 Add word: ``\ldots\ as a subscript \u{or} superscript.''
1969 \erroronpage{488}{para 1, l.1}{FMi}{2005/04/23}{4}
1970 Replace word: ``Note that both \u{environments} \ldots''
1971 \> ``Note that both \u{structures} \ldots'' (as one is a command)
1973 \erroronpage{489}{para -2, l.3}{HjG}{2004/06/20}{2}
1974 Missing closing parenthesis: ``(see Section 8.5.3\u)''
1976 \erroronpage{489}{exa. 8-3-9.1}{DAl}{2005/08/21}{4}
1977 The third array actually only needs \texttt{c} as preamble even
1978 though \texttt{cc} is not wrong. as empty columns on the right are ignored
1980 \erroronpage{491}{para -2, l.3}{BMo}{2004/05/21}{2}
1981 Replace: ``aside'' \> ``at the side''
1983 \erroronpage{493--95}{ll.-1/-2}{HjG}{2004/06/21}{2}
1984 Perhaps a note regarding the defaults should be added:\\
1985 ``The first two parameters, \emph{ldelim} and \emph{rdelim}, are
1986 the left and right delimiters, respectively.
1987 \u{They must be either both empty or both non-empty;}
1988 \u{to place a single delimiter, use a period ``\texttt.'' on the
1991 Editorial comment: affects pagebreaks for 494/95 as well
1993 \iffalse % more blue align stuff
1994 \erroronpage{498}{page}{FMi}{2004/04/23}{}
1995 Printing problem: blue color not properly aligned.
1998 \erroronpage{499}{\S 8.6.2}{HjG}{2004/06/21}{2}
1999 Change section heading: ``Operator \u{and function} names''
2001 \iffalse % more blue align stuff
2002 \erroronpage{500}{page}{FMi}{2004/04/23}{}
2003 Printing problem: blue color not properly aligned.
2006 \erroronpage{501}{exa 8-6-4}{HjG}{2004/06/21}{2}
2007 Surplus word (in source comment):\\
2008 ``\texttt{\% the old \u{the} definition of \textbackslash csc}''
2010 \erroronpage{507}{footnote}{CKr}{2005/02/16}{4}
2011 Good try but wrong word: ``Technically this is due to the denominator being
2012 wider than the \u{numerator} in this case\ldots''
2014 \seriouserroronpage{508}{table 8.6, col.5}{FMi}{2004/04/23}{2}
2015 The bad alignment (in some books) of the blue color probably makes
2016 the illustrations in this column useless.
2018 \iffalse % more blue align stuff
2019 \erroronpage{510}{page}{FMi}{2004/04/23}{}
2020 Printing problem: blue color not properly aligned.
2023 \erroronpage{511}{marginal note}{MHe}{2004/05/22}{2}
2024 Swap words: ``\ldots change \u{the existing} math font
2027 \erroronpage{512}{para 3, l.6}{HjG}{2004/06/22}{2}
2028 Surplus closing brace:
2029 ``|\bm{\alpha}|\texttt{\u\textbraceright}''
2031 \seriouserroronpage{513}{Figure 8.1}{LSchu}{2004/05/22}{2}
2032 Text font is Times, but should be Computer Modern (rather
2035 \erroronpage{513}{para 3, l.1}{HjG}{2004/06/22}{2}
2036 Change: ``In this section show a sample text'' \>\\
2037 ``In this section \u{we} show a sample text''
2039 \iffalse % more blue align stuff
2040 \erroronpage{513}{page}{FMi}{2004/04/23}{}
2041 Printing problem: blue color not properly aligned.
2044 \erroronpage{515}{para 1, l.3}{HjG}{2004/06/22}{2}
2045 Wrong reference: ``Figure~8.3'' \> ``Figure~8.2''
2047 \erroronpage{515}{para -1, l.1}{BMo/CAR}{2004/05/21}{2}
2048 Replace: ``The Metafont versions of Concrete Roman and Math\ldots''
2049 \> ``The Metafont versions of Concrete, both Roman and Math,\ldots''
2051 \seriouserroronpage{516}{fig.~8.6}{CKr/FMi}{2005/02/18}{4}
2052 The txfonts have the symbols |\succapprox| and |\precapprox| in the
2053 wrong position in the fonts.
2054 Until the fonts are corrected one can manually fix the problem by
2055 redeclaring them after loading the \texttt{txfonts} package, i.e.,
2057 \usepackage{txfonts}
2058 \DeclareMathSymbol{\succapprox}{\mathrel}{AMSb}{119}
2059 \DeclareMathSymbol{\precapprox}{\mathrel}{AMSb}{118}
2062 \erroronpage{517}{footnote}{FMi}{2005/06/03}{4}
2063 Y\&Y has unfortunately folded and their domain was taking over by a
2064 seller for ``latex'' clothing (interesting isnt it?).
2065 Some information about Y\&Y can be found at
2066 \texttt{http://www.tug.org/yandy}.
2068 \seriouserroronpage{518}{fig.~8.9}{CKr/FMi}{2005/02/18}{4}
2069 The pxfonts have the symbols |\succapprox| and |\precapprox| in the
2070 wrong position in the fonts.
2071 Until the fonts are corrected one can manually fix the problem by
2072 redeclaring them after loading the \texttt{pxfonts} package, i.e.,
2074 \usepackage{pxfonts}
2075 \DeclareMathSymbol{\succapprox}{\mathrel}{AMSb}{119}
2076 \DeclareMathSymbol{\precapprox}{\mathrel}{AMSb}{118}
2079 \erroronpage{521}{para 2, l.3}{HjG}{2004/06/26}{2}
2080 Missing interword space: ``Section\u~7.6.1''
2082 \erroronpage{521}{footnote}{FMi}{2005/06/03}{4}
2083 Y\&Y has unfortunately folded and their domain was taking over by a
2084 seller for ``latex'' clothing (interesting isnt it?).
2085 Some information about Y\&Y can be found at
2086 \texttt{http://www.tug.org/yandy}.
2088 \seriouserroronpage{523}{figure 8.16}{MHe}{2004/05/22}{2}
2089 The symbols to the left and right of ``Q(t)'' in the middle of
2090 the figure are wrong (this is
2091 actually a bug in the informal math set-up which has now been
2094 \erroronpage{523}{figure 8.16, caption}{BMo}{2004/05/21}{2}
2095 Replace: ``Info Math fonts'' with ``Informal Math fonts''.
2097 \erroronpage{523}{para 3, l.2}{HjG}{2004/06/26}{2}
2099 ``The HV math fonts \u{are} designed at MicroPress'' \>\\
2100 ``The HV math fonts \u{have been} designed at MicroPress''
2102 \erroronpage{524}{para 1, ll.4--6}{HjG}{2004/06/27}{2}
2104 ``This \u{package} extends the \ldots\ font collections\u{ and}
2105 should normally be loaded \ldots'' \>\\
2106 ``This \u{font} extends the \ldots\ font collections\u{; the
2107 corresponding \textsf{stmaryrd} package} should normally be loaded
2110 \erroronpage{524}{para 2, l.7}{HjG}{2004/06/27}{2}
2111 The text states: ``\u{\raisebox{1ex}{\scriptsize(\emph{kernel})}}
2112 identifies symbols \ldots''. However, later on only
2113 ``\u{\raisebox{1ex}{\scriptsize(\emph{ker})}}'' is used.
2114 [E.g., Table~8.10 on page~527 (|\hbar|)
2115 and Table~8.11 on page~528 (|\angle|).]
2117 \erroronpage{524}{para 2, l.-3}{HjG}{2004/06/27}{2}
2118 The text speaks of ``Alphabetic symbols'' -- but the referenced
2119 Table~7.30 on page~435 calls it ``Alphabet character''~!?
2121 \erroronpage{524}{exa 8-9-1}{HjG}{2004/06/27}{2}
2122 The |fleqn| option is used, but in the output, the two equations
2123 seem to be right aligned rather than left aligned!\\
2124 Indeed true: this is because in \textsf{amsmath} the |\mathindent|
2125 added on the left is
2126 actually a rubber length (see page 471) that is automatically
2127 shortend if there is not enough space.
2129 \iffalse % more blue align stuff
2130 \erroronpage{524}{page}{FMi}{2004/04/23}{}
2131 Printing problem: blue color not properly aligned.
2133 \erroronpage{525}{page}{FMi}{2004/04/23}{}
2134 Printing problem: blue color not properly aligned.
2138 \erroronpage{526}{para -1, l.1}{CKr/FMi}{2005/02/20}{4}
2139 Change: ``The unaccented ASCII Latin letters and Arabic
2140 numeral digits (see Table~8.8) \u{all} referred to\ldots''
2141 \> ``\ldots \u{are} referred to\ldots''
2143 \erroronpage{527}{para 2, l.1}{HjG}{2005/05/21}{4}
2145 ``in the first \u{columns} of Table~8.9'' \>
2146 ``in the first \u{rows} of Table~8.9''
2148 \erroronpage{527}{para 2, l.5}{HjG}{2004/06/27}{2}
2150 ``Similarly, the list of lowercase Greek letters \u{there is}
2152 ``Similarly, the list of lowercase Greek letters \u{contains}
2155 \iffalse % more blue align stuff
2156 \erroronpage{528}{page}{FMi}{2004/04/23}{}
2157 Printing problem: blue color not properly aligned.
2160 \erroronpage{527}{table 8.10}{BMo/CAR}{2004/05/21}{2}
2162 better if reordered, in particular so that the first row
2163 contains: \verb=\aleph \beth \gimmel \daleth=. This would
2164 make the this text correct: ``The first four [entries in
2165 table 8.10] are Hebrew letters.''
2168 \erroronpage{527,528}{table 8-10/11}{FMi}{2006/08/09}{s}
2169 Added the missing symbol from amssymb: |\circledR|, |\yen|,
2170 |\checkmark|, and |\maltese|.
2172 The general distribution of symbols between the two tables is a bit
2173 questionable, but this will stay as it is.
2175 \erroronpage{528}{table 8-11}{HjG}{2004/07/13}{2}
2176 Various deviations from alphabetical sort order of the table
2179 \erroronpage{528}{table 8.11}{LHe}{2008/02/08}{}
2180 |\dag| and |\ddag| are |\mathord|s not |\mathbin| as claimed in table
2184 \seriouserroronpage{529}{table 8.12, l.3}{JGr}{2004/06/10}{2}
2185 \verb=\mathring{x}= is missing its accent.
2187 \erroronpage{529}{para 1, l.2}{CKr}{2005/04/24}{4}
2188 Replace: ``looked up |\neq|'' \> ``looked up |\ne|\u{\texttt{g}}''
2190 \erroronpage{530}{table 8-13}{HjG}{2004/07/13}{2}
2191 Various deviations from alphabetical sort order of the table
2194 \erroronpage{530}{table 8.13}{LHe}{2008/02/08}{}
2195 |\dag| and |\ddag| are not |\mathbin|s, hence don't belong in this table
2197 aren't (as claimed in legend) synonyms of |\dagger|
2198 and |\ddagger| respectively.
2200 \erroronpage{531}{table 8.15}{BMo/FMi}{2004/05/21}{2}
2201 The commands starting with |\var...| are only partially in blue to
2202 indicate their relationship with those commands missing the ``var'' in their
2203 names. But this is more confusing than helpful, so they are now made
2206 \seriouserroronpage{531}{table 8.15}{CAR/FMi}{2004/06/05}{2}
2207 |\obar| is listed twice while |\obslash| (also from stmaryrd) is missing
2209 \erroronpage{531}{table 8-15}{HjG}{2004/07/13}{2}
2210 Various deviations from alphabetical sort order of the table
2213 \seriouserroronpage{532}{tables 8-16, 8-17}{HjG}{2004/07/13}{2}
2214 Since |\precsim| is not a negated symbol, it should be moved from
2215 Table~8-17 to Table~8-16, where its sibling |\succsim| already
2218 \erroronpage{532}{tables 8-16/17}{HjG}{2004/07/13}{2}
2219 Various deviations from alphabetical sort order of the table
2222 \erroronpage{532}{table 8.17}{CKr}{2005/02/22}{4}
2223 Add: ``\ldots or, \u{if} flagged\ldots''
2225 \iffalse % more blue align stuff
2226 \erroronpage{533}{page}{FMi}{2004/04/23}{}
2227 Printing problem: blue color not properly aligned.
2230 \erroronpage{533}{tables 8-18/19}{HjG}{2004/07/13}{2}
2231 Various deviations from alphabetical sort order of the table
2234 \iffalse % more blue align stuff
2235 \erroronpage{534}{page}{FMi}{2004/04/23}{}
2236 Printing problem: blue color not properly aligned (horizontally).
2239 \erroronpage{534}{table 8-20}{HjG}{2004/07/13}{2}
2240 Various deviations from alphabetical sort order of the table
2243 \erroronpage{534}{tab. 8.20}{HjG}{2004/06/28}{2}
2244 1. |\hookleftarrow| is listed twice.\\
2245 2. Some ``compound'' symbols have different line widths in their
2246 ``head'' and ``tail'' parts:
2247 |\Longleftarrow|, |\Longmapsfrom|, |\Longmapsto|, |\Longrightarrow|.
2250 \erroronpage{534}{table 8-21}{MBr}{2004/08/02}{2}
2251 Various deviations from alphabetical sort order of the table
2254 \erroronpage{535}{table 8-22/23}{HjG}{2004/07/13}{2}
2255 Various deviations from alphabetical sort order of the table
2258 \erroronpage{537}{table 8-27}{DIs/FMi}{2006/08/09}{s}
2259 Added the four missing delimiters from amssymb: |\llcorner|, |\lrcorner|,
2260 |\ulcorner|, and |\urcorner|. Updated the table note and galley text accordingly.
2265 \erroronpage{540}{para -2, l.6}{MKu/FMi}{2004/06/24}{2}
2266 Replace: ISO-8859-x \> ISO 8859-x
2268 \erroronpage{540}{para -1, l.4}{FMi}{2004/07/20}{2}
2269 Plural: ``Clearly, 8 bits \u{are} not sufficient\ldots''
2271 \erroronpage{541}{para 1, l.-2}{MKu/FMi}{2004/06/24}{2}
2272 Replace: UTF8 \> UTF-8
2274 \seriouserroronpage{543}{table 9.1}{MHe/JBr}{2004/06/10}{}
2275 The Babel implementation on the CD is missing the australian and
2277 options. If you need them, download a new version of Babel.
2279 \erroronpage{543}{table 9.1}{JBr/WaS}{2004/07/31}{2}
2280 Replace: ``\texttt{english}, \texttt{USenglish}
2281 (\texttt{\itshape american}, \texttt{\itshape canadian}), \texttt{UKenglish}
2282 (\texttt{\itshape british}), \texttt{australian} (\texttt{\itshape
2285 Add footnote: ``\textit{The option \texttt{\upshape english}
2286 combines American hyphenation patterns
2287 with a British date format.}''
2290 \erroronpage{545}{exa 9-2-1}{JAn}{2005/09/09}{4}
2291 The quotes surrounding R\'ef\'erences and Chapitre
2292 should be the french ones: use |\og| and |\fg{}|. And similar those
2293 around German words should use |"`| and |"'|.
2296 \erroronpage{546}{para 3, l.4}{HjG}{2004/06/17}{2}
2297 Typo: ``pattern\u{s}''
2299 \seriouserroronpage{548}{para 2, l.4}{UFi}{2004/06/03}{2}
2300 Replace: |\aliasshorthand{"}{/}| should be \verb=\aliasshorthand{"}{|}=
2302 \erroronpage{549}{para 1, l.5}{HjG}{2004/06/17}{2}
2303 Characters should be in `typewriter font' (as in l.2):\\
2304 ``\,``;'' and ``?''\,'' \> ``\,``|;|'' and ``|?|''\,''
2306 \erroronpage{550}{para -2, l.1--2}{CKr}{2005/02/28}{4}
2308 meant to ease typing, wher\u{e}as others\ldots''
2311 \erroronpage{551}{tab 9.3}{CBe}{2004/07/27}{}
2312 I am surprised that in Russian there is no word for ``Glossary''.
2314 Frank: It most certainly exits :-), but right now Babel doesn't
2315 know about it---so there is nothing we can do about it at the
2316 moment. Actually the same problem exists with Polish, although here
2317 I got a translation ``s\l{}ownik termin\'ow'' which will eventually
2318 find its way into Babel.
2320 \erroronpage{552}{exa 9-3-4}{CBe}{2004/07/27}{2}
2321 The words \texttt{i"lusio} and il$\cdot$lusio in the example are
2322 incorrect. They should be \texttt{i"lusi\string\'o} and il$\cdot$lusi\'{o}
2323 respectively %(ref: TB 14-3-252-259)
2326 \seriouserroronpage{553}{para 4}{UFi}{2004/06/03}{2}
2328 Replace with: ``Another popular shorthand is |"-|, which indicates a
2329 hyphenation point (like |\-|), but without supressing
2330 hyphenation in the remainder of the word:''
2332 \erroronpage{553}{exa 9-3-8}{FMi}{2004/06/03}{2}
2333 Replace the example body with:
2335 \fbox{\parbox[t]{1cm}{minister"-president}} \quad
2336 \fbox{\parbox[t]{1cm}{minister\-president}} \quad
2337 \fbox{\parbox[t]{1cm}{ministerpresident}}
2339 to show the differences between |"-|, |\-|, and no hyphen.
2341 \erroronpage{553}{exa 9-3-9}{FMi}{2004/06/03}{2}
2342 Replace the example body with:
2344 1. \present{Gutenberg-Universit"at}
2345 2. \present{Gutenberg"-Universit"at}
2346 3. \present{Gutenberg""Universit"at}
2347 4. \present{Gutenberg"=Universit"at}
2348 5. \present{Gutenberg"~Universit"at}
2351 \erroronpage{554}{para 4, l.2}{HjG}{2004/06/17}{2}
2352 Replace: ``|~n~|\meta{letter}'' \> ``|~n|''
2353 and ``|~N~|\meta{letter}'' \> ``|~N|''
2355 \erroronpage{554}{exa 9-3-11}{UFi/MGo}{2004/06/03}{2}
2357 ``|En fran\c{c}ais on doit mettre un \fg petit espace\fg\|
2358 |devant la ponctuation double: comme cela!|
2361 \erroronpage{556}{item 2, l.3}{HjG}{2004/06/17}{2}
2363 ``\ldots\u{, with the addition that also \texttt{'u} and
2364 \texttt{'U} are made available}.''
2366 auf s.556 unten (1. item) steht, dass der ' fuer Catalan mit allen
2367 vokalen verwendet werden kann; das gilt auch fuer Galician (2. item);
2368 deswegen macht der u.g. nebensatz wenig sinn, denn U gehoert ja zu den
2369 vokalen! -- war vielleicht 'N gemeint? (aber auch das wird bei
2370 Galician schon erwaehnt!)
2373 \erroronpage{556}{para 4, l.2}{UFi}{2004/06/03}{2}
2374 Correct spelling: ``\ldots optional \u{because} the acute accent has\ldots''
2376 \erroronpage{557}{exa 9-3-19}{FMi/JBe}{2005/03/20}{4}
2377 Replaced the example text with a spanish example showing 3 levels of
2380 \erroronpage{558}{para -1, l.2}{UFi}{2004/06/03}{2}
2381 Add comma: ``day, month\u, year''
2383 \iffalse % alternative (but needs to change two pages)
2385 ``\ldots |\hebdate| to translate any Gregorian date, given \u{the three
2386 arguments \emph{day}, \emph{month},
2388 into a Gregorian date in Hebrew.''
2391 \erroronpage{561--562}{para 2, l.-1; para 2, l.1}{BMo}{2004/05/16}{2}
2392 The number 999999 (and 1000, in the second instance) should not
2393 be written with a period as thousands-separator as this is
2394 confusing for readers used to a different convention.
2396 \erroronpage{562}{para 2, l.1+2}{FMi/DPa}{2004/07/24}{2}
2397 Change: ``digits \u{before the decimal point} are expressed'' \>
2398 ``digits \u{denoting multiples of a thousand} are expressed''
2400 \erroronpage{563}{l -18/-17}{CBe}{2004/07/27}{4}
2401 The non zero \texttt{lccode} for the apostrophe is not
2402 a speciality of the Italian language; this non null assignment is made at least
2403 also for Catalan and for French; it should be done for all languages that use
2404 the apostrophe for replacing an elided vowel.
2406 \seriouserroronpage{564}{table 9.5}{FMi}{2004/04/23}{2}
2407 Add a note that the definition of \verb=\th= conflicts with its standard
2408 definition as the LICR object ``\th{}'' (thorn).
2410 \erroronpage{564}{tab. 9.5}{HjG/FMi}{2004/06/18}{2}
2411 In the `Serbian' column, ``|\sh| sh'' is listed twice;
2412 replace the second instance with ``|\arsh| arsh''.
2414 \erroronpage{564}{para -1, l.5}{ERy}{2004/08/06}{2}
2415 Change: ``helpfull'' \> ``helpful''
2417 \erroronpage{565}{line 1}{JGr}{2004/06/16}{2}
2418 Missing space in: Anotherlayout
2420 \erroronpage{569}{l.-2}{HjG}{2004/06/18}{2}
2422 ``Andrew Janishe\u{w}sky'' \> ``Andrew Janishe\u{v}sky''
2423 (This affects p.1081, too!)
2425 \erroronpage{571}{l.1}{HjG}{2004/06/18}{2}
2426 Replace: ``UNIX-like'' \> ``UN*X-like''
2427 (to match spelling elsewhere in the book)
2429 \erroronpage{571}{ll.3+4}{MKu/FMi}{2004/08/03}{2}
2430 Change: ``ISO-IR-111'' \> ``ISO-IR~111'' \\
2431 and ``ISO-IR-144'' \> ``ISO-IR~144''
2433 \erroronpage{571}{para 4}{HjG}{2004/06/18}{2}
2434 Code page ``|mnk|'' listed twice.
2436 %\erroronpage{572}{page}{FMi}{2004/04/23}{}
2437 % Printing problem: blue color not properly aligned.
2439 \erroronpage{573}{descr. env.}{HjG}{2004/06/18}{2}
2440 Items \texttt{T2B:} and \texttt{T2C:} ``Crimean~Tatar'' \> ``Crimean-Tatar''
2442 \erroronpage{573}{para 3, l.4}{HjG}{2004/06/18}{2}
2443 Typo: ``pac\u{ak}ge'' \> ``pac\u{ka}ge''
2445 \erroronpage{574}{para 6, l.1}{HjG}{2004/06/18}{2}
2446 Replace: ``The |cb| font use\u{s} \ldots''
2447 \> ``The |cb| font\u{s} use \ldots''
2449 \erroronpage{574}{para 7, l.2}{HjG}{2004/06/18}{2}
2450 Replace: ``translation'' \> ``transliteration''
2452 \erroronpage{575}{tab 9.7}{CBe}{2004/07/27}{2}
2453 I do not recognize my \texttt{grmn1000} font table; at least
2454 it is incomplete compared with the one that has been uploaded on CTAN in 2002,
2455 well ahead of the publication of this Second Edition.
2457 (Unfortunately an older tfm file was used so that some glyphs do not
2458 show up in the table)
2460 \erroronpage{576}{tab. 9.9}{HjG}{2004/06/18}{2}
2461 Replace: ``Diaresis'' \> ``Dia\u{e}resis''
2463 \erroronpage{576}{tab 9.9}{CBe}{2004/07/27}{2}
2464 |<'otan| does not produce the Greek word on its right,
2465 which was by mistake obtained with |<'o|\texttt{\'otan}
2467 \erroronpage{576}{tab 9.10}{CBe}{2004/07/27}{2}
2468 In the first line all the examples with upper case letters
2469 are wrong in the sence that these glyphs cannot appear in real text,
2470 hence they are removed.
2471 The last two lines are wrong with both lower and upper case
2472 letters. The former error implies a hiatus between an initial capital letter
2473 and a preceding vowel that by definition of ``initial'' is missing. The latter
2474 error is related to the fact that spirit and accent are separated, the former
2475 to the left of the vowel, the latter over the vowel.
2477 Part of the problems are due to a missing |\languageattribute{greek}{polutoniko}|.
2479 \erroronpage{579}{table 9.12, l.7}{HjG}{2005/06/02}{4}
2480 Remove extra right brace: ``|\fontfamily{fr}|\u{\texttt{\textbraceright}}''
2482 \seriouserroronpage{580}{example file \texttt{language.dat}}{WaS}{2004/06/14}{2}
2483 \u{\texttt{us}}\texttt{english} \> \texttt{\u{US}english}\\
2484 \u{\texttt{uk}}\texttt{english} \> \texttt{\u{UK}english}
2486 \seriouserroronpage{580}{\texttt{language.dat} on CD}{WaS}{2004/06/14}{}
2487 The language name problem, i.e.,
2489 \u{\texttt{us}}\texttt{english} \> \texttt{\u{US}english}\\
2490 \u{\texttt{uk}}\texttt{english} \> \texttt{\u{UK}english}
2492 is also present in the language.dat file on
2495 \erroronpage{581}{para 2, l.2}{UFi}{2004/06/04}{2}
2496 Six "languages" are loaded ...: seven?
2498 \erroronpage{581}{para 1, l.2}{WaS/FMi}{2004/06/14}{2}
2499 Change: ``\ldots loaded first by INI\TeX{}; English in the example
2501 \> ``\ldots loaded first by INI\TeX{}); for compatibility reasons this language
2502 should contain US-English hyphenation patterns.''
2504 \erroronpage{581}{para 2, l.2}{WaS}{2004/06/14}{2}
2505 Language names are to be corrected according to p.580.
2508 % no space. do what? probably nothing right now
2509 \erroronpage{581}{para 2, l.3}{HjG}{2004/06/18}{}
2510 Add a footnote to explain the meaning of the term
2511 ``hyphenation trie''?
2514 \erroronpage{583}{para 1, l.1}{HjG}{2004/06/18}{2}
2515 Wrong number: ``(line 32)'' \> ``(line 34)''
2517 \erroronpage{583}{para 1, l.3}{HjG}{2004/06/18}{2}
2518 Replace: ``\texttt{welsh.\u{sty}}'' \> ``\texttt{welsh.\u{ldf}}''
2520 \seriouserroronpage{585}{}{CBe}{2004/07/27}{2}
2522 \comando{\adddialect\{austrian\}\{german\}}\\
2523 and the following one correspond neither to lines 102\textendash 103 of the language
2524 skeleton, nor to the grammar of the \comando{\adddialect} on page 584; this
2525 description as well as the skeleton file apparently require that the language
2526 name be preceded by \comando{\l@}; in facts, for example,
2527 the \texttt{germanb.ldf} contains the line:\\
2528 \comando{\adddialect}\comando{\l@austrian}\comando{\l@german}
2530 \seriouserroronpage{586}{code line 2}{TSS}{2004/05/26}{2}
2531 Extra closing brace after \verb|\def\germanhyphenmins|.
2533 \seriouserroronpage{589}{syntax box}{UFi}{2004/06/04}{2}
2534 Change: |\addto\csname[code]| \> |\addto\csname{code}| (wrong braces)
2536 \erroronpage{591}{para 1, l.5}{UFi}{2004/06/04}{2}
2537 Extra character: ``The third argument, \emph{ex\u{c}ec}, contains\ldots''
2539 \erroronpage{592}{para 3, l.2+4}{PPN}{2004/05/25}{2}
2540 Replace: ``Panday'' \> ``Pand\u{e}y'' (sorry)
2542 \seriouserroronpage{592}{para 3, l.3}{PPN}{2004/05/25}{2}
2543 Replace ``\textsf{bang}'' with ``\textsf{bengali}''. This
2544 package is available on CTAN in the \textsf{languages/bengali/pandey}.
2546 \seriouserroronpage{592}{para 3, l.4 }{PPN}{2004/05/25}{2}
2547 Replace ``\textsf{denag}'' with ``\textsf{devnag}''.
2548 This package is on CTAN \texttt{languages/devanagari/velthuis}.
2550 \erroronpage{592}{para 5, l.1}{CKr}{2004/10/15}{4}
2551 Replace: ``E\u{hit}opian'' \> ``E\u{thi}opian''
2553 \erroronpage{592}{general remarks}{PPn}{2004/05/25}{}
2554 Additional remarks not for inclusion in the book: For \TeX{}, \LaTeX{}
2555 in languages of India,
2556 there are several nice packages. An overview can be found in the
2557 following {\sc TUGboat} Articles;
2560 \item Anshuman Pandey, \textsl{An overview of Indic Fonts for \TeX{}},
2561 {\sc TUGboat} Volume 19, Number 2 / June 1998 115---119
2562 \item Anshuman Pandey, \textsl {Typesetting Bengali in \TeX{}}, {\sc
2563 TUGboat} Volume 20, Number 2, June 1999 119---126
2564 \item C. V. Radhakrishnan, \textsl{A case for \TeX{} in India}, {\sc
2565 TUGboat} Volume 19, Number 1, March 1998, 6---9.
2566 \item Karel P\'{\i}\v{s}ka, \textsl{A conversion of public Indic fonts
2567 from METAFONT into Type I format with} {\sc TeX{}TRACE}, Volume
2568 23, Number 1, 2002, 70---73
2570 Yannis Haralambous and John Plaice, \textsl{Low-level Devan\=agari
2571 support for Omega-- Adapting {\sf devnag}}, i
2572 Volume 23, Number 1, 2002, 50---56
2575 In addition to these articles, TUGIndia has uploaded two
2576 \LaTeXe{} packages (i) Malayalam for \LaTeXe{}, and (ii) Kannada
2577 \LaTeX{}, both available from www.sarovar.org.
2579 A remark on {\sf devnag} package:-- Originally developed by Frans
2580 Velthuis in 1991, it was upgraded for use with \LaTeXe{} (made
2581 NFSS-complaint), and maintained by a team consisting of Dominik
2582 Wujastyk, John Smith, Anshuman Pandey, Fran\c{c}ois Patte, and
2583 Zden\v{e}k Wagner. Very recently, the project has
2584 been handed over to TUGIndia, for further development,
2585 and as of May 2004, it has moved from sourceforge.net to
2590 \CHAPTER{Chapter 10}
2592 \erroronpage{chap.10}{boxed texts}{HjG}{2004/06/08}{2}
2593 In addition to what has been reported elsewhere, here's an overview
2594 of some more inconsistencies in (some of) the ``syntax boxes'' of
2596 With parenthesized arguments, commas are part of the syntax;
2597 hence they should be set in `typewriter font' (???). \\
2598 The space after these commas should also be uniform.
2599 \\ \vspace{.5\baselineskip}
2601 \begin{tabular}{@{}rrllp{44mm}@{}} \hline
2602 page(s) & box(es) & comma & space & remark \\ \hline
2603 599 & & |\rm| & no & asterisk should be in |\tt| \\
2604 602/3 & all & |\rm| & yes & ``...'' vs.\ ``\ldots'' \\
2605 606 & 1 & |\rm| & no & ``...'' vs.\ ``\ldots'' \\
2606 606 & 2 & |\it| & no & \\
2607 607 & & |\rm| & yes & \\
2608 608 & all & |\it| & no & \\
2609 610 & 1--2 & |\rm| & yes & ``...'' vs.\ ``\ldots'' \\
2610 616 & & |\it| & no & \raggedright
2611 also in text after box! \\
2612 (ll.1+5 in first para)
2614 639 & & |\it| & no & \\
2615 641 & 1--2 & $^*$ & no & \raggedright
2616 $^*$various flaws; \\
2617 see separate error entry.
2618 \tabularnewline \hline
2622 \erroronpage{596}{para 4, l.2}{HjG}{2004/06/07}{2}
2623 Replace: ``is the same as \u{those} produced''
2624 \> ``\ldots \u{that} \ldots''
2626 \erroronpage{597}{para -1, l.-4/-3}{HjG}{2004/06/07}{2}
2627 Replace: ``\ldots, in case \u{they are} changed''
2628 \> ``\ldots, in case \u{it is} changed''
2630 \erroronpage{597/598}{para -1, l.-2}{HjG}{2004/06/07}{2}
2631 Delete word: ``which again \u{that} expects one argument.''
2633 \erroronpage{599}{boxed text}{CAR}{2004/05/26}{2}
2634 The asterisk after |\fancyput| should be centred and the `(' and `)'
2635 should be in typewriter.
2637 \seriouserroronpage{599}{boxed text}{HjG}{2004/06/08}{2}
2638 Replace brackets by braces. (The \emph{horizontal-material}
2639 argument is not an optional, but a mandatory one.)
2641 \erroronpage{600}{para 2, l.4}{HjG}{2004/06/07}{2}
2642 Replace: ``\u{don't} work'' \> ``\u{does not} work''
2644 \erroronpage{600}{exa 10-1-12}{GBa}{2004/07/28}{2}
2645 The optional parameter ``[t]'' in the second example is printed as text
2648 Remove in code: ``\texttt{[t]}''
2650 Append to previous paragraph: ``An optional position argument is not supported.''
2652 \erroronpage{601}{l.-17}{CBe}{2004/07/27}{2}
2653 Add word: Calculating the horizontal and vertical \u{distance}
2655 \erroronpage{602--603}{all boxed texts}{CAR}{2004/05/26}{2}
2656 All the parentheses `(' and `)' (9 pairs in total)
2657 should be in `typewriter font'.
2659 \erroronpage{604,605,609}{}{HjG}{2004/06/07}{2}
2660 On p.604 (l. -2) and p.605 (ll. 1, 2) we have ``|join|
2662 On p.605 (ll. -6, -1) these are called ``|..join| environments''.\\
2663 On p.609 (para 3, l.5) it's ``|join| environments'' again.
2665 \erroronpage{606}{para 2, l.1}{HjG}{2005/05/16}{4}
2666 ``The \textsf{epic} \ldots'' \>
2667 either: ``\textsf{epic} \ldots''
2668 or: ``The \textsf{epic} package \ldots''
2670 \erroronpage{606}{para 3, l.1}{HjG}{2004/06/07}{2}
2671 Delete comma and move word:\\
2672 ``This command\u{, which} is a variant \ldots\ command, allows
2674 ``This command is a variant \ldots\ command, \u{which} allows
2677 \erroronpage{606}{second boxed text}{CAR}{2004/05/26}{2}
2678 Brackets should also be in `typerwriter font'.
2680 \erroronpage{606}{para -1}{HjG/FMi}{2005/05/19}{4}
2681 The arguments ``\textit{$\Delta$width}'' and
2682 ``\textit{$\Delta$height}'' are mistakenly used in math mode. In
2683 the book that means a different font and different kerning.
2685 \erroronpage{606--608}{all boxed texts}{CAR}{2004/05/26}{2}
2686 All the parentheses `(' and `)' (9 pairs in total)
2687 should be in `typewriter font'.
2689 \erroronpage{609}{}{FMi}{2004/06/07}{2}
2690 Editorial comment: reprinted see earlier summary entries.
2692 \erroronpage{610}{first two boxed texts}{CAR}{2004/05/26}{2}
2693 All the parentheses `(' and `)' (6 pairs in total)
2694 should be in `typewriter font'.
2696 \erroronpage{612}{exa 10-1-25}{PYu/FMi}{2004/07/05}{2}
2697 The |\protect| in front of |\footnotesize| (twice) is not necessary.
2699 \erroronpage{613}{para 1, ll.2/3}{HjG}{2004/06/21}{2}
2700 Citations disrupt sentence!\\
2701 ``\ldots\ bundle [48,49] or [57, Chapter~6] for \ldots'' \> \\
2702 ``\ldots\ bundle \u{(see }[48,49] or [57, Chapter~6]\u)''\\
2703 and move the parenthesised citations to the end of the sentence.
2705 \erroronpage{614}{para 1, l.4}{HjG}{2004/06/07}{2}
2706 Missing closing quotes:
2707 ``the ``extended\u{\strut''} or ``enhanced'' \ldots''
2709 \erroronpage{615}{Tab.\ 10.1}{FMi}{2006/10/21}{s}
2710 The important driver ``vtex'' is missing. On the other hand
2711 some of the listed drivers are only of historical interest.
2713 \erroronpage{616}{boxed texts}{FMi}{2004/05/26}{2}
2714 Corrections as outlined in summary entry above.
2716 \erroronpage{618}{boxed text}{CAR}{2004/05/26}{2}
2717 Replace: ``\textit{key val list}'' \> ``\textit{key/val-list}''
2718 (also in following text).
2720 \erroronpage{619}{viewport}{BMo/FMi}{2007/10/20}{s}
2721 Explanation of \texttt{viewport} key changed to better explain that it only
2722 changes the space reserved but doesn't prevent printing the whole graphic
2723 (unless \texttt{clip} is used additionally)
2725 \erroronpage{620}{editorial change}{FMi}{2007/10/20}{s}
2726 Text changes on previous page results in different page break.
2728 \erroronpage{620}{para 1, l.1; para 2, l.1}{HjG}{2004/06/07}{2}
2730 ``the first \u{seven} keys'' \> ``the first \u{eight} keys''\\
2731 ``The first \u{nine} keys'' \> ``The first \u{ten} keys''
2733 \erroronpage{620}{para 5, l.2}{FMi}{2005/04/27}{4}
2735 ``\ldots in the \u{optional arguments}.'' \>
2736 ``\ldots in the \textit{key/val-list}.''
2738 %\erroronpage{621}{page}{FMi}{2004/04/23}{}
2739 % Printing problem: blue color not properly aligned.
2741 \erroronpage{623}{para 1, l.7}{HjG}{2004/06/07}{2}
2742 Delete word: ``some \u{of} key combinations''
2744 \erroronpage{623}{boxed text}{CAR}{2004/05/26}{2}
2745 Replace: ``\textit{key val list}'' \> ``\textit{key/val-list}''
2746 (also in following text).
2748 \erroronpage{630}{para 3, l.3}{UFi}{2004/06/01}{2}
2749 Replace: ``the next |\parbox| examples'' \> ``the next
2750 \u{\texttt{tabular}} examples''
2752 \erroronpage{631}{para.2, l.6}{FMi/HjG}{2006/10/22}{s}
2753 Ersetze: "`\u{This point} is shown \ldots"' \>
2754 "`\u{This} is shown \ldots"'
2756 \erroronpage{631}{para -1, l.-1}{JBr}{2004/08/02}{2}
2757 Replace: ``\textit{key val}'' \> ``\textit{key/val}''
2759 \erroronpage{632}{fig. 10.2}{HjG}{2004/06/07}{2}
2760 The horizontal extent of the box is called ``|length|'' \>
2761 probably better: ``|width|''.\\
2762 Missing standalone horizontal specs:
2763 ``|[l]|'' $\equiv$ ``|[lc]|'';
2764 ``|[r]|'' $\equiv$ ``|[rc]|''.
2766 \erroronpage{632}{boxed text}{CAR}{2004/05/26}{2}
2767 Replace: ``\textit{key val list}'' \> ``\textit{key/val-list}''
2769 \erroronpage{633}{para 1, ll.4/5}{HjG}{2005/05/16}{4}
2770 Add character: ``A matrix \ldots\ appear\u{s} below.''
2772 \erroronpage{633}{l.-2}{HjG/DPa}{2004/06/07}{2}
2773 Replace: ``The material in the section can be compared to
2774 Sebastian\ldots'' \>
2775 ``The material in this section is similar to that of Sebastian\ldots''
2777 \seriouserroronpage{633}{example}{HjG}{2006/10/21}{s}
2778 The first column shows incorrect output: instead of x=0mm it uses some
2781 \erroronpage{634}{editorial change}{FMi}{2006/10/21}{s}
2782 Fix on previous page will change page break.
2785 \erroronpage{637}{footnote 2}{FMi}{2004/06/12}{2}
2786 Bug in \texttt{url.sty} generated extra space.
2788 \erroronpage{639}{boxed text}{HjG}{2004/06/08}{2}
2789 The parentheses `(' and `)' should be in `typewriter font'.
2791 \erroronpage{640}{para -1, l.-2}{HjG}{2004/06/07}{2}
2792 ``the second |\vector| is truncated'' \>
2793 ``the second |\vector| is not rendered correctly''
2795 \erroronpage{641}{first two boxed texts}{HjG}{2004/06/08}{2}
2796 The parentheses `(' and `)' around ``x1,y1'' (3 pairs in total)
2797 should be in `typewriter font'.\\
2798 All coordinates should be in (math) italic with subscripts
2799 (cf., e.g., pp.607/610): $x_1$, $y_1$, $x_2$, $y_2$.
2801 \seriouserroronpage{641}{para 2 l.1}{UFi}{2004/06/01}{2}
2802 Replace: ``between points (x1,y2)'' \> ``between points (x1,\u{y1})''
2804 \erroronpage{641}{syntax boxes}{FMi}{2004/06/01}{2}
2805 The variable parts do not show the right fonts.
2807 \erroronpage{641}{para 3, l.1}{ReSt}{2005/04/17}{4}
2808 Remove: ``The |\Curve| command\u{s} is similar\ldots''
2810 \erroronpage{641}{para 3, l.2}{HjG}{2004/06/07}{2}
2811 Second occurrence of mandatory argument should use the same font as
2812 the first one, i.e., ``\textit{m}'' instead of ``\texttt{m}''.
2814 \seriouserroronpage{641}{para 4, ll.2/3}{HjG}{2004/06/07}{2}
2816 ``Like |\linethickness|, it is an absolute value \u{in points}
2817 (i.e., not affected by |\unitlength|)\u{ with the unit omitted}.''
2819 ``Like |\linethickness|, it is an absolute value (i.e., not
2820 affected by |\unitlength|)\u{, given in any of \LaTeX's units}.''
2822 \erroronpage{642}{item 6, l.2}{ReSt}{2005/04/28}{4}
2823 Remove: ``font information \u{information} to allow\ldots''
2825 \seriouserroronpage{643}{para 4, l.3}{MSc}{2004/06/04}{2}
2826 delete ``,and .gif''
2828 \erroronpage{643}{para 3, l.1}{FMi}{2005/11/11}{s}
2829 Unfortunately Th\`anh's name is misspelled. The correct spelling
2830 is ``H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh''.
2832 \erroronpage{643}{para 4, l.5}{CBe}{2004/07/27}{2}
2833 Add: ``\ldots can be converted to PDF by
2834 ImageMagick's \texttt{convert} utility\u{, \texttt{eps2pdf}} (\u{both
2835 of} which call \texttt{ghostscript}
2836 internally), \texttt{Acrobat Distiller}, or\ldots''
2838 \erroronpage{646}{l.1}{HjG/FMi}{2004/06/08}{2}
2840 ``(If the \texttt{dvi} file contains more than one
2841 page several output files are generated.)''
2844 \CHAPTER{Chapter 11}
2846 \erroronpage{651}{1st example}{PYu}{2004/07/01}{2}
2847 ``Page 9 :'' should be typeset ``Page 9:''.
2849 \erroronpage{652}{2nd example}{HjG}{2004/06/10}{2}
2850 Missing colon: ``Page 22\u{\strut:}''
2852 \erroronpage{652}{l.-3}{HjG}{2004/06/10}{2}
2853 Surplus words: ``The latter case \u{is for} allows for \ldots''
2855 \seriouserroronpage{654}{para 2 l.7}{UFi}{2004/06/01}{2}
2857 |\index{\texttt{|\emph{key}|}|\u{\texttt{\textbraceright}} and''
2861 %That's a nice one: somehow the copy-editor has but the output is one
2862 %of the few remaining graphics in the book, sigh
2864 \seriouserroronpage{656}{figs. 11.3+4}{HjG}{2004/06/10}{2}
2865 The text on p.649, l.1 claims:
2866 ``Figures 11.3 and 11.4 on page 656 show the input and generated
2867 output of a small \LaTeX{} document, \ldots, together with the
2868 result of including the \textsf{showidx} package \ldots''
2869 This does not quite hold: There are some differences in the text
2870 and the output of \textsf{showidx} contains some index entries not
2871 present in the source.
2873 \vspace{.5\baselineskip}
2875 \hspace*{-100pt}\begin{minipage}[b]{\linewidth}
2876 \begin{tabular}{@{}lll@{}} \hline
2877 \multicolumn{3}{c}{Differences in the text} \\ \hline
2878 & source (fig. 11.3) & output (fig. 11.4) \\ \hline
2879 \S1 & \ldots actually written into that file \u{only} \ldots
2880 & \ldots actually \u{only} written into that file \ldots \\
2881 \S2 & \u{To} prepare the index \ldots
2882 & \u{In order to} prepare the index \ldots\\
2883 \S2 & \ldots, \u {such as} \ldots
2884 & \ldots, \u{like} \ldots \\
2885 \S3 & \ldots by \u{the index processor} \ldots
2886 & \ldots by \u{\texttt{makeindex}} \ldots \\ \hline
2887 \multicolumn{3}{c}{Missing index entries} \\ \hline
2888 & \multicolumn{2}{l}{include index} \\
2889 & \multicolumn{2}{l}{Final production run} \\
2890 & \multicolumn{2}{l}{makeindex@\texttt{makeindex} program
2891 \emph{(2nd instance)}} \\ \hline
2895 \vspace{.5\baselineskip}
2896 The source has now been edited to match the printed output.
2899 \erroronpage{656}{}{CBe}{2004/07/27}{s}
2900 How horrible the page rotated counterclockwise!
2902 \erroronpage{657}{\texttt{-p} item, l.-1}{HjG}{2004/06/10}{2}
2903 Add word: ``\ldots the three \u{special} cases \ldots''
2905 \erroronpage{660}{tab 11.1, note}{JMH}{2005/08/06}{4}
2906 Swap the words ``single'' and ``double''
2909 % not a bug make it look nicer
2910 \erroronpage{661}{tab. 11.2, right col.}{HjG}{2004/06/10}{}
2911 Inter-line spacing in multiple-line entries ???\\(Keywords:
2912 |headings_flag|, |item_x1|, |delim_0|, |page_precedence|)
2915 \erroronpage{661}{tab. 11.2, l.12}{JMH}{2005/08/06}{4}
2916 The identifier referred is ``\texttt{heading\_flag}'', but the
2917 description uses the word ``\texttt{flag}''.
2920 \erroronpage{662}{l.6}{RPa}{2004/09/14}{4}
2921 The |-p| option is described on page 657.
2924 % in short rnaRA is correct
2925 \seriouserroronpage{664/665}{para -2/-1}{HjG}{2004/06/10}{2}
2926 Confusion: default value of |page_precedence|:\\
2927 In para~\mbox{-2}, l.\mbox{-1}:
2928 ``\ldots; the default is |rRnaA|, as noted in Table~11.2 on
2930 But in that table, ``|"rnaRA"|'' is given!\\
2931 In para~\mbox{-1}, l.\mbox{-2}:
2932 ``\ldots\ default |page_precedence| of |rnaRA| \ldots''!\\
2933 (Also note that the remarks on p.666, para~2, suggest |rRnaA|,
2934 referring to the same table as above.)
2936 Changed to consistently refer to rnaRA.
2938 page 666 changed to reflect rnaRA:\\
2939 `` \ldots\ assumes that pages numbered with lowercase Roman
2940 numerals precede those numbered with Arabic numerals, which in turn
2941 precede those numbered with the lowercase alphabet, uppercase Roman
2942 numerals and finally the uppercase alphabet.
2945 \seriouserroronpage{661/664-5}{}{FMi}{2005/08/14}{4}
2947 Confusion: the changes made in the second printing were wrong! The
2948 default for |page_precedence| is |rRnaA| after all. (Or more
2949 precisely: the program code shows |rnaRA| as the default but that
2950 value is never used and the program logic implements |rRnaA| -- what
2953 Most of that section rewriten to better explain the limitations of
2954 MakeIndex in the area of ``funny'' page numbers.
2957 \seriouserroronpage{666}{para 4 l.5 and l.6}{UFi}{2004/06/01}{2}
2958 Add extra visual space in second index: ``Likewise,
2959 \verb*=\index{a space}= and
2960 \verb*=\index{a space}= produce\ldots''
2962 \erroronpage{668}{boxed text}{HjG}{2004/06/10}{2}
2963 Slight inconsistency (also in subsequent text: para~\mbox{-2}):
2964 File arguments named ``\emph{idx1 idx2 \ldots}'' -- as opposed to
2965 pp.~655 and~674, where they're named ``\emph{idx0 idx1 \ldots}''.
2967 \erroronpage{669}{para 3}{JS}{2004/07/24}{2}
2968 Since xindy ignores all macros, it has no problems at all with
2969 formatting macros, but more problems with macros producing text.
2970 Substituted this paragraph with:
2972 ``\texttt{texindy} ignores unknown
2973 \TeX{} commands by default under the assumption that they do not
2974 produce text. It also knows about typical text-producing commands
2975 like \verb=\LaTeX= and \verb=\BibTeX= and handles them correctly.
2976 If you have your own command definition that produces text, or if you
2977 use one supplied by a package, then the entry is sorted
2978 incorrectly. You will either need to specify an explicit sort key
2979 in your index entry, as in \verb=\index{prog@\Prog}=, or write a
2980 \texttt{xindy} style file with a merge rule, as explained in
2983 Be aware that producing index entries in arguments of commands has
2984 its own pitfalls, e.g., in
2985 \verb=\command{Properties of \Prog\index{\Prog}}=.
2986 Then \LaTeX{} commands might be expanded
2987 before they are written to the \texttt{idx} file and the placement
2988 in the index will depend on the expansion of \verb=\Prog=.''
2990 \erroronpage{669}{para -2, l.3}{MKu/FMi}{2004/07/01}{2}% already done by fmi
2991 Add: ``\ldots \verb|\usepackage[latin1]{inputenc}| to all her
2992 documents \u{(or on recent Linux distributions the
2993 option \texttt{utf8})}, while\ldots''
2995 \erroronpage{669}{section 11.3.2, para 2, L.3}{JMH}{2005/08/06}{4}
2996 "*her* documents": why a female *her*?
2998 \erroronpage{670}{table 11.3}{TMW/JS}{2004/06/07}{2}
2999 texindy can only work with Latin scripts out of the box. Removed
3000 all other languages, and checked list of supported languages with
3001 current xindy ``\LaTeX{} Companion Release''.
3003 \erroronpage{671}{para 2}{JS}{2004/06/07}{2}
3004 Replace with: ``There are about 50 predefined languages available, 35 of them are
3005 readily usable with \texttt{texindy}. They are listed in
3006 Table~11.3 on the facing page; you select one of them with the
3007 \texttt{texindy} option~\texttt{-L}. The other predefined
3008 languages have non-Latin scripts, their usage is described in the
3009 \texttt{xindy} documentation.
3012 \erroronpage{672}{table 11.4}{TSS/JS/CAR}{2004/05/26}{2}
3013 The \verb|word-order| module has two essentially equivalent
3014 descriptions. The |letter-order| module doesn't mention that
3015 it's turned on by texindy option \texttt{-l}. Use ``so-called'' as
3016 an example for |ignore-hyphen|. Add table footnote ``When two
3017 entries are identical except for ignored characters, those
3018 characters are not ignored any more.''
3020 \erroronpage{673}{para 5, ll.2/3}{HjG}{2004/06/10}{2}
3021 Words need to be swapped:
3022 ``multiple \u{characters may} form a unit''
3024 \erroronpage{674}{para 1 l.1}{UFi}{2004/06/01}{2}
3025 Extra word: ``those \u{of} available''
3027 \erroronpage{674/675}{boxed text and item list below}{JS}{2004/07/24}{2}
3028 Add option |[-C codepage]|. Add explanation between option |-L|
3029 and |-q|: ``Use \textit{codepage} as internal base
3030 encoding for sorting. This is used for fine-grained control of language
3031 module selection, needed only for non-Latin scripts.''
3033 \erroronpage{675}{example code}{JS}{2004/07/24}{2}
3034 Exchange xindy example style file with one that works. (Half of the
3035 lines were problematic in subtle ways.)
3037 \erroronpage{679}{example 3, para after the source}{JMH}{2005/08/06}{4}
3038 \texttt{:define-attributes} \> \texttt{define-attributes}
3040 \seriouserroronpage{679}{descr of theindex}{DSch}{2005/05/23}{4}
3041 Comparing the code in TLC2 with \texttt{book.cls} made me realize
3042 that the |\columnsep| command must come \emph{before} |\twocolumn| in
3043 order to have the desired effect.
3045 \seriouserroronpage{680}{descr of theindex}{DSch}{2005/05/23}{4}
3046 Comparing the code in TLC2 with \texttt{book.cls} made me realize
3047 that the |\columnsep| command must come \emph{before} |\twocolumn| in
3048 order to have the desired effect.
3050 \erroronpage{680}{First code block}{AFV}{2006/01/13}{s}
3051 Correct: |\mark|\texttt{\u k}|both| \>
3054 \erroronpage{681}{para 1 of \S 11.4.3, l.2}{HjG}{2004/05/26}{2}
3055 Extra word: ``augments \u{the} \LaTeX's indexing mechanism''
3058 \CHAPTER{Chapter 12}
3060 \erroronpage{general}{several pages}{HVo/FMi}{2004/05/21}{}
3061 The German word ``Schuldrecht'' is incorrectly hyphenated as
3062 ``Schul\-drecht'' in several examples due to the fact that English
3063 hyphenation patterns are used unless the language is
3064 explicitly marked. This is a deliberate effect, see pages 719 and
3067 \erroronpage{683}{para 3, l.1}{HjG}{2004/06/12}{2}
3069 ``The chapter begins \u{with} a short introduction \ldots''
3072 \erroronpage{684/685}{exa 12-1-2, l.-2 of source}{BMo/FMi}{2004/05/16}{2}
3073 ``But then it might not'' should be ``But then they might not''
3074 for parallelism with the ``Multiple authors'' to which it is
3077 Also changed: ``Multiple authors'' \> ``Entries with multiple
3079 so that it is clear that not the authors are a problem (though
3080 come to think of it: given the example's authors\ldots)
3082 \erroronpage{685}{exa 12-1-1/2}{FMi}{2004/06/20}{2}
3083 Editorial comment: due to the modification of the \BibTeX{} data
3084 base \texttt{tex.bib} on page 690 the example output will change
3085 slightly in a reprint.
3088 \erroronpage{687}{para 1}{FMi}{2004/08/03}{2}
3089 Add: ``Depending on the layout produced by the class,
3090 it may result in \u{a normal space,} some extra space\u, or in starting a new line.''
3092 \erroronpage{688}{figure 12.1}{JMH}{2005/07/18}{4}
3093 Replace in first item: |\cite| \> |\citation|
3095 \erroronpage{690}{entry test97}{HjG/FMi}{2004/06/18}{2}
3096 Add ``\texttt{and others}'' to the author field. Otherwise the
3097 example explanations in chapter 13 (pages 793--797) are
3100 Editorial comment: This change will affect the output of a
3101 number of examples in chapter 12 as well.
3103 \erroronpage{691}{syntax box}{HjG}{2004/06/13}{2}
3104 Set commas in `typewriter font'
3106 \erroronpage{694}{para 3, l.2}{HjG}{2004/06/13}{2}
3107 Missing comma: `\,``see [2--3,7\u,13]''\,'
3109 \erroronpage{696}{para 1, l.1}{DAl}{2005/08/21}{4}
3110 Missing word: ``\ldots option \u{is} shown in Example 12-2-9\ldots''
3112 \erroronpage{697}{para 3, l.5}{HjG}{2004/06/13}{2}
3113 Move period: `\,``Ref\u{''.}\,' \> `\,``Ref\u{.''}\,'
3115 %%\erroronpage{702}{para 2, l.2}{BMo}{2004/05/16}{}
3116 %% ``Evidently'' does not seem to me to be quite the right word here.
3118 % not convinced yet /FMi
3120 \erroronpage{705}{exa 12-3-17/18}{FMi}{2004/06/20}{2}
3121 Editorial comment: due to the modification of the \BibTeX{} data
3122 base \texttt{tex.bib} on page 690 the example output will change
3123 slightly in a reprint.
3125 \erroronpage{705}{para 3, l.5}{TMi}{2004/08/27}{4}
3126 Replace ``Geophysics'' with ``Geophysical''.
3128 \erroronpage{707}{exa 12-3-22}{FMi}{2004/06/20}{2}
3129 Editorial comment: due to the modification of the \BibTeX{} data
3130 base \texttt{tex.bib} on page 690 the example output will change
3131 slightly in a reprint.
3133 \erroronpage{707}{exa 12-3-22, l.-2 of source}{BMo}{2004/05/16}{2}
3134 ``But then it might not'' should be ``But then they might not''
3135 for parallelism with the ``Multiple authors'' to which it is
3138 Also changed: ``Multiple authors'' \> ``Entries with multiple
3142 \erroronpage{708}{para 3, l.6}{UFi}{2004/05/27}{2}
3143 Replace: ``situati\u{ui}n'' \> ``situation''
3145 \erroronpage{708}{para 4, l.1}{HjG}{2004/06/14}{2}
3146 Add: ``when using \u{the} \texttt{chicago} \u{\BibTeX\ style}.''
3148 \seriouserroronpage{710}{para 4, l.2}{BMo}{2004/05/16}{2}
3150 ``locate the printed version.'' \> ``locate the
3151 article within the journal.''
3153 \erroronpage{713}{para 1, l.3}{HjG}{2004/06/14}{2}
3154 Replace: ``|\citep|'' \> ``|\citealp|''
3156 \erroronpage{717}{para 1, l.4}{JMH}{2005/07/18}{4}
3157 Add word: ``If you \u{only} want to specify an \textit{annotator},
3160 \seriouserroronpage{719}{para 4, l.-2/-1}{UFi}{2004/05/27}{2}
3161 Extra word: ``the \u{the} journal'' \\
3162 Correct explanation: ``\ldots the journal name\u{, volume number,}
3163 and year of publication, which is why we got ``TUGboat \u{10
3166 \seriouserroronpage{719}{syntax box}{HjG/FMi}{2004/06/14}{2}
3167 Order of optional arguments are like |\cite| (i.e., swapped):\\
3168 |\citetitle[|\emph{post-note}|]{|\emph{key(s)}|}| or
3169 |\citetitle[|\emph{annotator}|][|\emph{post-note}|]{|\emph{key(s)}|}|\\
3170 |\cite*[|\emph{post-note}|]{|\emph{key(s)}|}| or
3171 |\cite*[|\emph{annotator}|][|\emph{post-note}|]{|\emph{key(s)}|}|
3173 \seriouserroronpage{722}{para 2, ll.2/3}{HjG}{2004/06/14}{2}
3174 Correct explanation: ``\ldots is always ``author name, journal,
3175 \u{volume,} and year''.''
3177 \seriouserroronpage{723}{syntax box}{HjG/FMi}{2004/06/14}{2}
3178 Order of optional arguments are like with |\cite|:\\
3179 |\fullcite[|\emph{post-note}|]{|\emph{key(s)}|}| or
3180 |\fullcite[|\emph{annotator}|][|\emph{post-note}|]{|\emph{key(s)}|}|
3182 \erroronpage{726}{para 3, l.2}{HjG}{2004/06/14}{2}
3184 ``\ldots\ when used together\u, with \ldots''
3186 \seriouserroronpage{727}{para 3, l.-3}{JBe}{2004/06/01}{2}
3187 Replace: \texttt{\textbackslash jbnovarioref} \>
3188 \texttt{\textbackslash jbignorevarioref}
3190 \erroronpage{727}{examples 12-5-21/22}{FMi}{2004/06/03}{2}
3191 Not wrong, but it looks funny: due to the chosen example height the
3192 footnote from the previous page (not shown) is partially carried
3193 over so we get ``43311-7'' as the first item in the footnote. That
3194 is the last part of the ISBN number see example 12-5-20.
3196 Previous page enlarged by one line to avoid this.
3197 \verb|\AtBeginDocument{\enlargethispage*{\baselineskip}}|
3198 added to (hidden) preamble commands.
3200 \erroronpage{729}{para 1, l.-1}{HjG}{2004/06/14}{2}
3201 Correct: ``to ``Ibid.\u{, \S\,3}''.''
3203 \seriouserroronpage{730}{example 12-5-28}{UFi}{2004/05/27}{2}
3204 Citation 7 and 8 are similar, but the description above says
3207 To correct this mistake and to better show what happens, the example
3208 was changed to contain a slightly different set of citations (same
3209 change was made to example 12-5-27):
3211 Full citations: \cite{aschur} \cite{bschur}
3212 not shown on the left!
3214 text \cite[\S\,7]{aschur} text
3215 \cite[\S\,8]{aschur} \cite[\S\,16]{zpo}
3216 text \cite[\S\,7]{bschur} \cite{aschur}
3217 text \cite[\S\,3]{zpo}
3219 And the text above the example was changed as follows:
3221 ``If \texttt{name\&title\&auto} was selected (either implicitly or
3222 explicitly), then the following happens: the first citation of a
3223 publication automatically displays the full entry (citation~5 in the
3224 next example). In case of repeated citations to unambiguous works
3225 only the name of the author(s) are shown (citation~8). For ambiguous citations
3226 this will be done only for immediately following citations
3227 (citation~4). However, if there are
3228 intervening citations, then the name(s) and short titles are shown
3229 (citations~3, 6, and~7).''
3231 \erroronpage{731}{para 1, l.4}{HjG/FMi}{2004/06/15}{2}
3232 Correct/change to: ``that \u{two}
3233 citation\u{s} \ldots\ \u{are} actually wrong:''
3235 \erroronpage{732}{para 3. l.2}{JMH}{2005/07/18}{4}
3236 Replace: ``in which case \u{the first} cross-reference \ldots''
3237 \> ``in which case \u{a} cross-reference \ldots''
3239 \erroronpage{734}{para 1, l.2}{CKr}{2005/05/7}{4}
3240 Correct: |\bibgerman| \> |\bib|\u{\texttt s}|german|
3242 \erroronpage{734}{para 2, l.-1}{CKr}{2005/03/24}{4}
3243 Remove surplus letters: ``get the correct\u{ion} hyphenation.''
3245 \seriouserroronpage{741}{l.-5}{HjG}{2004/06/15}{2}
3246 Missing closing brace:
3247 |\renewcommand\opcit{\textit{supra}|\u{\texttt{\textbraceright}}
3249 \seriouserroronpage{743}{item 3}{UFi}{2004/05/27}{2}
3250 Equal sign missing: \texttt{sortkey\u{ = }"Bismarck, Otto von"}.
3252 \erroronpage{744}{exa 12-5-48/49}{HjG}{2004/06/15}{}
3253 There's a spurious space before all occurrences of
3254 ``\textsc{D. E. Knuth}''! \\ This is (partly, ie in the footnote)
3255 due to a missing percent in the definition of |\@realcite| and
3256 |\@printbibliography| in the camel package. Seems that a problem
3257 with the volume parsing in camel is the reason for the surplus
3258 spaces showing up in the bibliography output. Reported to the
3261 \erroronpage{745}{ll.3/4}{HjG}{2004/06/15}{2}
3263 ``\ldots\ \texttt{jobname.tts}'' \>
3264 ``\ldots\ \meta{jobname}\texttt{.tts}''\\
3265 ``\ldots\ \texttt{jobname.lts}'' \>
3266 ``\ldots\ \meta{jobname}\texttt{.lts}''
3268 \erroronpage{746}{tab 12.2}{HjG}{2004/06/15}{2}
3269 Replace (`bibtopic' column, row 4; `multibib' column, row 7):\\
3272 \erroronpage{746}{Tab. 12.2}{THa}{2004/06/21}{2}
3273 Change ``Requires tailored .bib files'' \> ``Works with standard
3275 (and change matching row entries)
3277 \erroronpage{746}{Tab. 12.2}{THa}{2004/06/21}{2}
3278 Change: ``Above typeset together somewhere'' \>
3279 ``Group bibliographies together''
3281 \erroronpage{749}{para -1, l.1}{THa}{2004/06/22}{2}
3282 Missing accents: ``Jose Alberto Fernandez'' \> ``Jos\'e Alberto
3285 \erroronpage{750}{para -3, l.-2}{CKr}{2005/03/31}{4}
3286 Delete surplus word: ``\ldots as \u{the} the auxiliary files would be
3289 \erroronpage{752}{para 1, l.-1}{HjG}{2004/06/15}{2}
3291 ``\ldots in an \texttt{\u\textbackslash article} class).''
3293 \erroronpage{753}{para 4, l.5}{HjG}{2004/06/15}{2}
3294 Replace: ``|\bibliography|'' \> ``|\bibliographystyle|''
3296 \seriouserroronpage{755/756}{}{THa}{2004/06/21}{2}
3297 Wrong limitation of multibib: The whole passage from ``A final
3298 difference'' up to ``|nocite|.'' should be replaced with something
3299 like: ``The multibib package (since version 2.3 of 2004/01/24) is
3300 compatible with most other packages that provide extensions to the
3301 cite mechanisms, including \textsf{cite}, \textsf{natbib}, and
3302 {jurabib}. Moreover, the package provides a general interface which
3303 allows to add arbitrary extensions of cite commands to be recognized
3304 by \textsf{multibib}.''
3306 Editorial comment: change affects pagebreak position.
3308 \erroronpage{756}{Ex. 12-6-10}{THa/FMi}{2004/06/21}{2}
3309 Replace source text with:
3310 |\LaTeX{} offers an interface to include|\\
3311 |graphics \citelatex{LGC97}. \LaTeX's|\\
3312 |default citation scheme is| \\
3313 |number-only \cite{vLeunen:92}.|\\
3314 i.e., move/remove the sentence periods. This should not affect the
3315 output as the superscript is moved and double periods are removed.
3318 \CHAPTER{Chapter 13}
3321 \erroronpage{758}{para 3, ll.1/2}{HjG}{2004/06/16}{2}
3322 Delete word: ``\ldots\ to look for
3323 \u{management} tools that help in managing such databases.''
3325 \erroronpage{758}{para 4}{HjG/FMi}{2004/06/16}{2}
3326 Add+change: ``Once everything is under control, we return in
3327 \u{Section~13.5} to the task of typesetting
3328 and look at how different \BibTeX{} styles can be used to produce
3329 different bibliography layouts from the same input. As there may not
3330 be a suitable style for a particular set of layout requirements
3331 available, Section~\u{13.5.2} discusses how to
3334 \erroronpage{763}{tab. 13.1}{HjG/FMi}{2004/06/16}{2}
3335 In the explanation for \texttt{misc}, replace:\\
3336 ``(i.e., the entire field is empty)'' \>
3337 ``(i.e., the entire entry is empty or has only ignored fields).''
3339 \erroronpage{764}{para -3, l.-1}{HjG}{2004/06/16}{2}
3340 Add: ``following a field \u{name (and \texttt= sign)}''
3342 \erroronpage{765}{tab. 13.2}{HjG}{2004/06/16}{2}
3343 In the explanation for \texttt{type}:\\
3345 ``For the \u{entry} type \texttt{phdthesis} \ldots''\\
3346 l.3: Punctuation is not part of string:
3347 ``|type = "{Ph.D.} dissertation|\texttt{\u.}|"|'' \>
3348 ``|type = "{Ph.D.} dissertation"|\u.''\\
3349 l.5: Punctuation is not part of strings:\\
3350 ``\texttt{chapter = "1.2\u," type = "Section\u."}'' \> \\
3351 ``\texttt{chapter = "1.2"}\u{ and} \texttt{type = "Section"}\u.''
3353 \erroronpage{765}{`key's description, l.1}{JMH}{2005/06/29}{4}
3354 Remove ``cross-referencing'': cross-referencing just uses key appearing in
3357 \erroronpage{766/767}{several places}{DAl}{2005/09/12}{4}
3358 Replaced ``Miguel Lopez Fernandez'' by ``Miguel Parra Benavides''
3359 as the original name would really require accents that are not yet
3360 discussed at this point.
3362 \erroronpage{766}{para 6, l.1 }{UFi}{2004/05/27}{2}
3363 Move comma: Fernandez\u{,''} should be Fernandez\u{'',}
3365 \erroronpage{767}{l.7}{SPe}{2007/05/21}{s}
3366 ``Miguel Parra Benavides'' is missing closing quotes.
3368 \erroronpage{767}{l.10}{SPe}{2007/05/21}{s}
3369 ``Parra'' and ``Benavides'' are missing closing quotes.
3371 \erroronpage{768}{para 4, l.4}{UFi}{2004/05/27}{2}
3372 Replace: ``(see Section 13.2.2)'' \> ``(see below)'' \\
3373 After all we are in 13.2.2 :-)
3375 \erroronpage{770}{para 1, l.1}{HjG}{2004/06/16}{2}
3376 Replace: ``text \u{field} of \BibTeX\ \u{entries}'' \>
3377 ``text \u{part} of \BibTeX\ \u{fields}''
3379 \seriouserroronpage{771}{verb. text}{HjG}{2004/06/16}{2}
3380 Surplus closing brace:
3381 ``|"\providecommand\url[1]{\texttt{#1}}|\texttt{\u\textbraceright}|"|''
3383 \erroronpage{771}{l.-3}{HjG}{2004/06/16}{2}
3384 Change: ``different sorting rules from English'' \>
3385 ``sorting rules different from those of English''
3387 \erroronpage{772}{l.-5}{HjG}{2004/06/16}{2}
3388 Shell command line should be underlined (as on pp.~775--778).
3390 \erroronpage{773}{para 3, ll.2/3}{HjG}{2004/06/16}{2}
3391 Change: ``put \u{from \BibTeX}\ into the \texttt{.bbl} file'' \>
3392 ``put into the \texttt{.bbl} file \u{by \BibTeX}''
3394 \seriouserroronpage{773}{para 3, ll.-1}{HjG}{2004/06/16}{2}
3395 Change: ``and \u{an} additional \LaTeX\ run'' \>
3396 ``and \u{two} additional \LaTeX\ run\u{s}''
3398 \erroronpage{773}{para -2, l.3}{HjG}{2004/06/16}{2}
3399 Add: ``articles and book\u{s}''
3401 \erroronpage{775}{para -2, l.1}{HjG}{2004/06/16}{2}
3402 Change font: ``in the \texttt{\u{string}} parameter'' \>
3403 ``in the \emph{\u{string}} parameter''
3405 \erroronpage{777}{program output}{FMi}{2004/08/03}{2}
3406 After changing the bib file this line comes out as:
3408 %% "EX/tex.bib", line 92: Unexpected value in ``year = "1980ff"''.
3411 \erroronpage{777}{para -1, l.-3}{HjG}{2004/06/16}{2}
3412 Change: ``all \u{entries} are examined'' \>
3413 ``all \u{fields of an entry} are examined''
3415 \erroronpage{777}{para -1, l.-2}{HjG}{2004/06/16}{2}
3416 Change: ``value part of the \u{entries}'' \>
3417 ``value part of the \u{fields}''
3419 \erroronpage{778}{para 4,l.2}{JMH}{2005/07/18}{4}
3420 Replace: ``\texttt{year=1980ff}'' \> ``|year={1980ff}|''
3422 \erroronpage{779--784}{throughout}{HjG}{2004/06/16}{2}
3423 Shell command lines should be underlined (as on pp.~775--778).
3425 \erroronpage{779}{para 3, l.2/3}{HjG}{2004/06/16}{2}
3426 Add: ``one ore more \BibTeX\ databases as its argument\u{(s)}''
3428 \erroronpage{779}{footnote 2}{HjG}{2004/06/16}{2}
3429 Add second hyphen: ``after the \texttt{-} option.''
3430 \> ``after the \texttt{-\u-} option.''
3432 \erroronpage{780}{top}{FMi}{2004/08/03}{2}
3433 Spurious space on top of page.
3435 \erroronpage{784}{para 1, l.-1}{HjG}{2004/06/16}{2}
3436 Typo (forgotten backslash!?):
3437 ``Progpybliographer'' \> ``\textsf{pybliographer}''
3439 \erroronpage{787}{l.2}{HjG}{2004/06/16}{2}
3440 Shell command line should be underlined (as on pp.~775--778).
3442 \erroronpage{787}{para -2, l.1}{CKr}{2005/04/20}{4}
3443 Remove surplus letter: ``The \textsf{JBibtexManager} program
3444 develop\u{p}ed by Nizar Batada''
3446 \erroronpage{788}{fig. caption}{FMi}{2004/05/14}{2}
3447 Add: The \textsf{JBibtexManager} workspace with the \u{(German locale)}
3449 \erroronpage{788}{footnote}{FMi}{2004/04/23}{2}
3450 Replace: ``Most of these restrictions have been lifted in the
3451 new version of JBibtexManager.''
3453 \erroronpage{789}{para 2, l.1}{FMi}{2004/04/23}{2}
3454 Replace: ``\ldots are kept unchanged but they are
3455 neither visible nor modifiable from within the program.'' \\
3457 ``\ldots are neither visible nor modifiable
3458 except when using the ``raw \BibTeX'' mode in the newest version of
3462 \erroronpage{789}{para 3}{FMi}{2005/06/02}{4}
3463 Replace whole paragraph with:
3464 ``The program is not available on CTAN. Its current home is
3465 \texttt{http://jabref.sourceforge.net/}, where it was merged
3466 with a similar project called \textsf{BibKeeper}
3467 under the new name \textsf{JabRef}.''
3469 \erroronpage{789}{para 5, l.3}{FMi}{2004/05/14}{2}
3471 The only ``foreign'' export formats supported are \texttt{.bbl} files
3472 \u{and \texttt{.htm} files} (i.e., processing a selection of entries with
3473 \BibTeX{} or \BibTeX8 from within the program and producing HTML
3474 from a selection of entries\u{)}.
3476 \erroronpage{791--793}{tab 13.4}{HjG}{2004/06/16}{2}
3477 \texttt{apa.bst} -- add:
3478 ``American Psychology Association \u{\BibTeX\ style}'' \\
3479 \texttt{jmb.bst} -- add:
3480 ``\emph{Journal of Molecular Biology} \u{\BibTeX}\ style''\\
3481 Some journal names are written in italic, other's aren't:
3482 Astronomy; Behavioral and Brain Sciences; Human Biology.
3485 \erroronpage{793}{para 1, l.2}{SN}{2004/06/11}{2}
3486 Remove surplus word: ``using another \u{the} \BibTeX{} style''.
3488 \erroronpage{793}{para 2,l.5}{DAl}{2005/09/03}{4}
3489 Remove comma: ``\ldots wich will show us\u{,} how different\ldots''
3491 \erroronpage{794}{exa 13-5-1/2}{FMi}{2004/06/20}{2}
3492 Editorial comment: due to the modification of the \BibTeX{} data
3493 base \texttt{tex.bib} on page 690 the example output will change
3494 slightly in a reprint.
3496 \erroronpage{795}{exa 13-5-3/4}{FMi}{2004/06/20}{2}
3497 Editorial comment: due to the modification of the \BibTeX{} data
3498 base \texttt{tex.bib} on page 690 the example output will change
3499 slightly in a reprint.
3501 \erroronpage{795}{para 2, l.2}{JMH}{2005/07/18}{4}
3502 Replace: ``author's name'' \> ``authors' names''
3504 \seriouserroronpage{795}{para 2, ll.4/5}{HjG}{2004/06/18}{2}
3505 The text states: ``Also note the interesting label produced for the
3506 reference with more than three authors.'' \\
3507 However, example 13-5-4 cannot show this, as there are only three
3508 authors (item~[GUD97]).
3510 \erroronpage{796}{exa 13-5-5/6}{FMi}{2004/06/20}{2}
3511 Editorial comment: due to the modification of the \BibTeX{} data
3512 base \texttt{tex.bib} on page 690 the example output will change
3513 slightly in a reprint.
3515 \seriouserroronpage{796}{para 1, ll.-2/-1}{HjG}{2004/06/18}{2}
3516 The text states: ``Note that the entry with more than three authors
3517 has now been collapsed, showing only the first one.'' \\
3518 Again, example 13-5-5 does not show this, as there are only three
3519 authors, and all three are shown (item~[5]).
3521 \seriouserroronpage{797}{para 3, l.3}{HjG}{2004/06/18}{2}
3523 ``\ldots; as a result, we get an incomplete \u{first} entry.'' \>
3524 ``\ldots; as a result, we get an incomplete \u{second} entry.'' \\
3525 (Obviously, the citation of \texttt{LGC97} has been added to
3526 example 13-5-7 \emph{after} this text was written.)
3528 \erroronpage{797}{exa 13-5-7}{FMi}{2004/06/20}{2}
3529 Editorial comment: due to the modification of the \BibTeX{} data
3530 base \texttt{tex.bib} on page 690 the example output will change
3531 slightly in a reprint.
3533 \erroronpage{798}{tab 13.5, l. 1-2}{MSch}{2006/01/06}{s}
3534 Replace: ``Erwin'' \>
3537 \erroronpage{798}{para 1, l.3}{CKr}{2005/04/23}{4}
3538 Remove surplus word: ``\ldots, then it is all that \u{it} is necessary.''
3540 \erroronpage{800}{Citation scheme,l.2}{DAl}{2005/09/03}{4}
3541 Replace letter: ``\ldots different questions th\u{a}n if you
3544 \erroronpage{802}{para 2, l.4}{HjG}{2004/06/17}{2}
3545 Replace: ``derivation'' \> ``deviation''
3547 \erroronpage{802}{para -1, l.3}{FMi}{2005/06/02}{4}
3548 Replace wrong braces:
3549 ``|\urlprefix\url[|\textit{field-value}|]|'' \>
3550 ``|\urlprefix\url{|\textit{field-value}|}|''
3552 \erroronpage{803}{para -2, l.2}{HjG}{2004/06/17}{2}
3553 Replace: ``in the second phase of the \u{formatting}'' \>
3554 ``in the second phase of the \u{processing}''
3557 \erroronpage{806}{list, item 3}{UFi}{2004/06/01}{2}
3558 Extra character: ``Printed in the order in which the\u{e}
3561 \erroronpage{806}{para -3}{FMi}{2005/06/02}{4}
3562 Move this paragraph to the bottom of the page since it is really an
3563 explanation about the functions defined for each publication type.
3565 \erroronpage{808}{table 13.8}{JMH}{2005/07/18}{4}
3566 Replace description for |int.to.chr$| with:
3567 ``Translates integers into a characters using the ASCII mapping''
3569 \erroronpage{810}{\texttt{fin.entry} example}{HjG}{2004/06/17}{2}
3570 Replace in ``\emph{After Modification}'' part (2~times):
3571 ``|\sc|'' \> ``|\scshape|''
3573 \erroronpage{811}{para 2, l.3}{HjG}{2004/06/17}{2}
3574 Replace: ``at the beginning of this section'' \>
3575 ``on the facing page''
3579 \CHAPTER{Chapter 14}
3581 \erroronpage{814}{para 6, l.1}{HjG}{2004/06/08}{2}
3582 Delete doubled word:
3583 ``The most important \u{important} commands \ldots''
3585 %% not really a bug but inconsistent
3586 \erroronpage{814}{para -1, l.-2}{HOb}{2004/05/28}{2}
3587 Explicitly show spaces: \verb*=% \iffalse= \ldots\ \verb*=% \fi=
3589 \erroronpage{815}{syntax boxes 2+3}{HOb}{2004/05/28}{2}
3590 For clarification the argument of |\DescribeMacro| and that of
3591 |\begin{macro}| should both start with a |\|.
3593 \erroronpage{816}{para -3, l.4+}{HOb}{2004/05/28}{2}
3595 Note that \u{such short forms for \texttt{\textbackslash verb},
3596 just} like \texttt{\textbackslash verb} itself,
3597 cannot appear in the argument of another command, but
3598 \u{the characters} may be used
3599 freely inside \texttt{verbatim} and \texttt{macrocode} environments.
3601 \seriouserroronpage{820}{para 2, last line}{DHL}{2004/05/16}{2}
3602 Change to: ``lines 1, 2, and \u{4} if \texttt{Bname} is also
3603 asked for, and lines 1, \u{3}, and 4 otherwise.''
3605 \erroronpage{820}{para 3, l.5}{HOb}{2004/05/29}{2}
3606 Remove surplus space: ``behind \%\u{~} signs\ldots''
3608 \erroronpage{820}{table 14.1}{HOb}{2004/05/29}{2}
3609 Entries not sorted correctly: swap |\CheckSum| and |\CheckModules|
3611 \seriouserroronpage{821}{descr.\ of
3612 \ttfamily\textbackslash DeleteShortVerb}{UFi}{2004/05/23}{2}
3613 \verb=\MakeshortVerb= should be \verb=\Make=\u{S}\texttt{hortVerb}\\
3614 \verb=\MakeshortVerb*= should be \verb=\Make=\u{S}\texttt{hortVerb*}
3616 \erroronpage{821}{table 14.1}{HjG}{2004/06/08}{2}
3617 As suggested by HOb (p.815):
3618 ``|\DescribeMacro{\|\emph{cmd}|}|'' and
3619 ``|\begin{macro}{\|\emph{cmd}|}|''.
3621 \erroronpage{822}{table 14.1, entry 2}{HjG}{2004/06/08}{2}
3622 |\meta{|\emph{arg}|}| ``Print \u{the} argument \ldots''
3624 \erroronpage{822}{table 14.1, entry 3}{HOb}{2004/05/29}{2}
3625 Replace with: \verb=\SpecialEscapechar{\=\emph{char\/}\verb=}=
3627 \seriouserroronpage{822}{table 14.1, entry -2}{HOb}{2004/05/29}{2}
3628 Wrong default: ``(default |*|)'' \> ``(default |!|)''
3630 \erroronpage{823}{table 14.1}{HjG}{2004/06/08}{2}
3631 As suggested by HOb (p.815):
3632 ``|\SpecialIndex{\|\emph{cmd}|}|'',
3633 ``|\SpecialMainIndex{\|\emph{cmd}|}|'', and
3634 ``|\SpecialUsageIndex{\|\emph{cmd}|}|''.
3636 \seriouserroronpage{824}{table 14.1, entry 6}{HOb}{2004/05/29}{2}
3637 Typo: |\MakePercentCommand| \> |\MakePercentComment|
3639 \erroronpage{825}{para 3, l.1}{THa}{2004/06/25}{2}
3640 ``\% sign'' \> ``|%| sign''
3642 \erroronpage{825}{para 5, l.1}{THa}{2004/06/25}{2}
3643 ``target'' \> ``target machine''
3645 % making the syntax box bigger affects next page as well:
3646 \seriouserroronpage{826/827}{code box}{UFi/FMi}{2004/05/24}{2}
3647 Closing brace of \verb=\generate{...}= is missing. Also it would be
3648 better if the box shows that several |\file| commands can be used.
3650 \erroronpage{826/827}{para -1\slash para 2}{HjG}{2005/05/15}{4}
3651 The descriptions referring to the syntax box do not characterize
3652 the changed contents of that box (due to a previous error report).
3654 Not only a single \textit{result-file} is possible:\\
3655 ``Within the argument to |\generate| you specify the
3656 \textit{result-file} you want to produce by using a |\file|
3659 The text ``as given above'' does no longer hold:\\
3660 ``With the syntax specification for |\generate| as given above,
3661 you can produce one \textit{result-file} from one or more
3662 \textit{source-files}.''
3664 \erroronpage{826}{l.2}{HjG}{2005/02/26}{4}
3665 Replace: LaTeX \> \LaTeX{}
3667 \erroronpage{826}{para -2, l.-3}{HjG}{2004/06/08}{2}
3668 Add: ``only the code piece\u{s}''
3670 \erroronpage{827}{para 2, l.-1}{HjG}{2005/05/15}{4}
3671 ``source files'' \> ``\emph{source-files}''
3673 \erroronpage{827}{}{FMi}{2004/06/08}{2}
3674 Editorial comment: reprinted because of pagebreak changes.
3676 \erroronpage{828}{para 3, l.2}{DHL}{2004/05/16}{2}
3677 Extra word: ``If so, \u{case}'' \> ``If so,''
3679 \seriouserroronpage{829}{syntax box}{HOb}{2004/05/29}{2}
3680 |\preamble|, |\endpreamble|, |\postamble|, and |\endpostamble| all
3681 have to be on lines by themselves, so the displayed syntax is a bit
3682 misleading (to say it nicely).
3684 \erroronpage{829}{para -2, l.-2/-1}{HjG}{2004/06/08}{2}
3685 Add word: ``in \u{the} \textsc{docstrip} package documentation''
3687 \erroronpage{830}{para 4, ll.5/6}{HjG}{2004/06/08}{2}
3689 ``In addition, the user \u{has configured} the \textsc{docstrip}
3691 ``\ldots\ \u{has to configure} \ldots''
3693 \erroronpage{830}{para 5, l.4}{HjG}{2004/06/08}{2}
3694 Add: ``in the \textsc{docstrip} \u{script}''
3696 \erroronpage{831}{ll. 4 to 15}{UFi/FMi}{2004/05/27}{2}
3697 The |\usedir| declarations in the example are not in accordance
3698 with the TDS set-up. They show what \textsf{jurabib}
3699 currently implements in its \texttt{.ins} files.
3700 However, the correct set-up would be:
3702 \usedir{tex/latex/jurabib}
3703 \file{jurabib.sty}{\from{jurabib.dtx}{package}}
3704 \file{dejbbib.ldf}{\from{jurabib.dtx}{german}}
3706 \usedir{bibtex/bst/jurabib}
3707 \file{jurabib.bst}{\from{jurabib.dtx}{jurabst}}
3709 \usedir{doc/latex/jurabib}
3710 \file{jbtest.tex}{\from{jurabib.dtx}{test}}
3713 This also requires to change the text following.
3715 \erroronpage{831}{ll.16/17}{HjG}{2004/06/09}{2}
3716 Double interword space?
3717 (if so: 2x visible, 1x vanished in line break)\\
3718 ``in \ |tex/...|'' \qquad yes, bug in \texttt{url}.
3720 \seriouserroronpage{831/832}{general}{HjG}{2004/06/09}{2}
3721 Replace throughout: |\DeclareDirectory| \> |\DeclareDir|.\\
3722 Unfortunately, \texttt{docstrip} is not consistent in its command names.
3724 \seriouserroronpage{832}{l. 5}{UFi}{2004/05/27}{2}
3725 Missing \texttt{*}: |\DeclareDir|\u{\texttt{*}}|{tex/bibtex/...|
3727 \erroronpage{832}{code blocks}{DPa}{2004/08/04}{2}
3728 Three instances of |tex/bibtex| in |\DeclareDir| should lose the |tex/| to
3729 conform to TDS and change made on page 831
3731 \erroronpage{832}{2. code block}{MSch}{2006/01/06}{s}
3732 Replace: |text/latex/base| \> |tex/latex/base|
3734 \erroronpage{832}{para 4, l.-2}{HOb}{2004/05/29}{2}
3735 Change: ``\ldots a single |\UseTDS| in\ldots'' \>
3736 ``a |\UseTDS| and a |\BaseDirectory| declaration in\ldots''
3738 \erroronpage{832}{para 5, l. -3}{UFi}{2004/05/23}{2}
3739 The ``\TeX{} Live CD'' is spelled incorrectly as
3740 ``\TeX{} live'' or ``\TeX live''
3742 \erroronpage{832}{l.-2}{HjG}{2005/05/15}{4}
3743 Underline, as it is command line input.
3745 \erroronpage{833}{para -1, l.1}{J-CCh}{2005/07/17}{4}
3746 Spurious extra blank between ``Another potential''.
3749 \erroronpage{834}{para 4, l.2}{HjG}{2004/06/09}{2}
3750 Change: ``These command\u{s}''
3752 \erroronpage{834}{para 5, l.-1}{HjG}{2004/06/09}{2}
3753 Closing parenthesis should not be in `typewriter font':\\
3754 ``(after |\begin{document}|\u)''
3756 \erroronpage{834}{para 5}{FMi}{2007/11/13}{}
3757 Explain that |\cmd| can't be used with conditionals, e.g., those produced
3760 \erroronpage{835}{para 6, l.2}{DHL}{2004/05/16}{2}
3761 Missing letter: ``the source files into a
3762 ``user'' documentation and a\u{n} ``implementation'' part.''
3764 \erroronpage{835}{para 6, l.5}{DHL}{2004/05/16}{2}
3765 Missing word: ``as the \textsf{doc} package \u{is} loaded''
3767 \erroronpage{835}{ll.-6/-4}{HjG}{2004/06/09}{2}
3769 ``\ldots\ \u{and no} configuration file.'' \>
3770 ``\ldots\ \u{without a} configuration file.''
3772 \erroronpage{837}{exa 14-4-1}{FMi}{2004/06/12}{}
3773 Editorial comment: example has to be reprocessed whenever this
3774 chapter is modified to show correct rcs checkin (otherwise input
3775 and output will not match).
3777 \erroronpage{837}{para 2,l.3}{DAl}{2005/09/03}{4}
3779 ``running \u{heading}'' \>
3780 ``running \u{header}''
3782 \erroronpage{838}{code box}{UFi}{2004/05/27}{2}
3783 \texttt{\$Id\$}: first |$| uses wrong font (2 times)
3785 \erroronpage{839}{exa 14-4-2}{FMi}{2004/06/12}{}
3786 Editorial comment: example has to be reprocessed whenever this chapter is modified to
3787 show correct rcs checkin (otherwise input and output will not match).
3789 \seriouserroronpage{839}{item 1, l.1 and l.3}{AHo}{2004/09/02}{4}
3790 Replace: \texttt{nottoday} \> \texttt{notoday}
3792 \seriouserroronpage{839}{item 2, l.4}{HjG}{2004/06/09}{2}
3793 Replace brackets with braces: ``\texttt{%
3794 \char`\\pagestyle\u\textbraceleft fancy\u\textbraceright}''
3797 \CHAPTER{Appendix A}
3799 \erroronpage{842}{para 2, l.5}{PYu/FMi}{2004/07/03}{2}
3801 \texttt{A}\ldots\texttt{Z})\u{ in case of command names prefixed with a
3804 \erroronpage{842}{para 3, marginal}{FMi}{2004/08/01}{2}
3805 Change: ``Environments and command names'' \> ``Environments''
3807 \erroronpage{842}{para 3}{PYu/FMi}{2004/08/01}{2}
3809 the other hand, names of environments \u{and counters}
3812 Add: ``In this case the
3813 \texttt{*} is part of the name \u{and spaces preceding it are not ignored}. Thus, when writing
3814 \verb*=\begin{figure *}=, the space would become part of the name \u{and
3815 is not recognized as the start of a \texttt{figure*} environment}.''
3818 \erroronpage{843}{para 3, l.2}{YvH}{2004/05/28}{2}
3819 Missing word: ``and |\z@| contain |@| \u{in} their name''
3821 \erroronpage{843}{para 4, l.3}{PYu}{2004/07/03}{2}
3822 Change: ``to do: the difficult'' \> ``to do\u; the difficult''
3824 \erroronpage{844}{para 4, l.4}{PYu/FMi}{2004/07/04}{2}
3825 Replace: ``Thus, the above example could be shortened to'' \>
3826 ``Thus, the definition in the above example should be
3827 replaced as follows:''
3829 \erroronpage{846}{para 1, l.2}{ARi}{2004/07/02}{2}
3830 A period should follow the right parenthesis and ``without''
3831 should be capitalized.
3835 \erroronpage{845/846/847}{syntax boxes and text}{FMi}{2004/07/04}{}
3836 Replace: ``\textit{command definition}'' \>
3837 ``\textit{command-definition}''
3840 \erroronpage{847}{para. 5, ll. 2-3}{PYu}{2004/07/04}{2}
3841 For consistency replace \meta{cmd}with \textit{cmd}
3842 and \meta{command definition} with \textit{command definition}.
3845 \erroronpage{847}{para -2, l.3}{VVo}{2008/09/02}{}
3846 Replace: ``An error is raised if the definitions differ, ldots''
3847 \> ``A warning is shown if the definitions differ, \ldots''
3850 \erroronpage{851}{para 5, l.-2}{FMi}{2004/07/20}{2}
3851 Add + change font: ``It also defines \u{the command}
3852 |\the|\u{\textit{newctr}} to\ldots''
3854 \erroronpage{852}{code block 1, l.2}{JGr}{2004/06/10}{2}
3855 Second \verb=\makeatletter= should be \verb=\makeatother=
3857 \erroronpage{852}{para 3, l.-3}{FMi}{2004/06/23}{2}
3858 ``\u{For that reason} the next example'' \> ``\u{As a result} the next example''
3860 \erroronpage{852}{para -1, l.3}{FMi}{2004/07/24}{2}
3861 Move word: ``|\setcounter| or |\addtocounter| \u{command} or when\ldots'' \>
3862 ``\u{command} |\setcounter| or |\addtocounter| or when\ldots''
3864 \erroronpage{852}{para -1, l.-3}{THa/FMi}{2004/06/23}{2}
3866 ``It is \emph{not} suitable to print that number! For that reason a
3868 ``However, the command cannot be used to typeset the value of the
3869 counter! For that purpose a set\ldots''
3872 \erroronpage{853}{l.6}{THa/FMi}{2004/06/23}{2}
3873 Missing space: ``c,\u{~}\dots, z''
3875 \erroronpage{853}{para 4,ll.2+3}{HjG}{2004/05/25}{2}
3876 Add word: ``\ldots definitions for sectioning \u{counters}''
3878 \erroronpage{853}{counter code block}{FMi}{2005/06/09}{4}
3879 The order of declarations of the counters is incorrect; they have to be
3882 \newcounter{section}
3883 \newcounter{subsection}[section]
3884 \newcounter{subsubsection}[subsection]
3886 or you will receive a ``counter not defined'' error.
3889 \erroronpage{853}{general}{THa/FMi}{2004/06/23}{}
3890 Perhaps ``|\the|\meta{ctr}'' should be written without the meta
3891 braces to match the form used on p.~852. \\
3892 Then again, perhaps not.
3895 \erroronpage{854}{ll. 1+2}{FMi}{2004/05/25}{2}
3896 Add word and commata: ``Only the representation\u{, prefix,} and
3897 label field commands
3898 are defined \ldots''
3900 \seriouserroronpage{854}{code block 1}{HjG/FMi}{2004/05/25}{2}
3901 Replace with approx:\\[6pt]
3902 \hspace*{-140pt}\begin{minipage}[b]{\linewidth}
3904 \renewcommand\theenumi {\arabic{enumi}} \renewcommand\theenumii{\alph{enumii}}
3905 \renewcommand\theenumiii{\roman{enumiii}} \renewcommand\theenumiv{\Alph{enumiv}}
3908 \renewcommand\p@enumii{\theenumi}
3909 \renewcommand\p@enumiii{\theenumi(\theenumii)} \renewcommand\p@enumiv{\p@enumiii\theenumiii}
3912 \newcommand\labelenumi {\theenumi.} \newcommand\labelenumii{(\theenumii)}
3913 \newcommand\labelenumiii{\theenumiii.} \newcommand\labelenumiv{\theenumiv.}
3918 \erroronpage{855}{fig A.1, l.4}{JAn}{2005/09/09}{4}
3919 Change ``Did\^ot'' \> ``Didot'' (no caret); and delete the
3923 \erroronpage{855}{fig A.1}{CBe/FMi}{2004/07/27}{2}
3924 Add: \texttt{ex} \quad Height of a small ``x'' in the current font \u{(approximately)}
3926 Add: \texttt{em} \quad Width
3927 of capital ``M'' in current font \u{(approximately)}
3931 \erroronpage{856}{tab A.2, ll.1-3}{YvH}{2004/05/28}{2}
3932 Correct: ``horizonal'' \> ``horizon\u{t}al'' (three times)
3934 \erroronpage{856}{tab A.2, l.6}{PYu}{2004/07/05}{2}
3935 Add: ``a \u{solid} horizontal line''
3937 \erroronpage{857}{table A.3}{V-Li}{2004/09/14}{4}
3938 |\vspace{len}| is missing
3940 \erroronpage{858}{l.-8}{HjG/FMi}{2004/05/26}{2}
3941 Add: ``\u{missing or} misplaced |\item|''
3943 \erroronpage{858}{syntax box}{PYu}{2004/07/03}{2}
3944 |\addvspace{|\textit{space}|}| should be typeset in a smaller font.
3946 \erroronpage{859}{para -4, l.1}{HjG}{2004/05/20}{2}
3947 Typo: ``ar\u{r}ises'' \> ``arises''
3949 \erroronpage{860}{para 1 of \S A.2, l.5}{CAR}{2004/05/26}{2}
3950 Replace: ``that behaves similarly to a\ldots''
3951 \> ``that behaves \u{much like} a\ldots''
3953 \erroronpage{861}{l.-2}{HjG}{2004/05/26}{2}
3954 The \(\Longleftrightarrow\) in the margin seems to sport a tiny
3955 gap in the middle (seems to be a lucida set-up problem).
3957 \erroronpage{866}{para 2 of \S A.2.3, l.5}{HjG}{2004/05/26}{2}
3958 Words need to be swapped: ``height of a \u{box framed} with
3959 |\fbox| or |\framebox|''
3961 \seriouserroronpage{867}{ll.1/2 after exa A-2-17}{HjG}{2004/05/26}{2}
3962 \(2 \times 5.3\,\mathrm{pt} + 0.4\,\mathrm{pt} = 11\,\mathrm{pt}
3963 \ne 12\,\mathrm{pt}\) so skip should be $5.8\,\mathrm{pt}$.
3965 \seriouserroronpage{868}{Table A4.}{UFi}{2004/05/22}{2}
3966 Default value of depth of \verb=\hrule= should be 0.0pt (not 0.4pt).
3968 \seriouserroronpage{871}{para 2, l.2}{UFi}{2004/05/21}{2}
3969 ``binary operators (, , , )'' should be typeset
3970 ``binary operators (\texttt{+}, \texttt{-}, \texttt{*}, \texttt{/})''.
3973 \erroronpage{875/876}{tab. A.5}{FMi}{2004/07/28}{2}
3974 Add: ``\TeX{} switches \u{(can only be queried)}'' \\
3975 Add: ``\LaTeX{} switches \u{(last two can be set)}'' \\ \qquad (these are
3976 |@afterindent| and |@tempswa|)\\
3978 |@afterindent| \quad \parbox[t]{7cm}{Switch checked by command
3979 |\@afterheading| (usually used in headings) to
3980 prevent (if |false|) indentation of next
3983 Editorial comment: change moves pagebreak.
3985 \seriouserroronpage{878}{codeline 4 (?)}{UFi}{2004/05/22}{2}
3986 |\usepackage[german]{varioref}[2001/09/0]:| day number is missing
3987 (test for version doesn't work then anymore!)
3989 \erroronpage{886}{fig.~A.1}{HjG}{2004/05/21}{2}
3990 Add: \verb=\ProcessOptions= \u{\texttt{\char`\\relax}}
3991 (cf. hint on p.~882!)
3994 \CHAPTER{Appendix B}
3996 \erroronpage{891}{para 1, l.7}{DHL}{2004/05/16}{2}
3997 Missing letter: ``\verb=l.167 \par=\u{\texttt{t}}\verb={Text}=''
3999 \seriouserroronpage{892}{para 1, l.-2}{HjG}{2004/05/22}{2}
4000 ``\verb=\romen= (lines 1 and~2)''
4002 ``\verb=\romen= (lines 2 and~3)''
4004 \erroronpage{892}{para -1, ll.2--4}{HOb/FMi}{2004/05/22}{2}
4005 Add: ``Technically, a moving argument is an argument
4006 that is internally expanded by \LaTeX{} without typesetting it
4007 directly\u{ (e.g.}, by using the internal \LaTeX{} construct
4008 |\protected@edef|\textsuperscript{1}\u).''
4010 \erroronpage{893}{para 2, l.8}{MHo/FMi}{2004/10/05}{4}
4012 ``On the other hand, |\cong| is fragile\ldots''
4014 ``On the other hand, |\[...\]| is fragile\ldots''
4017 \erroronpage{894}{l.-7}{FMi}{2004/04/23}{2}
4018 Add word: \ldots still open) \u{or} will be swallowed\ldots
4020 \erroronpage{896}{item 1}{UFi}{2004/05/23}{2}
4021 Not in alphabetical order: move one item down.
4023 \erroronpage{896}{item 4}{UFi}{2004/05/23}{2}
4024 Not in alphabetical order: move four items down.
4026 \erroronpage{896}{item -1}{HOb}{2004/05/29}{2}
4027 Whether or not the image size can be automatically determined
4028 depends on the graphics driver. Last sentence rewritten as follows:\\
4029 ``It usually does this automatically, for example, for
4030 \texttt{.eps} files by reading the bounding box
4031 information. However, depending on the graphics driver, it may be
4032 unable to extract this information from binary
4033 bitmap images such as \texttt{.jpg}, \texttt{.gif}, and \texttt{.png} files.''
4035 \erroronpage{897}{item 5}{UFi}{2004/05/23}{2}
4036 Not in alphabetical order: move one item down.
4038 \erroronpage{899}{item 1}{JGr}{2004/06/10}{2}
4039 The extra \verb=\or= could result from bad use of \verb=\ifthenelse=
4041 \erroronpage{899}{item 5}{UFi}{2004/05/23}{2}
4042 The ``\TeX{} Live CD'' is spelled incorrectly as
4043 ``\TeX{} live'' or ``\TeX live''
4045 \erroronpage{901}{item 3}{UFi}{2004/05/23}{2}
4046 The ``\TeX{} Live CD'' is spelled incorrectly as
4047 ``\TeX{} live'' or ``\TeX live''
4049 \seriouserroronpage{902}{l.5}{HjG}{2004/05/22}{2}
4050 Missing letter: ``\texttt{\char`\\dis\u{c}retionary}''
4052 \erroronpage{907}{item 5, l.2}{CKr}{2005/05/30}{4}
4053 Add missing word: ``\ldots or \texttt{figure}, \u{is} encountered\ldots''
4055 \erroronpage{907--909}{item 2}{UFi/FMi}{2004/07/31}{2}
4056 \TeX{} error message missing: ``\texttt{No room for a new ...}''
4058 The packages loaded in your document require more internal registers
4059 (|\count|, |\dimen|, \ldots) than there are available in \TeX. Try
4060 processing your document with e\TeX{} and additionally load the
4061 \textsf{etex} package.
4063 Editorial comment: affects pagebreaks for 908/909 as well.
4067 \erroronpage{909}{middle}{HjG}{2004/05/22}{2}
4068 In the sample output, the lines ``\texttt{<*> samplefile.tex}'' and
4069 ``\texttt{? }'' should be indented by the same amount as the first
4072 \erroronpage{909}{l.-2}{HjG}{2004/05/22}{2}
4073 Missing interword space: ``an\u{ }\verb=\addvspace= command''
4077 \erroronpage{911}{item 5}{HjG}{2004/05/22}{}
4078 ``To the author's knowledge, \ldots''
4080 ``To the authors' knowledge, \ldots''
4083 \erroronpage{913}{item 1}{MKu/FMi}{2004/06/24}{2}
4084 Replace: UTF8 \> UTF-8
4086 \erroronpage{913}{item 1}{UFi}{2004/05/23}{2}
4087 Not in alphabetical order: move four items down.
4089 \erroronpage{913}{item -3, l.-3/-1}{HjG}{2004/05/22}{2}
4090 Replace word: ``\ldots commands \u{and}, if necessary, masking a line
4091 break in the source with a \verb=%= sign.''
4093 \erroronpage{914}{l.8}{HjG}{2004/05/22}{2}
4094 Missing interword space: ``\verb=\spacefactor=\u{ }only''
4096 \erroronpage{917}{footnote}{HOb}{2004/05/29}{2}
4097 Replace footnote with: ``In modern distributions \LaTeX{} is automatically
4098 using the e\TeX{} program. On older installations you may have to
4099 call a different program (e.g., \texttt{elatex} instead of
4100 \texttt{latex}) when processing a
4104 \erroronpage{918}{l.-13}{HjG}{2004/05/22}{2}
4106 ``\ldots\ arguments thereby, using up \ldots''
4108 ``\ldots\ arguments, thereby using up \ldots''
4110 \erroronpage{920}{item 2}{UFi}{2004/05/23}{2}
4111 Not in alphabetical order: move one item down.
4113 \erroronpage{921}{item -2}{MBr}{2004/08/03}{2}
4114 Not in alphabetical order: move item to top.
4116 \erroronpage{923}{item 1}{UFi}{2004/05/23}{2}
4117 Not in alphabetical order: move one item down.
4119 \erroronpage{924}{item 2, para 2, l.1}{HjG}{2004/05/22}{2}
4120 Typo: ``th\u{r}ough'' \> ``though''
4122 \erroronpage{925}{l.1}{HjG}{2004/05/22}{2}
4123 Missing interword space: ``the command\u{ }\verb=\symbol=''
4125 \erroronpage{925}{item -2, l.-2}{HjG}{2004/05/22}{2}
4126 Extra word: ``are \u{the} those'' \> ``are those''\\
4127 Surplus space: `` register~\u~0'' \> ``register~0''
4129 \erroronpage{925}{item -2}{MBr}{2004/08/03}{2}
4130 Not in alphabetical order: move item one up.
4132 \seriouserroronpage{926}{item 4, title}{UFi}{2004/05/23}{2}
4133 ``\verb=Overfull \hbox (badness= \meta{number}\texttt)'' should be
4134 ``\verb=Overfull \hbox (=\meta{number}\texttt{pt too wide)}''
4136 \erroronpage{926}{item 5, l.1}{HjG}{2004/05/23}{2}
4137 Typo: ``built'' \> ``build''
4139 \seriouserroronpage{926}{item 5, title}{UFi}{2004/05/23}{2}
4140 ``\verb=Overfull \vbox (badness= \meta{number}\texttt)'' should be
4141 ``\verb=Overfull \vbox (=\meta{number}\texttt{pt too wide)}''
4143 \seriouserroronpage{928}{item 6, title}{UFi}{2004/05/23}{2}
4144 ``\verb=Tight \hbox='' should be ``\verb=Tight \vbox=''
4146 \erroronpage{930}{item 1, l.1}{HjG}{2004/05/23}{2}
4147 Omit paragraph indentation!
4149 \erroronpage{930}{item 4, l.2}{UFi}{2004/05/23}{2}
4150 Typo: ``i\u{t}entify'' \> ``identify''
4152 \erroronpage{931}{item 4, l.-1}{HjG}{2004/05/23}{2}
4153 Add: ``\ldots\ package \u{or class} in question.''
4155 \erroronpage{931}{item 4}{JGr}{2004/06/10}{2}
4156 The warning also happens if you give absolute or relative
4157 pathnames like \verb=\documentclass{base/article}=
4159 \erroronpage{931}{item 6}{MBr/FMi}{2004/08/03}{2}
4160 Order here is debatable but a ``,'' may not be good for visual
4161 sorting, so move this item one up (placeholder are always sorted to
4162 top so it doesn't pass ``package-or-class''.
4164 \erroronpage{932}{para 4, l.1}{UFi}{2004/05/23}{2}
4165 Typo: ``\u{t}which \> ``which''
4167 \seriouserroronpage{935}{ll.3--5}{HjG}{2004/05/23}{2}
4169 ``The output is slightly different: the name \u{and the type} of a
4170 token are not shown by |\meaning|; instead, only its ``meaning'' is
4172 However, as example B-3-1 depicts, the type \emph{is} shown; hence,
4173 the sentence should be changed to:\\
4174 ``The output is slightly different: the name
4175 of the token \u{is} not shown by
4176 |\meaning|; instead, only \u{its type and} its ``meaning''
4177 \u{are} presented.''
4179 \erroronpage{936}{para 1, l.3}{UFi}{2004/05/23}{2}
4180 Closing brace should be after ``19'' and not at end of line.
4182 \erroronpage{938}{para -1, l.3}{UFi/FMi}{2004/05/23}{2}
4183 Difficult to understand; replace:
4184 ``\ldots a large \u{increase in} \texttt{t=} between''
4186 \erroronpage{939}{para 3, l.2}{HjG}{2004/05/23}{2}
4187 Words need to be swapped:
4188 ``\ldots\ \TeX{} indicates \u{this fact} with \ldots''
4190 \erroronpage{941}{l.19/20}{HjG}{2004/05/24}{2}
4191 Add: ``so-called demerits \u{(\texttt{d=})}''
4193 \erroronpage{942}{l.22}{HjG}{2004/05/24}{2}
4194 Change: ``several ways to reach \u{\texttt{@@2}};''
4195 \> ``several ways to reach \u{\texttt{@@6}};''
4197 \erroronpage{943}{para -1 of \S B.3.3, l.-6}{HjG}{2004/05/24}{2}
4198 Typo: ``shinkability'' \> ``shrinkability''
4202 \CHAPTER{Appendix C}
4204 \erroronpage{general}{several pages}{FMi}{2005/07/01}{4}
4205 Appendix was partially rewritten to reflect changes in the layout
4206 of the web sites. More importantly: CTAN changed their ftp
4207 software and stopped supporting the generation of directory
4208 archives on the fly. Instead they now offer precompiled
4209 \texttt{zip} files that can be downloaded.
4211 \erroronpage{947}{ll.-2/-1}{HjG}{2004/05/24}{2}
4212 Missing word: ``it is best \u{to} access''
4214 \erroronpage{947}{para -1, l.5}{FMi}{2004/06/12}{2}
4215 Bug in \texttt{url.sty} generated extra space.
4217 \erroronpage{948}{para -1, l.5}{UFi}{2004/05/23}{2}
4218 Show short name: ``\ldots\ \TeX{} Users Group (\u{TUG}, United States)''
4220 \erroronpage{950}{para 1, l.2}{FMi}{2006/09/12}{s}
4221 Replace: Figure C.\u{2} \> Figure C.\u{1}
4223 \erroronpage{950}{para 3, l.2}{HjG}{2004/05/24}{2}
4224 Typo: ``a site that i\u{s} not too distant''
4226 \seriouserroronpage{953}{l.11}{HjG}{2004/05/24}{2}
4227 Replace line: ``\verb=>>>>>>> 1.6='' \>
4228 ``\texttt{200-index graphicx}''
4229 (probably due to an incomplete merge with CVS)
4231 \erroronpage{954}{para 3, l.1}{HjG}{2005/05/09}{4}
4232 ``\TeX live'' \> ``\TeX{} Live''
4234 \erroronpage{955}{para 2, l.4}{HjG}{2005/05/09}{4}
4235 Remove surplus word:
4236 ``in \u{the} Thomas Esser's \texttt{tetex} distribution''
4238 \erroronpage{955}{para -2, l.-4}{MHe}{2004/05/22}{2}
4239 Letters need to be swapped: ``eig\u{ht}eenth''
4241 \erroronpage{956}{cn: entry}{HjG}{2005/05/09}{4}
4243 ``\u{name}: Hong Feng'' \> ``\u{contact}: Hong Feng''
4245 \erroronpage{957}{col. 2, l.15}{TMW}{2004/06/07}{2}
4246 This should read ``Lietuvos \TeX'o Vartotoj\k{u} Grup\.{e}''.
4248 \erroronpage{958}{col. 1, l.19}{TMW}{2004/06/07}{2}
4249 An acute accent should be added: ``Toru\'n''
4253 \CHAPTER{Bibliography}
4255 \erroronpage{963}{[1]}{CKr}{2005/06/20}{4}
4256 Url changed: \url{http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF}
4258 \erroronpage{963}{[2]}{CKr}{2005/06/20}{4}
4259 Url changed: \url{http://partners.adobe.com/public/developer/en/ps/5001.DSC_Spec.pdf}
4261 \erroronpage{963}{[3]}{CKr}{2005/06/20}{4}
4263 \url{http://partners.adobe.com/public/developer/en/ps/5002.EPSF_Spec.pdf}
4265 \erroronpage{964}{[5]}{CKr}{2005/06/20}{4}
4267 \url{http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf}
4270 \erroronpage{965}{[17], l.-1}{HjG}{2004/06/18}{2}
4271 Delete character: ``in a\u{n} multi-language setting''
4273 \erroronpage{966}{[25]}{HjG}{2004/05/20}{2}
4274 First line of online resources is not flush right but centered.
4276 \erroronpage{971}{[74]}{FMi}{2006/09/18}{s}
4277 Add ``Lars Hellstr\"om'' as author. Change date to December 2004.
4278 Change comment to ``Documentation for
4279 the fontinst utility package that supports \ldots''
4281 \erroronpage{973}{[88]}{TSS}{2004/05/26}{2}
4282 The bibliography entry for "The Art of Computer Programming" lacks
4283 ISBN numbers: 0-201-89683-4, 0-201-03822-6, and 0-201-03803-X.
4285 \erroronpage{973}{[90], l.2}{HjG}{2004/06/07}{2}
4286 Words need to be swapped:
4287 ``\ldots do not look as \u{beautiful now} as they did in the past.''
4289 \erroronpage{973}{[91]}{HjG}{2004/05/20}{2}
4290 First line of online resources is not flush right but centered.
4292 \erroronpage{975}{[107], [109], [110], [111]}{HjG}{2004/06/21}{2}
4294 \texttt{http://www.latex-project.org\u{/ltnews/}}\\
4295 \texttt{http://www.latex-project.org\u{/guides/fntguide.pdf}}\\
4296 \texttt{http://www.latex-project.org\u{/guides/cfgguide.pdf}}\\
4297 \texttt{http://www.latex-project.org\u{/lppl/}}
4299 \erroronpage{976}{[117]}{FMi}{2005/11/07}{s}
4300 The title is ``E-\TeX: Guidelines for Future \TeX{} Extensions''.
4302 \erroronpage{977}{[124]}{HjG}{2004/05/20}{2}
4303 First line of online resources is not flush right but centered.
4305 \erroronpage{977}{[124]}{FMi}{2005/07/09}{4}
4306 Link is missing a period:
4307 \url{http://www.latex-project.org/papers/tug99}\texttt{\u.pdf}
4309 \erroronpage{978}{[138]}{FMi}{2005/06/25}{4}
4310 Now has appeared: 24\#1, pp.~105--114, 2004. URL:
4311 \url{http://www.tug.org/TUGboat/Articles/tb24-1/plaice.pdf}
4313 \erroronpage{979}{[143]}{HjG}{2004/05/20}{2}
4314 Missing period: Robert M\u. Ritter
4316 \erroronpage{979}{entry 146, l.3}{RWa}{2004/06/01}{2}
4317 Missing word: ``for \LaTeX\ \u{and} a possible''
4319 \erroronpage{980}{[151]}{THa}{2004/06/25}{2}
4320 Remove: ``\LaTeX\u{Joachim Schrod}.''
4322 \erroronpage{980}{[153]}{THa}{2004/06/25}{2}
4323 Swap words: ``often are'' \> ``are often''
4325 \erroronpage{980}{[155]}{THa}{2004/06/25}{2}
4326 Missing word: ``For \u{the} \textsf{kuvio} system\ldots''
4328 \erroronpage{980}{[157]}{HjG}{2004/05/20}{2}
4329 First line of online resources is not flush right (stray space?).
4331 \erroronpage{981}{[158]-[162]}{RKo}{2005/11/11}{s}
4332 Unfortunately Th\`anh's name is misspelled (accents in [161/2]). The correct spelling
4333 is ``H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh''.
4335 Furthermore, the surename is H\`an so the entries should have been sorted
4336 under H (something that can't be corrected easily).
4338 \erroronpage{981}{[161]}{CKr}{2005/07/06}{4}
4339 Remove surplus name in text: ``User\u{Sebastian Rahtz} manual \ldots''
4341 \erroronpage{981}{[162/3], title}{THa}{2004/06/25}{2}
4342 Change: ``Makeindex'' \> ``makeindex''
4344 \erroronpage{982}{[168]}{HjG}{2004/05/20}{2}
4345 First line of online resources should be:\\
4346 \texttt{http://www.tug.org/TUGboat/Articles/\u{tb11-3/tb29vulis.pdf}}
4351 \erroronpage{983--1082}{index}{FMi}{2004/06/11}{}
4352 I do not list changes to the index that are results of other errata
4353 entries as they are too difficult to track. Instead I will put an
4354 updated index on the web at
4355 \url{http://www.latex-project.org/guides/tlc2-ap4.pdf} once in a while.
4357 \erroronpage{general}{}{FMi}{2004/06/08}{2}
4358 Editorial comment: the whole index has been reprinted.
4360 \erroronpage{general}{}{FMi}{2005/09/08}{4}
4361 Editorial comment: the whole index has been reprinted.
4363 \erroronpage{general}{}{FMi}{2004/06/08}{2}
4364 Add index entries into production notes, e.g., for example setup,
4365 hanging punctuation, \ldots
4367 \erroronpage{983}{para 1, l.3}{UFi}{2004/05/23}{2}
4368 Remove surplus word: ``\ldots one of \u{the} the following''
4370 \seriouserroronpage{983}{para -2}{HjG}{2004/05/20}{2}
4371 The text explains the meaning of bold and blue page numbers,
4372 but fails to point out the significance of slanted (italic)
4373 ones---there is none: blue italic indicates normal example blue bold
4374 indicates example and also important info.
4376 \erroronpage{988,1009}{}{CKr}{2004/10/10}{4}
4377 Replace: ``alphabetical document headings''
4378 \> ``alphabetically numbered document headings''
4382 ``document headings / alphabetical''
4384 ``document headings / alphabetically numbered''
4386 \erroronpage{990}{}{J-CCh}{2005/07/17}{s}
4387 Correct range: author-date citations / history of (699, 700)
4389 \erroronpage{992}{}{J-CCh}{2005/07/17}{s}
4390 Correct: ``B\u{\'e}zier''
4392 \erroronpage{993}{}{SEg}{2005/04/26}{4}
4393 bibliographies/authors/name,formatting shows 798--1092 but should be
4396 \erroronpage{1000}{}{J-CCh}{2005/07/17}{s}
4397 Correct range: Citation systems /
4399 history of (699, 700)
4401 \erroronpage{1007}{}{HjG}{2004/07/12}{2}
4402 Add page entry for |\DeclareFontSubstitution|
4403 back to 431 (para~2).
4406 \erroronpage{1014}{secound col., l.8}{MSc}{2004/06/04}{2}
4407 missing index entry for ``eTeX, TeX extension''
4409 \erroronpage{1017}{}{FHa}{2004/10/05}{4}
4410 The index entry for "floats / placement control" lists pages 286-983
4411 for information. I think that is a bit too much. It should probably
4415 \erroronpage{1019}{}{J-CCh}{2005/07/17}{s}
4416 Correct range: fonts /
4419 \erroronpage{1020}{}{CKr}{2005/01/09}{4}
4420 Replace ``fonts / URW Antigua'' \> ``fonts / URW Anti\u{q}ua''
4422 \erroronpage{1034}{first col.}{FMi}{2004/05/15}{2}
4423 Add entry: ``lists / enumerated / user-defined, 151''
4425 \erroronpage{1035}{}{THa}{2004/07/02}{2}
4426 ``\textsf{makeindex}'' \> ``\textsl{MakeIndex}''
4428 \erroronpage{1041}{}{FMi}{2004/08/02}{2}
4429 ``\texttt{NACRO} \BibTeX{} command'' \>
4430 ``\texttt{MACRO} \BibTeX{} command''
4432 \erroronpage{1051}{secound col., l.14}{MSc}{2004/06/04}{2}
4433 missing index entries for ``pdftex'' on p.7 and p.643
4435 \erroronpage{1069}{}{FMi}{2004/11/07}{4}
4436 Replace: ``text symbols / setting-up'' \>
4437 ``\u{math} symbols / setting-up''
4440 \erroronpage{1076}{}{CKr}{2005/01/09}{4}
4441 Replace ``URW Antigua'' \> ``URW Anti\u{q}ua''
4446 \erroronpage{1080}{page}{FMi}{2004/07/26}{4}
4447 Editorial comment: Needs manual breaking in index output file for
4448 second and fourth printing.
4450 \erroronpage{1081}{col 1}{FMi}{2004/06/22}{2}
4451 Missing accents: ``Fernandez, Jose Alberto '' \> `Fern\'andez, Jos\'e Alberto''
4453 \erroronpage{1081}{col 1}{HjG}{2004/06/22}{2}
4454 Change page number in entry:
4455 ``Fukui, Rei, xxvii, 405, \u{969}'' \> ``\ldots, \u{968}''
4457 \erroronpage{1081}{col 1}{LMa}{2004/05/14}{2}
4458 The name ``M\o ller Neergaard, Peter'' should be sorted as
4459 ``Neergaard, Peter M\o ller''.
4461 \erroronpage{1081}{col 2}{HjG}{2004/06/16}{2}
4462 Change page number in entry:
4463 ``Hufflen, Jean-Michel, 761, \u{971}'' \> ``\ldots, \u{970}''
4465 \erroronpage{1081}{}{HjG}{2004/07/08}{2}
4466 Add page entries for ``Kettler, Howard'' and ``Frutiger, Adrian''
4467 to ``People'' index back to 374.
4469 \erroronpage{1082}{}{HjG}{2004/07/08}{2}
4470 Add page entry for ``Smith, Ralph'' to ``People'' index back to 376.
4473 \erroronpage{1082}{col 1, l.19 }{PPn}{2004/05/25}{2}
4474 Replace ``Panday'' with ``Pandey'' (very sorry for the typo).
4476 \erroronpage{1082}{col 1}{FMi}{2004/04/23}{2}
4477 Replace ``Wing, Wai'' with ``Wong, Wai'' (very sorry for the typo).
4479 \erroronpage{1082}{col 1}{HjG}{2004/07/13}{2}
4480 Change page numbers in entry:
4481 ``Mittelbach, Frank, \ldots, 976--\u{978, 980}, \ldots''
4482 \> ``\ldots, 976--\u{979}, \ldots''
4484 \erroronpage{1082}{}{HjG}{2004/07/13}{2}
4485 Add page entry for ``Rahtz, Sebastian''
4486 back to 981 (bib-item [161]).
4493 \CHAPTER{Biographies}
4495 \erroronpage{1084}{Goossens image}{THa}{2004/06/23}{2}
4496 Spurious gray square in upper right corner of framed image of Michel
4499 \erroronpage{1085}{para 3, l.6}{MSc}{2004/05/19}{2}
4500 Replace ``TeX'' with ``\TeX''.
4503 \CHAPTER{Production Notes}
4505 \erroronpage{1089}{para 4, l.4}{FMi}{2004/07/21}{2}
4506 Add: ``\ldots this typographical icing \u{(package
4507 \textsf{pdfcprot})} was\ldots''
4509 \erroronpage{1089}{l.-5}{HjG}{2004/05/20}{2}
4510 Missing period: \ldots files\u. It \ldots
4512 \erroronpage{1090}{para -3, l.-4}{HjG}{2004/05/23}{2}
4513 Change/add: ``paragraphs ending \u{with a} single word \u{line}''
4515 \erroronpage{1091}{top}{WAd}{2004/05/08}{2}
4516 The series title in the box does not use a real caps and small caps
4517 font but a faked one (compare with the front cover where
4518 the font \emph{Christiana} designed by Gudrun Zapf-von Hesse is used).
4523 \setcounter{collectmore}{3}
4525 \begin{multicols}{3}[Thanks to all who have found errors or
4526 omissions. Listed are the people who found an errata entry first.]
4527 \contributor{AFV}{Alfonso Fernandez-Vazquez}
4528 \contributor{AHo}{Antti Honkela}
4529 \contributor{AMa}{Arni Magnusson}
4530 \contributor{ARi}{Alan Ristow}
4531 \contributor{BMo}{Brooks Moses}
4532 \contributor{BeB}{Bernd Burghardt}
4533 \contributor{CAR}{Chris A. Rowley}
4534 \contributor{CBC}{Charles B. Cameron}
4535 \contributor{CBa}{Cristian Battaglia}
4536 \contributor{CBe}{Claudio Beccari}
4537 \contributor{CKr}{Claudia Krysztofiak}
4538 \contributor{DAl}{Daniel Alonso i Alemany}
4539 \contributor{DAr}{Donald Arseneau}
4540 \contributor{DCa}{David Carlisle}
4541 \contributor{DHL}{Dan Luecking}
4542 \contributor{DIs}{Daniel Isaacson}
4543 \contributor{DSch}{Dirk Schlimm}
4544 \contributor{ERy}{Elizabeth Ryan}
4545 \contributor{FHa}{Ferdy Hanssen}
4546 \contributor{FMi}{Frank Mittelbach}
4547 \contributor{GBa}{Gerhard Bachmaier}
4548 \contributor{HOb}{Heiko Oberdiek}
4549 \contributor{HPB}{Harold P. Boas}
4550 \contributor{HVo}{Herbert Voss}
4551 \contributor{HjG}{Hubert G\"a\ss lein}
4552 \contributor{J-CCh}{Jean-C\^ome Charpentier}
4553 \contributor{JAn}{Jacques Andr\'e}
4554 \contributor{JBez}{Javier Bezos}
4555 \contributor{JBe}{Jens Berger}
4556 \contributor{JBr}{Johannes Braams}
4557 \contributor{JCh}{Joel Chan}
4558 \contributor{JGr}{Jose Grimm}
4559 \contributor{JJN}{Jarmo Niemel\"a}
4560 \contributor{JLV}{Juan Luis Varona}
4561 \contributor{JMH}{Jean-Michel Hufflen}
4562 \contributor{JS}{Joachim Schrod}
4563 \contributor{JTa}{Juhani Takkinen}
4564 \contributor{LHe}{Lars Hellstr\"om}
4565 \contributor{LMa}{Lars Madsen}
4566 \contributor{LSchu}{Lothar Schumacher}
4567 \contributor{MBr}{Marion Braams}
4568 \contributor{MGo}{Michel Goossens}
4569 \contributor{MHCL}{Martin Hiu Chung Law}
4570 \contributor{MHe}{Martin Hensel}
4571 \contributor{MHo}{Morten H\o gholm}
4572 \contributor{MKo}{Markus Kohm}
4573 \contributor{MKu}{Markus Kuhn}
4574 \contributor{MLa}{Mark Laplante}
4575 \contributor{MLi}{Martin Liebmann}
4576 \contributor{MSc}{Martin Schr\"oder}
4577 \contributor{MSch}{Michael Schutte}
4578 \contributor{NBe}{Nelson Beebe}
4579 \contributor{PPN}{P.P. Narayanaswami}
4580 \contributor{PYu}{Peng Yu}
4581 \contributor{RKo}{Reinhard Kotucha}
4582 \contributor{RPa}{Reimo Palm}
4583 \contributor{RSt}{Ralf Stubner}
4584 \contributor{RWa}{Richard Walker}
4585 \contributor{ReSt}{Rebecca Stiels}
4586 \contributor{SCo}{Steven Douglas Cochran}
4587 \contributor{SEg}{Stephen Eglen}
4588 \contributor{SPe}{Sa\v sa Petrovi\' c}
4589 \contributor{THa}{Thorsten Hansen}
4590 \contributor{TMW}{Thomas Widmann}
4591 \contributor{TMi}{Tom Micevski}
4592 \contributor{TSS}{Tommi Syrj\"anen}
4593 \contributor{UFi}{Ulrike Fischer}
4594 \contributor{UZi}{Uwe Ziegenhagen}
4595 \contributor{V-Li}{Christian Faulhammer}
4596 \contributor{VPe}{Vivi Petersen}
4597 \contributor{VVo}{Vladimir Volovich}
4598 \contributor{WAd}{William Adams}
4599 \contributor{WaS}{Walter Schmidt}
4600 \contributor{YiL}{Yiannis Lazarides}
4601 \contributor{YvH}{Yvon Henel}
4602 \contributor{hajk}{Henk Koster}
4603 \contributor{usw}{Ulrich Dirr}
4607 Other people have sent us corrections for errors already found.
4608 Thanks to all of you!
4610 If you find further errors please report them to one of the authors, e.g.,
4611 \begin{quote}\ttfamily
4612 frank.mittelbach@latex-project.org
4614 preferably in a form usable directly in this file, i.e.,
4616 |\erroronpage{|\textit{page-number}|}{|\textit{line-identification}|}{|%
4617 \textit{your-initials}|}{|\textit{date}|}{}| \\
4618 \hspace*{2em}\textit{description of the the erratum}
4622 \erroronpage{5}{para 3, l.1}{MOs}{1997/06/01}{}
4623 ``LaTeX'' should be typeset ``\LaTeX''.