texlive[50391] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Thu Mar 14 22:35:29 CET 2019


Revision: 50391
          http://tug.org/svn/texlive?view=revision&revision=50391
Author:   karl
Date:     2019-03-14 22:35:29 +0100 (Thu, 14 Mar 2019)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
    trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
    trunk/Master/texmf-dist/bibtex/bib/beebe/texbook2.bib
    trunk/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib
    trunk/Master/texmf-dist/bibtex/bib/beebe/tugboat.bib

Removed Paths:
-------------
    trunk/Master/bin/win32/tlmgr-gui.exe

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-03-14 21:13:43 UTC (rev 50390)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-03-14 21:35:29 UTC (rev 50391)
@@ -1,12 +1,12 @@
 #!/usr/bin/env perl
-# $Id: tlmgr.pl 49997 2019-02-10 23:50:35Z karl $
+# $Id: tlmgr.pl 50333 2019-03-11 01:55:52Z preining $
 #
 # Copyright 2008-2019 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
-my $svnrev = '$Revision: 49997 $';
-my $datrev = '$Date: 2019-02-11 00:50:35 +0100 (Mon, 11 Feb 2019) $';
+my $svnrev = '$Revision: 50333 $';
+my $datrev = '$Date: 2019-03-11 02:55:52 +0100 (Mon, 11 Mar 2019) $';
 my $tlmgrrevision;
 my $tlmgrversion;
 my $prg;
@@ -3518,6 +3518,8 @@
   if (!win32() && $restart_tlmgr && !$opts{"dry-run"} && !$opts{"list"}) {
     info ("Restarting tlmgr to complete update ...\n");
     debug("restarting tlmgr @::SAVEDARGV\n");
+    # cleanup temp files before re-exec-ing tlmgr
+    File::Temp::cleanup();
     exec("tlmgr", @::SAVEDARGV);
     # we need warn here, otherwise perl gives warnings!
     warn ("$prg: cannot restart tlmgr, please retry update\n");
@@ -9761,7 +9763,7 @@
 distribution (L<https://tug.org/texlive>) and both are licensed under the
 GNU General Public License Version 2 or later.
 
-$Id: tlmgr.pl 49997 2019-02-10 23:50:35Z karl $
+$Id: tlmgr.pl 50333 2019-03-11 01:55:52Z preining $
 =cut
 
 # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html

Modified: trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl	2019-03-14 21:13:43 UTC (rev 50390)
+++ trunk/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl	2019-03-14 21:35:29 UTC (rev 50391)
@@ -1660,7 +1660,7 @@
         }
         if {[llength $deps] > 0} {
           set ans [any_message \
-              [__ "Updating hard dependencies %s anyway. Continue?" $deps] \
+              [__ "Updating some dependencies %s anyway. Continue?" $deps] \
                        "okcancel"]
           if {$ans eq "cancel"} return
         }
@@ -1726,7 +1726,7 @@
         }
         if {[llength $deps] > 0} {
           set ans [any_message \
-              [__ "Removing hard dependencies %s anyway. Continue?" $deps] \
+              [__ "Removing some dependencies %s anyway. Continue?" $deps] \
                        "okcancel"]
           if {$ans eq "cancel"} return
         }

Deleted: trunk/Master/bin/win32/tlmgr-gui.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/bibtex/bib/beebe/texbook2.bib
===================================================================
--- trunk/Master/texmf-dist/bibtex/bib/beebe/texbook2.bib	2019-03-14 21:13:43 UTC (rev 50390)
+++ trunk/Master/texmf-dist/bibtex/bib/beebe/texbook2.bib	2019-03-14 21:35:29 UTC (rev 50391)
@@ -16,7 +16,7 @@
 %%%                        USA",
 %%%     telephone       = "+1 801 581 5254",
 %%%     FAX             = "+1 801 581 4148",
-%%%     checksum        = "05986 11658 47199 456204",
+%%%     checksum        = "46640 11659 47200 456272",
 %%%     email           = "beebe at math.utah.edu, beebe at acm.org,
 %%%                        beebe at computer.org (Internet)",
 %%%     codetable       = "ISO/ASCII",
@@ -6666,7 +6666,8 @@
   LCCN =         "QA76.6 .K64 1997",
   bibdate =      "Fri Jul 11 15:41:22 1997",
   bibsource =    "http://www.math.utah.edu/pub/tex/bib/fibquart.bib;
-                 http://www.math.utah.edu/pub/tex/bib/master.bib",
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook2.bib",
   price =        "US\$49.50",
   series =       "The Art of Computer Programming",
   acknowledgement = ack-nhfb,

Modified: trunk/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib
===================================================================
--- trunk/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib	2019-03-14 21:13:43 UTC (rev 50390)
+++ trunk/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib	2019-03-14 21:35:29 UTC (rev 50391)
@@ -5,9 +5,9 @@
 %%% ====================================================================
 %%%  BibTeX-file{
 %%%     author          = "Nelson H. F. Beebe",
-%%%     version         = "3.71",
-%%%     date            = "31 January 2019",
-%%%     time            = "10:23:30 MST",
+%%%     version         = "3.72",
+%%%     date            = "04 March 2019",
+%%%     time            = "06:10:41 MST",
 %%%     filename        = "texbook3.bib",
 %%%     address         = "University of Utah
 %%%                        Department of Mathematics, 110 LCB
@@ -17,7 +17,7 @@
 %%%     telephone       = "+1 801 581 5254",
 %%%     FAX             = "+1 801 581 4148",
 %%%     URL             = "http://www.math.utah.edu/~beebe",
-%%%     checksum        = "28687 20940 92102 883729",
+%%%     checksum        = "09332 22219 100098 948536",
 %%%     email           = "beebe at math.utah.edu, beebe at acm.org,
 %%%                        beebe at computer.org (Internet)",
 %%%     codetable       = "ISO/ASCII",
@@ -37,7 +37,7 @@
 %%%                        covered in separate bibliographies
 %%%                        (ep.bib, epodd.bib, and sgml.bib).
 %%%
-%%%                        At version 3.71, the year coverage looks
+%%%                        At version 3.72, the year coverage looks
 %%%                        like this:
 %%%
 %%%                             1928 (   1)    1959 (   0)    1990 (  54)
@@ -66,8 +66,8 @@
 %%%                             1951 (   0)    1982 (  21)    2013 (   5)
 %%%                             1952 (   0)    1983 (  24)    2014 (   0)
 %%%                             1953 (   0)    1984 (  15)    2015 (   2)
-%%%                             1954 (   0)    1985 (  36)    2016 (   2)
-%%%                             1955 (   0)    1986 (  42)    2017 (   3)
+%%%                             1954 (   0)    1985 (  35)    2016 (   2)
+%%%                             1955 (   0)    1986 (  41)    2017 (   3)
 %%%                             1956 (   0)    1987 (  49)    2018 (   1)
 %%%                             1957 (   0)    1988 (  50)
 %%%                             1958 (   0)    1989 (  55)
@@ -74,7 +74,7 @@
 %%%                             19xx (   2)
 %%%
 %%%                             Article:        210
-%%%                             Book:           325
+%%%                             Book:           324
 %%%                             Booklet:         12
 %%%                             InCollection:    13
 %%%                             InProceedings:  125
@@ -87,7 +87,7 @@
 %%%                             TechReport:      59
 %%%                             Unpublished:      2
 %%%
-%%%                             Total entries:  832
+%%%                             Total entries:  831
 %%%
 %%%                        The ISBN and ISSN fields will be printed if
 %%%                        the is-alpha.bst or is-plain.bst style
@@ -449,6 +449,8 @@
 
 @String{j-J-ACM                 = "Journal of the ACM"}
 
+ at String{j-J-APPL-ECONOMETRICS   = "Journal of Applied Econometrics"}
+
 @String{j-J-BRAZIL-COMPUT-SOC   = "Journal of the Brazilian Computer Society"}
 
 @String{j-J-CHEM-INFO-COMP-SCI  = "J. Chem. Inf. Comput. Sci"}
@@ -4375,7 +4377,8 @@
                  (paperback)",
   LCCN =         "Z253.4.T47 C46 1992",
   bibdate =      "Tue Dec 14 23:41:37 1993",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/master.bib",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
   abstract =     "This outstanding introductory primer demystifies and
                  explains \TeX{}, an advanced and widely popular
                  typesetting and page make-up system that is especially
@@ -6083,7 +6086,7 @@
                  36.2 Keywords / 280 \\
                  36.3 Specific grammatical terms / 280 \\
                  36.3.1 equals / 280 \\
-                 36.3.2 filler , general text / 280 \\
+                 36.3.2 filler, general text / 280 \\
                  36.3.3 {} and left brace right brace / 281 \\
                  36.3.4 math field / 281 \\
                  36.4 Differences between TEX versions 2 and 3 / 281 \\
@@ -6094,13 +6097,14 @@
                  38.3 Plain TEX math symbols / 305 \\
                  38.3.1 Mathcharacter codes / 305 \\
                  38.3.2 Delimiter codes / 306 \\
-                 38.3.3 mathchardef tokens : ordinary symbols / 307 \\
-                 38.3.4 mathchardef tokens : large operators / 308 \\
-                 38.3.5 mathchardef tokens : binary operations / 309 \\
-                 38.3.6 mathchardef tokens : relations / 310 \\
+                 38.3.3 mathchardef tokens: ordinary symbols / 307 \\
+                 38.3.4 mathchardef tokens: large operators / 308 \\
+                 38.3.5 mathchardef tokens: binary operations / 309 \\
+                 38.3.6 mathchardef tokens: relations / 310 \\
                  38.3.7 \delimiter macros / 311 \\
                  39 Index / 313 \\
                  Bibliography / 321",
+  xxnote =       "See \cite{Poppelier:1992:BRJ,Poppelier:1992:BR}.",
 }
 
 @Book{Emerson:1987:TTU,
@@ -6764,13 +6768,162 @@
   publisher =    pub-SILICON,
   address =      pub-SILICON:adr,
   edition =      "Second",
-  pages =        "xix + 310 (or xv + 377)",
+  pages =        "xv + 377",
   year =         "1987",
   ISBN =         "0-13-938325-5, 0-9615336-2-5",
   ISBN-13 =      "978-0-13-938325-0, 978-0-9615336-2-5",
-  LCCN =         "QA76.73.A35 G437 1987",
-  bibdate =      "Tue Dec 14 23:36:50 1993",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  LCCN =         "Z52.5.U54G43 1987",
+  bibdate =      "Mon May 20 09:54:58 1996",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib;
+                 http://www.math.utah.edu/pub/tex/bib/unix.bib",
+  price =        "US\$40.90",
+  acknowledgement = ack-nhfb,
+  keyword =      "documentation; languages",
+  subject =      "I.7.2 Computing Methodologies, TEXT PROCESSING,
+                 Document Preparation, Format and notation \\ I.7.2
+                 Computing Methodologies, TEXT PROCESSING, Document
+                 Preparation, Languages \\ D.4.0 Software, OPERATING
+                 SYSTEMS, General, UNIX",
+  tableofcontents = "Preface / xi \\
+                 Acknowledgement / xv \\
+                 1: Introduction / 1 \\
+                 1. Document Format / 2 \\
+                 2. The UNIX Document Formatting and Writing Tools / 7
+                 \\
+                 3. Using {\tt mm} in Preference to {\tt troff} / 9 \\
+                 4. Using the Document Formatting and Writing Tools / 12
+                 \\
+                 5. The Typesetting Commands / 13 \\
+                 2: Specifying The Document Format / 15 \\
+                 1. An Example of Document Formatting / 15 \\
+                 2. Basics / 20 \\
+                 3. Fonts / 27 \\
+                 4. Point Size and Vertical Spacing / 32 \\
+                 5. Document Structure / 35 \\
+                 6. Document Definitions, Style and Appearance
+                 Parameters / 36 \\
+                 7. Document Prelude / 38 \\
+                 8. Document Body / 45 \\
+                 9. Document Postlude / 71 \\
+                 10. Business Letters / 76 \\
+                 11. Advanced Aspects of {\tt mm} / 87 \\
+                 12. Interfacing with {\tt troff} Preprocessors / 95 \\
+                 13. Interaction of {\tt troff} with {\tt mm} / 95 \\
+                 14. {\tt mm} Command-Line Options / 100 \\
+                 15. Hints for Managing Large Documents / 102 \\
+                 16. Checking for Errors: {\tt checkmm} / 103 \\
+                 17. A Final Example / 103 \\
+                 18. Exercises / 111 \\
+                 3: Specifying Tables J / 13 \\
+                 1. An Example {\tt tbl} Specification / 113 \\
+                 2. Format of a Table Specification / 116 \\
+                 3. Specification of the Global Table Format / 116 \\
+                 4. Data Format Specification / 117 \\
+                 5. Table Data / 127 \\
+                 6. Tables with Groups of Repeated Rows / 134 \\
+                 7. {\tt troff} Instructions / 140 \\
+                 8. Interface with {\tt mm} / 142 \\
+                 9. Checking for Errors : {\tt tbl} / 145 \\
+                 10. Restrictions on Table Specifications / 146 \\
+                 11. Examples / 147 \\
+                 12. Exercises / 153 \\
+                 4: Specifying Figures / 157 \\
+                 1. An Example {\tt pic} Specification / 158 \\
+                 2. Format of a Figure Specification / 160 \\
+                 3. Primitive Objects-Basics / 160 \\
+                 4. Moves / 171 \\
+                 5. Lines and Arrows / 173 \\
+                 6. Boxes / 179 \\
+                 7. Circles / 185 \\
+                 8. Ellipses / 189 \\
+                 9. Arcs / 192 \\
+                 10. Splines / 197 \\
+                 11. Text / 200 \\
+                 12. Invisible Objects / 203 \\
+                 13. Control Instructions / 203 \\
+                 14. Macros / 205 \\
+                 15. Blocks / 208 \\
+                 16. Including Files / 210 \\
+                 17. Figure Size / 213 \\
+                 18. Interface with {\tt mm} and {\tt eqn} / 215 \\
+                 19. Checking for Errors: {\tt pic} / 218 \\
+                 20. Recent Changes to {\tt pic} / 218 \\
+                 21. Exercises / 219 \\
+                 5: Specifying Formulas (Equations) / 225 \\
+                 1. An Example {\tt eqn} Specification / 226 \\
+                 2. Specifying Equations / 227 \\
+                 3. Basics / 229 \\
+                 4. Subscripts/Superscripts / 233 \\
+                 5. Fractions / 234 \\
+                 6. Square Roots / 235 \\
+                 7. Associating Limits With Items / 235 \\
+                 8. Large Brackets for Grouping / 237 \\
+                 9. {\tt eqn} Definitions / 240 \\
+                 I 0. Aligning Equations / 243 \\
+                 11. Piles / 244 \\
+                 12. Matrices / 246 \\
+                 13. Diacritics / 247 \\
+                 14. Local Motions / 248 \\
+                 15. Labeling Equations / 248 \\
+                 16. {\tt eqn} Environment / 249 \\
+                 17. Operator Precedence and Association / 252 \\
+                 18. Special Characters and Symbols / 254 \\
+                 19. {\tt eqn} Interface With {\tt tbl}, {\tt pic} and
+                 {\tt mm} / 257 \\
+                 20. {\tt eqn} Restrictions / 259 \\
+                 21. Checking for Errors: {\tt eqn} and {\tt checkmm} /
+                 260 \\
+                 22. Recent Changes to {\tt eqn} / 260 \\
+                 23. Examples / 261 \\
+                 24. Exercises / 265 \\
+                 6: {\tt troff}/nroff-The Formatters / 269 \\
+                 1. Stand-Alone {\tt troff} Instructions / 270 \\
+                 2. Escape Sequences for Characters, Indicators and
+                 Functions / 280 \\
+                 3. Naming Conventions for Non-ASCII Characters / 283
+                 \\
+                 4. Recent Changes to {\tt troff} / 286 \\
+                 7: Writer's Workbench Software / 287 \\
+                 1. Overview / 287 \\
+                 2. {\tt proofr} / 288 \\
+                 3. {\tt prose} / 290 \\
+                 4. Example / 291 \\
+                 5. Conclusions / 297 \\
+                 8: Example Document Templates / 299 \\
+                 1. Letters / 299 \\
+                 2. Papers / 306 \\
+                 3. Books / 310 \\
+                 4. Exercises / 319 \\
+                 Appendix A: More Document Formatting Tools / 321 \\
+                 1. {\tt ideal} / 321 \\
+                 2. {\tt grap} / 321 \\
+                 3. {\tt ms} Page-Layout Macros / 322 \\
+                 4. {\tt mv} Viewgraph Macros / 324 \\
+                 5. {\tt refer} / 325 \\
+                 Appendix B: Document Formatting Commands / 327 \\
+                 1. {\tt checkmm} ({\tt mm} and {\tt eqn} Error Checker)
+                 / 327 \\
+                 2. {\tt double} (Double Word Finder) / 328 \\
+                 3. {\tt eqn} and neqn (Format Mathematical Text) / 328
+                 \\
+                 4. {\tt mm} (Print Documents Formatted Using {\tt mm})
+                 / 329 \\
+                 5. {\tt mmt} and {\tt mvt} (Format Documents,
+                 Viewgraphs and Slides) / 330 \\
+                 6. nroff (Format Text) / 331 \\
+                 7. {\tt pic} (Draw Figures) / 332 \\
+                 8. {\tt spell} (Find Spelling Errors) / 333 \\
+                 9. {\tt tbl} (Format Tables) / 333 \\
+                 10. {\tt tc} ({\tt troff} Output Interpreter) / 334 \\
+                 11. {\tt troff} (Text Formatting and Typesetting) / 335
+                 \\
+                 12. {\tt wwb} (Writer's Workbench Software) / 336 \\
+                 Appendix C: Some Font Samples / 339 \\
+                 Glossary / 349 \\
+                 Annotated Bibliography / 353 \\
+                 Index / 359--377",
 }
 
 @Book{Gehani:1988:DFT,
@@ -6779,22 +6932,151 @@
                  system. Vol. 2: grap, mv, ms, and troff",
   publisher =    pub-SILICON,
   address =      pub-SILICON:adr,
-  pages =        "304",
+  pages =        "xiii + 304",
   year =         "1988",
   ISBN =         "0-9615336-3-3",
   ISBN-13 =      "978-0-9615336-3-2",
-  LCCN =         "????",
+  LCCN =         "Z52.5.U54 G431 1988",
   bibdate =      "Mon Jul 25 08:37:04 MDT 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib;
+                 http://www.math.utah.edu/pub/tex/bib/unix.bib",
   price =        "US\$30.95",
   acknowledgement = ack-nhfb,
-  keywords =     "documentation; languages",
+  keyword =      "languages; documentation",
   review =       "ACM CR 8907-0444",
+  shorttableofcontents = "Preface / xi \\
+                 Acknowledgment / xiii \\
+                 1: Specifying Graphs / 1 \\
+                 2: Specifying Viewgraphs and Slides / 69 \\
+                 3: Specifying the Document Format with {\tt ms} / 89
+                 \\
+                 4: Typesetting Documents with {\tt troff} / 145 \\
+                 5: Example {\tt ms} Document Templates / 257 \\
+                 Appendix A: Document Formatting Commands and Macros /
+                 277 \\
+                 Bibliography / 283 \\
+                 Index / 289",
   subject =      "I.7.2 Computing Methodologies, TEXT PROCESSING,
                  Document Preparation \\ D.4.0 Software, OPERATING
                  SYSTEMS, General, UNIX \\ I.7.2 Computing
                  Methodologies, TEXT PROCESSING, Document Preparation,
                  troff",
+  tableofcontents = "Preface / xi \\
+                 Acknowledgment / xiii \\
+                 1: Specifying Graphs / 1 \\
+                 1. An Example of a {\tt grap} Specification / 2 \\
+                 2. Format of a Graph Specification / 4 \\
+                 3. Basics / 4 \\
+                 4. Frame / 10 \\
+                 5. Graph Data / 27 \\
+                 6. Multiple Graphs / 32 \\
+                 7. Printing Strings and other Objects in a Graph / 34
+                 \\
+                 8. Control Instructions / 38 \\
+                 9. Macros / 41 \\
+                 10. Including and Reading Data from Files / 44 \\
+                 11. Graph Size / 44 \\
+                 12. How to be a Graphic Liar / 45 \\
+                 13. Interface with {\tt mm}/{\tt ms}, {\tt pic}, {\tt
+                 tbl}, {\tt eqn} and {\tt troff} / 48 \\
+                 14. Checking for Errors: {\tt grap} / 51 \\
+                 15. Executing UNIX Commands / 51 \\
+                 16. Examples / 53 \\
+                 17. Final Comments / 65 \\
+                 18. Exercises / 65 \\
+                 2: Specifying Viewgraphs and Slides / 69 \\
+                 1. Examples of Foils / 69 \\
+                 2. Foil Specification Format / 73 \\
+                 3. Foil-Start Instructions / 73 \\
+                 4. Default Parameters / 75 \\
+                 5. Titles and Centered Lines / 76 \\
+                 6. Specifying Lists / 76 \\
+                 7. Point Size and Line Length / 81 \\
+                 8. Font Changes / 82 \\
+                 9. Miscellaneous / 82 \\
+                 10. Useful {\tt troff} Instructions / 82 \\
+                 11. Hints for Making and Managing Foils / 83 \\
+                 12. Interaction with Other Doc. Prep. Facilities / 84
+                 \\
+                 13. Using {\tt mv} / 85 \\
+                 14. Notes / 85 \\
+                 15. Exercises / 86 \\
+                 3: Specifying the Document Format with {\tt ms} / 89
+                 \\
+                 1. An Example of Document Formatting / 89 \\
+                 2. Basics / 95 \\
+                 3. Variables / 97 \\
+                 4. Fonts / 100 \\
+                 5. Point Size / 102 \\
+                 6. Vertical Spacing / 103 \\
+                 7. Document Structure / 104 \\
+                 8. Document Definitions, Style and Appearance
+                 Parameters / 104 \\
+                 9. Document Prelude / 105 \\
+                 10. Document Body / 110 \\
+                 11. Document Postlude / 121 \\
+                 12. Page Headers and Footers / 121 \\
+                 13. Multi-Column Format / 122 \\
+                 14. Miscellaneous Instructions / 123 \\
+                 15. {\tt ms} Extensions / 125 \\
+                 16. {\tt troff} Instructions and Macros / 128 \\
+                 17. {\tt ms} and Other Document Preparation Tools / 133
+                 \\
+                 18. Using {\tt ms} / 134 \\
+                 19. A Final Example / 135 \\
+                 20. Exercises / 143 \\
+                 4: Typesetting Documents with {\tt troff} / 145 \\
+                 1. An Example of a {\tt troff} Specification / 147 \\
+                 2. Simple Typesetting Instructions / 151 \\
+                 3. Comments / 153 \\
+                 4. Specifying Sizes and Distances / 153 \\
+                 5. Specifying Fonts / 154 \\
+                 6. Specifying Point Size / 159 \\
+                 7. Specifying Vertical Spacing / 160 \\
+                 8. Filling and Adjusting of Text / 162 \\
+                 9. Line and Page Breaks / 163 \\
+                 10. Spaces, Tabs and Leaders / 165 \\
+                 11. Automatic Hyphenation / 171 \\
+                 12. Summary of Basic Page Characteristic Instructions /
+                 172 \\
+                 13. Titles / 173 \\
+                 14. Local Motions / 174 \\
+                 15. Manipulating Files / 177 \\
+                 16. String Variables / 180 \\
+                 17. Numeric Variables / 183 \\
+                 18. Arithmetic Expressions / 191 \\
+                 19. Input Interpretation / 192 \\
+                 20. Macros / 193 \\
+                 21. Conditional Statements / 198 \\
+                 22. Diversions / 200 \\
+                 23. Traps / 204 \\
+                 24. Environments / 207 \\
+                 25. Character Manipulation Features / 210 \\
+                 26 Underlining Words / 215 \\
+                 27. Two-dimensional Graphics / 216 \\
+                 28. The UNIX Environment / 225 \\
+                 29. Special Characters / 231 \\
+                 30. List of Predefined Variables / 235 \\
+                 31. Miscellaneous / 237 \\
+                 32. Examples / 240 \\
+                 33. Exercises / 255 \\
+                 5: Example {\tt ms} Document Templates / 257 \\
+                 1. Letters / 257 \\
+                 2. Papers / 263 \\
+                 3. Books / 266 \\
+                 4. Exercise / 276 \\
+                 Appendix A: Document Formatting Commands and Macros /
+                 277 \\
+                 1. {\tt grap} (Preprocessor for Drawing Graphs) / 277
+                 \\
+                 2. {\tt ms} (Page-Layout Macros) / 278 \\
+                 3. mvt (Format Viewgraphs and Slides) / 278 \\
+                 4. nroff (Format Text) / 279 \\
+                 5. {\tt troff} (Format Text) / 280 \\
+                 Bibliography / 283 \\
+                 Index / 289",
 }
 
 @MastersThesis{Gella:1995:CTL,
@@ -10468,7 +10750,7 @@
 
 @Book{Knuth:1979:TMN,
   author =       "Donald E. Knuth",
-  title =        "{\TeX} and {\METAFONT}\emdash New Directions in
+  title =        "{\TeX} and {\METAFONT}: New Directions in
                  Typesetting",
   publisher =    pub-DP,
   address =      pub-DP:adr,
@@ -10478,7 +10760,27 @@
   ISBN-13 =      "978-0-932376-02-2",
   LCCN =         "Z253.3 .K58 1979",
   bibdate =      "Wed Dec 15 10:37:42 1993",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  bibsource =    "Graphics/imager/imager.books.bib;
+                 Graphics/siggraph/79.bib;
+                 http://www.math.utah.edu/pub/tex/bib/font.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/siggraph/new/79.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
+  acknowledgement = ack-nhfb,
+  keywords =     "Applications; character display/generation; character
+                 display/generation and Applications; general
+                 references; printing/publishing industry; programming
+                 systems; software; standards text books; standards text
+                 books and software",
+  remark =       "A landmark book at the time it was published. Newer
+                 versions exist. Less than portable as claimed, but
+                 still significant. Required reading for anyone doing
+                 font design and type setting.",
+  tableofcontents = "Part 1: Mathematical Typography \\
+                 Part 2: \TeX, a system for technical text \\
+                 Part 3: METAFONT, a system for alphabet design",
 }
 
 @TechReport{Knuth:1980:CMF,
@@ -10668,17 +10970,83 @@
 @Book{Knuth:1984:TB,
   author =       "Donald E. Knuth",
   title =        "The {\TeX}book",
+  volume =       "{\noopsort{1984a}}A",
   publisher =    pub-AW,
   address =      pub-AW:adr,
   pages =        "ix + 483",
   year =         "1984",
-  ISBN =         "0-201-13448-9 (paperback), 0-201-13447-0 (hardcover)",
-  ISBN-13 =      "978-0-201-13448-3 (paperback), 978-0-201-13447-6
-                 (hardcover)",
-  LCCN =         "Z253.4.T47 K58 1984",
-  bibdate =      "Fri Jul 22 09:08:51 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  ISBN =         "0-201-13447-0 (hardcover), 0-201-13448-9 (paperback)",
+  ISBN-13 =      "978-0-201-13447-6 (hardcover), 978-0-201-13448-3
+                 (paperback)",
+  LCCN =         "Z253.4.T47 K58 1986",
+  bibdate =      "Wed Dec 15 10:36:52 1993",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/datacompression.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
+  note =         "Second printing, revised, October 1984. Sixth
+                 printing, revised, January 1986; also published as {\sl
+                 Computers \& Typesetting}, Vol.~A. Twenty-fourth
+                 printing, summer 1993, contains final revisions.
+                 Twenty-first printing, June 1992.",
   price =        "US\$15.95 (paperback), US\$32.95 (hardcover)",
+  series =       "Computers and Typesetting",
+  acknowledgement = ack-nhfb,
+  keywords =     "computerized typesetting; documentation; languages;
+                 mathematics printing -- computer programs; TeX
+                 (computer file)",
+  remark =       "See translations
+                 \cite{Knuth:1989:TBK,Knuth:1993:VT}.",
+  subject =      "TeX (Computer file); TeX (Logiciel); TeX (Computer
+                 file); Computerized typesetting; Mathematics printing;
+                 Computer programs; Imprimerie; Composition automatique;
+                 Math{\'e}matiques; Impression; Logiciels;
+                 Math{\'e}matiques; Imprimerie; Computerized
+                 typesetting; Computer programs; TeX (logiciel); TeX;
+                 I.7.2 Computing Methodologies, TEXT PROCESSING,
+                 Document Preparation \\ J.7 Computer Applications,
+                 COMPUTERS IN OTHER SYSTEMS, Publishing \\ I.7.1
+                 Computing Methodologies, TEXT PROCESSING, Text
+                 Editing",
+  tableofcontents = "1: The Name of the Game / 1 \\
+                 2: Book Printing versus Ordinary Typing / 3 \\
+                 3: Controlling \TeX{} / 7 \\
+                 4: Fonts of Type / 13 \\
+                 5: Grouping / 19 \\
+                 6: Running \TeX{} / 23 \\
+                 7: How \TeX{} Reads What You Type / 37 \\
+                 8: The Characters You Type / 43 \\
+                 9: \TeX{}'s Roman Fonts / 51 \\
+                 10: Dimensions / 57 \\
+                 11: Boxes / 63 \\
+                 12: Glue / 69 \\
+                 13: Modes / 85 \\
+                 14: How \TeX{} Breaks Paragraphs into Lines / 91 \\
+                 15: How \TeX{} Makes Lines into Pages / 109 \\
+                 16: Typing Math Formulas / 127 \\
+                 17: More about Math / 139 \\
+                 18: Fine Points of Mathematics Typing / 161 \\
+                 19: Displayed Equations / 185 \\
+                 20: Definitions (also called Macros) / 199 \\
+                 21: Making Boxes / 221 \\
+                 22: Alignment / 231 \\
+                 23: Output Routines / 251 \\
+                 24: Summary of Vertical Mode / 267 \\
+                 25: Summary of Horizontal Mode / 285 \\
+                 26: Summary of Math Mode / 289 \\
+                 27: Recovery from Errors / 295 \\
+                 Appendices \\
+                 A: Answers to All the Exercises / 305 \\
+                 B: Basic Control Sequences / 339 \\
+                 C: Character Codes / 367 \\
+                 D: Dirty Tricks / 373 \\
+                 E: Example Formats / 403 \\
+                 F: Font Tables / 427 \\
+                 G: Generating Boxes from Formulas / 441 \\
+                 H: Hyphenation / 449 \\
+                 I: Index / 457 \\
+                 J: Joining the \TeX{} Community / 483",
 }
 
 @TechReport{Knuth:1984:TTT,
@@ -10709,21 +11077,86 @@
 
 @Book{Knuth:1986:CMT,
   author =       "Donald E. Knuth",
-  title =        "Computer Modern Typefaces",
+  title =        "{Computer Modern} Typefaces",
   volume =       "E",
   publisher =    pub-AW,
   address =      pub-AW:adr,
   pages =        "xv + 588",
-  year =         "{\noopsort{1986e}}1986",
+  year =         "1986",
   ISBN =         "0-201-13446-2",
   ISBN-13 =      "978-0-201-13446-9",
   LCCN =         "Z250.8.M46 K574 1986",
-  bibdate =      "Fri Jul 22 09:06:29 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  bibdate =      "Wed Dec 15 10:37:33 1993",
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/tex/bib/datacompression.bib;
+                 http://www.math.utah.edu/pub/tex/bib/font.bib;
+                 http://www.math.utah.edu/pub/tex/bib/litprog.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
   series =       "Computers and Typesetting",
+  acknowledgement = ack-nhfb,
+  remark =       "Reprinted with corrections July, 1987.",
+  tableofcontents = "Introduction to the Parameters / 1 \\
+                 Organization of the Files / 8 \\
+                 Parameter Files / 10 \\
+                 Driver Files / 36 \\
+                 {\tt roman}: Roman text and typewriter text / 36 \\
+                 {\tt title}: Caps and digits only / 38 \\
+                 {\tt texset} : Extended ASCII character set / 38 \\
+                 {\tt csc}: Caps and small caps / 40 \\
+                 {\tt textit}: Italic text and typewriter text / 41 \\
+                 {\tt mathit}: Math italic / 42 \\
+                 {\tt mathsy}: Math symbols / 44 \\
+                 {\tt mathex}: Math extension characters / 44 \\
+                 Program Files / 46 \\
+                 {\tt accent}: Accents common to roman and italic / 49
+                 \\
+                 {\tt bigacc}: Wide accents for math extension font / 63
+                 \\
+                 {\tt bigdel}: Delimiters for math extension font / 66
+                 \\
+                 {\tt bigop}: Operators for math extension font / 103
+                 \\
+                 {\tt calu}: Calligraphic capitals / 123 \\
+                 {\tt comlig}: Ligatures common to roman and italic /
+                 141 \\
+                 {\tt cscspu}: Special uppercase for caps and small caps
+                 / 145 \\
+                 {\tt greekl}: Lowercase Greek / 147 \\
+                 {\tt greeku}: Upper case Greek / 171 \\
+                 {\tt itald}: Italic digits / 193 \\
+                 {\tt italig}: Italic f-ligatures / 199 \\
+                 {\tt itall}: Italic lowercase / 209 \\
+                 {\tt italms}: Italic math specials / 233 \\
+                 {\tt italp}: Italic punctuation / 239 \\
+                 {\tt italsp}: Special lowercase for italic / 245 \\
+                 {\tt olddig}: Oldstyle digits / 251 \\
+                 {\tt punct}: Punctuation common to roman and italic /
+                 265 \\
+                 {\tt romand}: Roman digits / 285 \\
+                 {\tt romanl}: Roman lowercase / 305 \\
+                 {\tt romanp}: Roman punctuation / 361 \\
+                 {\tt romanu}: Roman uppercase / 369 \\
+                 {\tt romlig}: Roman f-ligatures / 421 \\
+                 {\tt romms}: Roman math specials / 431 \\
+                 {\tt romspl}: Special lowercase for roman / 443 \\
+                 {\tt romspu}: Special uppercase for roman / 451 \\
+                 {\tt romsub}: Substitutes for ligatures / 457 \\
+                 {\tt sym}: Math symbols common to several fonts / 459
+                 \\
+                 {\tt symbol}: Math symbols in symbol font only / 483
+                 \\
+                 {\tt tset}: Extended ASCII symbols / 542 \\
+                 {\tt tsetsl}: Extended ASCII symbols to be slanted /
+                 543 \\
+                 The Base File / 545 \\
+                 Font Specimens / 554 \\
+                 General Index / 571 Index to Character Programs / 581",
 }
 
- at Book{Knuth:1986:MB,
+ at Book{Knuth:ct-c,
   author =       "Donald E. Knuth",
   title =        "The {\METAFONT}book",
   volume =       "C",
@@ -10735,14 +11168,56 @@
   ISBN-13 =      "978-0-201-13445-2 (hardcover), 978-0-201-13444-5
                  (paperback)",
   LCCN =         "Z250.8.M46 K58 1986",
-  bibdate =      "Fri Jul 22 09:06:26 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  price =        "US\$32.95 (hardcover), US\$16.95 (paperback)",
+  bibdate =      "Wed Dec 15 10:37:29 1993",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/datacompression.bib;
+                 http://www.math.utah.edu/pub/tex/bib/font.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
   series =       "Computers and Typesetting",
-  keywords =     "design; languages",
+  acknowledgement = ack-nhfb,
   review =       "ACM CR 9004-0282",
   subject =      "I.7.2 Computing Methodologies, TEXT PROCESSING,
                  Document Preparation, Metafont",
+  tableofcontents = "1 The Name of the Game / 1 \\
+                 2 Coordinates / 5 \\
+                 3 Curves / 13 \\
+                 4 Pens / 21 \\
+                 5 Running \METAFONT{} / 31 \\
+                 6 How \METAFONT{} Reads What You Type / 49 \\
+                 7 Variables / 53 \\
+                 8 Algebraic Expressions / 59 \\
+                 9 Equations / 75 \\
+                 10 Assignments / 87 \\
+                 11 Magnification and Resolution / 91 \\
+                 12 Boxes / 101 \\
+                 13 Drawing, Filling, and Erasing / 109 \\
+                 14 Paths / 123 \\
+                 15 Transformations / 141 \\
+                 16 Calligraphic Effects / 147 \\
+                 17 Grouping / 155 \\
+                 18 Definitions ( also called Macros) / 159 \\
+                 19 Conditions and Loops / 169 \\
+                 20 More about Macros / 175 \\
+                 21 Random Numbers / 183 \\
+                 22 Strings / 187 \\
+                 23 Online Displays / 191 \\
+                 24 Discreteness and Discretion / 195 \\
+                 25 Summary of Expressions / 209 \\
+                 26 Summary of the Language / 217 \\
+                 27 Recovering from Errors / 223 \\
+                 Appendices \\
+                 A Answers to All the Exercises / 233 \\
+                 B Basic Operations / 257 \\
+                 C Character Codes / 281 \\
+                 D Dirty Tricks / 285 \\
+                 E Examples / 301 \\
+                 F Font Metric Information / 315 \\
+                 G Generic Font Files / 323 \\
+                 H Hardcopy Proofs / 327 \\
+                 I Index / 345 \\
+                 J Joining the \TeX{} Community / 361",
 }
 
 @Book{Knuth:1986:MP,
@@ -10752,14 +11227,74 @@
   publisher =    pub-AW,
   address =      pub-AW:adr,
   pages =        "xv + 560",
-  year =         "{\noopsort{1986d}}1986",
+  year =         "1986",
   ISBN =         "0-201-13438-1",
   ISBN-13 =      "978-0-201-13438-4",
   LCCN =         "Z250.8.M46 K578 1986",
-  bibdate =      "Fri Jul 22 09:06:27 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  price =        "US\$32.95",
+  bibdate =      "Wed Dec 15 10:37:32 1993",
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/tex/bib/datacompression.bib;
+                 http://www.math.utah.edu/pub/tex/bib/font.bib;
+                 http://www.math.utah.edu/pub/tex/bib/litprog.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
   series =       "Computers and Typesetting",
+  acknowledgement = ack-nhfb,
+  tableofcontents = "1 Introduction / \S 1 \\
+                 2 The character set / \S 17 \\
+                 3 Input and output / \S 24 \\
+                 4 String handling / \S 37 \\
+                 5 On-line and off-line printing / \S 54 \\
+                 6 Reporting errors / \S 67 \\
+                 7 Arithmetic with scaled numbers / \S 95 \\
+                 8 Algebraic and transcendental functions / \S 120 \\
+                 9 Packed data / \S 153 \\
+                 10 Dynamic memory allocation / \S 158 \\
+                 11 Memory layout / \S 175 \\
+                 12 The command codes / \S 186 \\
+                 13 The hash table / \S 200 \\
+                 14 Token lists / \S 214 \\
+                 15 Data structures for variables / \S 228 \\
+                 16 Saving and restoring equivalents / \S 250 \\
+                 17 Data structures for paths / \S 255 \\
+                 18 Choosing control points / \S 269 \\
+                 19 Generating discrete moves / \S 303 \\
+                 20 Edge structures / \S 323 \\
+                 21 Subdivision into octants / \S 386 \\
+                 22 Filling a contour / \S 460 \\
+                 23 Polygonal pens / \S 469 \\
+                 24 Filling an envelope / \S 490 \\
+                 25 Elliptical pens / \S 524 \\
+                 26 Direction and intersection times / \S 538 \\
+                 27 Online graphic output / \S 564 \\
+                 28 Dynamic linear equations / \S 585 \\
+                 29 Dynamic nonlinear equations / \S 618 \\
+                 30 Introduction to the syntactic routines / \S 624 \\
+                 31 Input stacks and states / \S 627 \\
+                 32 Maintaining the input stacks / \S 647 \\
+                 33 Getting the next token / \S 658 \\
+                 34 Scanning macro definitions / \S 683 \\
+                 35 Expanding the next token / \S 706 \\
+                 36 Conditional processing / \S 738 \\
+                 37 Iterations / \S 752 \\
+                 38 File names / \S 766 \\
+                 39 Introduction to the parsing routines / \S 796 \\
+                 40 Parsing primary expressions / \S 823 \\
+                 41 Parsing secondary and higher expressions / \S 862
+                 \\
+                 42 Doing the operations / \S 893 \\
+                 43 Statements and commands / \S 989 \\
+                 44 Commands / \S 1020 \\
+                 45 Font metric data / \S 1087 \\
+                 46 Generic font file format / \S 1142 \\
+                 47 Shipping characters out / \S 1149 \\
+                 48 Dumping and undumping the tables / \S 1183 \\
+                 49 The main program / \S 1202 \\
+                 50 Debugging / \S 1212 \\
+                 51 System-dependent changes / \S 1214 \\
+                 52 Index / \S 1215",
 }
 
 @TechReport{Knuth:1986:T,
@@ -10776,23 +11311,6 @@
   acknowledgement = ack-hk,
 }
 
- at Book{Knuth:1986:TB,
-  author =       "Donald E. Knuth",
-  title =        "The {\TeX}book",
-  volume =       "A",
-  publisher =    pub-AW,
-  address =      pub-AW:adr,
-  pages =        "ix + 483",
-  year =         "{\noopsort{1986a}}1986",
-  ISBN =         "0-201-13447-0",
-  ISBN-13 =      "978-0-201-13447-6",
-  LCCN =         "Z253.4.T47 K58 1986",
-  bibdate =      "Fri Jul 22 09:03:17 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  price =        "US\$32.95",
-  series =       "Computers and Typesetting",
-}
-
 @Book{Knuth:1986:TP,
   author =       "Donald E. Knuth",
   title =        "{\TeX}: The Program",
@@ -10800,14 +11318,77 @@
   publisher =    pub-AW,
   address =      pub-AW:adr,
   pages =        "xv + 594",
-  year =         "{\noopsort{1986b}}1986",
+  year =         "1986",
   ISBN =         "0-201-13437-3",
   ISBN-13 =      "978-0-201-13437-7",
   LCCN =         "Z253.4.T47 K578 1986",
-  bibdate =      "Fri Jul 22 09:03:46 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  price =        "US\$32.95",
+  bibdate =      "Wed Dec 15 10:36:54 1993",
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/tex/bib/datacompression.bib;
+                 http://www.math.utah.edu/pub/tex/bib/litprog.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
   series =       "Computers and Typesetting",
+  acknowledgement = ack-nhfb,
+  tableofcontents = "1 Introduction / \S 1 \\
+                 2 The character set / \S 17 \\
+                 3 Input and output / \S 25 \\
+                 4 String handling / \S 38 \\
+                 5 On-line and off-line printing / \S 54 \\
+                 6 Reporting errors / \S 72 \\
+                 7 Arithmetic with scaled dimensions / \S 99 \\
+                 8 Packed data / \S 110 \\
+                 9 Dynamic memory allocation / \S 115 \\
+                 10 Data structures for boxes and their friends / \S 133
+                 \\
+                 11 Memory layout / \S 162 \\
+                 12 Displaying boxes / \S 173 \\
+                 13 Destroying boxes / \S 199 \\
+                 14 Copying boxes / \S 203 \\
+                 15 The command codes / \S 207 \\
+                 16 The semantic nest / \S 211 \\
+                 17 The table of equivalents / \S 220 \\
+                 18 The hash table / \S 256 \\
+                 19 Saving and restoring equivalents / \S 268 \\
+                 20 Token lists / \S 289 \\
+                 21 Introduction to the syntactic routines / \S 297 \\
+                 22 Input stacks and states / \S 300 \\
+                 23 Maintaining the input stacks / \S 321 \\
+                 24 Getting the next token / \S 332 \\
+                 25 Expanding the next token / \S 366 \\
+                 26 Basic scanning subroutines / \S 402 \\
+                 27 Building token lists / \S 464 \\
+                 28 Conditional processing / \S 487 \\
+                 29 File names / \S 511 \\
+                 30 Font metric data / \S 539 \\
+                 31 Device-independent file format / \S 583 \\
+                 32 Shipping pages out / \S 592 \\
+                 33 Packaging / \S 644 \\
+                 34 Data structures for math mode / \S 680 \\
+                 35 Subroutines for math mode / \S 699 \\
+                 36 Typesetting math formulas / \S 719 \\
+                 37 Alignment / \S 768 \\
+                 38 Breaking paragraphs into lines / \S 813 \\
+                 39 Breaking paragraphs into lines, continued / \S 862
+                 \\
+                 40 Pre-hyphenation / \S 891 \\
+                 41 Post-hyphenation / \S 900 \\
+                 42 Hyphenation / \S 919 \\
+                 43 Initializing the hyphenation tables / \S 942 \\
+                 44 Breaking vertical lists into pages / \S 967 \\
+                 45 The page builder / \S 980 \\
+                 46 The chief executive / \S 1029 \\
+                 47 Building boxes and lists / \S 1055 \\
+                 48 Building math lists / \S 1136 \\
+                 49 Mode-independent processing / \S 1208 \\
+                 50 Dumping and undumping the tables / \S 1299 \\
+                 51 The main program / \S 1330 \\
+                 52 Debugging / \S 1338 \\
+                 53 Extensions / \S 1340 \\
+                 54 System-dependent changes / \S 1376 \\
+                 55 Index / \S 1377",
 }
 
 @TechReport{Knuth:1986:TTT,
@@ -11315,6 +11896,29 @@
   fjournal =     "Cahiers GUTenberg",
 }
 
+ at Article{Koning:2001:CDL,
+  author =       "Ruud H. Koning",
+  title =        "A comparison of different {\LaTeX} programs",
+  journal =      j-J-APPL-ECONOMETRICS,
+  volume =       "16",
+  number =       "1",
+  pages =        "81--92",
+  month =        jan # "--" # feb,
+  year =         "2001",
+  CODEN =        "JAECET",
+  DOI =          "https://doi.org/10.1002/jae.588",
+  ISSN =         "0883-7252 (print), 1099-1255 (electronic)",
+  ISSN-L =       "0883-7252",
+  bibdate =      "Sat Mar 9 10:20:01 MST 2019",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/jappleconometrics.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  acknowledgement = ack-nhfb,
+  fjournal =     "Journal of Applied Econometrics",
+  journal-URL =  "https://onlinelibrary.wiley.com/journal/10991255;
+                 https://www.jstor.org/journal/japplecon",
+  onlinedate =   "02 April 2001",
+}
+
 @Book{Kopka:1988:LE,
   author =       "Helmut Kopka",
   title =        "{{\LaTeX}: Eine Einf{\"u}hrung}",
@@ -11357,7 +11961,7 @@
                  2.5.9 Das Datum / 15 \\
                  2.6 Zerbrechliche Befehle / 15 \\
                  2.7 {\"U}bungen / 16 \\
-                 3 Dokument- und Seitenstil 1 / 9 \\
+                 3 Dokument- und Seitenstil / 19 \\
                  3.1 Der Dokumentstil / 19 \\
                  3.2 Der Seitenstil / 21 \\
                  3.2.1 Kopfdeklarationen / 21 \\
@@ -11417,9 +12021,9 @@
                  4.2.3 Beidseitig einger{\"u}ckter Text / 49 \\
                  4.2.4 Verseinr{\"u}ckungen / 50 \\
                  4.3 Aufz{\"a}hlungen / 51 \\
-                 4.3.1 Beispiel 'itemize' / 51 \\
-                 4.3.2 Beispiel 'enumerate' / 52 \\
-                 4.3.3 Beispiel 'description' / 52 \\
+                 4.3.1 Beispiel `itemize' / 51 \\
+                 4.3.2 Beispiel `enumerate' / 52 \\
+                 4.3.3 Beispiel `description' / 52 \\
                  4.3.4 Geschachtelte Aufz{\"a}hlungen / 52 \\
                  4.3.5 {\"A}nderung der Markierungen / 54 \\
                  4.3.6 Literaturverzeichnis / 56 \\
@@ -11460,7 +12064,7 @@
                  4.9.7 Stilparameter f{\"u}r Randboxen / 91 \\
                  4.10 Ausdruck von Originaltext / 91 \\
                  4.11 Kommentare im Eingabetext / 92 \\
-                 5 Mathematische Formeln 0 / 3 \\
+                 5 Mathematische Formeln / 93 \\
                  5.1 Mathematische Umgebungen / 93 \\
                  5.2 Die Hauptkonstruktionselemente / 94 \\
                  5.2.1 Konstante, Variable und ihre Verkn{\"u}pfungen /
@@ -11609,7 +12213,7 @@
                  B.2.2 Felder / 236 \\
                  B.2.3 Spezielle Feldformate / 237 \\
                  B.2.4 Abk{\"u}rzungen / 239 \\
-                 C Zeichens{\"a}tze 2 4 / 1 \\
+                 C Zeichens{\"a}tze / 241 \\
                  C.1 Vorbemerkungen / 241 \\
                  C.2 Klassifizierung der TeX-Grundzeichens{\"a}tze / 242
                  \\
@@ -11673,7 +12277,7 @@
                  Befehlsindex / 289 \\
                  Kurzbeschreibung der LaTeX-Befehle / 289 \\
                  Zusammenfassende Tabellen und Diagramme / 332 \\
-                 Verbotene TeX-Befehle 339",
+                 Verbotene TeX-Befehle / 339",
 }
 
 @Book{Kopka:1990:LEE,
@@ -12207,26 +12811,299 @@
   acknowledgement = ack-nhfb,
 }
 
- at Book{Lamport:1985:LDP,
+ at Book{Lamport:1986:LDP,
   author =       "Leslie Lamport",
-  title =        "{\LaTeX}\emdash {A} Document Preparation System\emdash
-                 User's Guide and Reference Manual",
+  title =        "{\LaTeX}: a Document Preparation System: User's Guide
+                 and Reference Manual",
   publisher =    pub-AW,
   address =      pub-AW:adr,
   pages =        "xiv + 242",
-  year =         "1985",
+  year =         "1986",
   ISBN =         "0-201-15790-X",
   ISBN-13 =      "978-0-201-15790-1",
   LCCN =         "Z253.4.L38 L35 1986",
-  bibdate =      "Thu Jul 21 23:00:50 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  price =        "US\$26.95",
+  bibdate =      "Wed Dec 15 10:38:04 1993",
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
+  abstract =     "LaTeX is a special version of Donald Knuth's TeX
+                 program for computer typesetting, a program
+                 particularly suitable for producing high-quality
+                 documents with mathematical text. LaTeX is a collection
+                 of high-level commands, called macros, which simplify
+                 the use of TeX and make the typesetting relatively
+                 easy.",
   acknowledgement = ack-nhfb,
-  keywords =     "documentation; languages; performance",
+  listoffigures = "5.1 Points and their coordinates / 102 \\
+                 5.2 \verb=\put(1.4,2.6){\line(3,-1){4.8}}= / 106 \\
+                 5.3 The format of a list / 113 \\
+                 C.1 Making footnotes without the \verb=\footnote=
+                 command / 156 \\
+                 C.2 Sectioning and table of contents commands / 158 \\
+                 C.3 An example title / 164 \\
+                 C.4 A \verb=tabbing= environment example / 180 \\
+                 C.5 An example of the \verb=tabular= environment / 182
+                 \\
+                 C.6 A sample \verb=picture= environment / 197",
+  listoftables = "3.1 Accents / 40 \\
+                 3.2 Foreign Symbols / 40 \\
+                 3.3 Greek Letters / 43 \\
+                 3.4 Binary Operation Symbols / 44 \\
+                 3.5 Relation Symbols / 44 \\
+                 3.6 Arrow Symbols / 45 \\
+                 3.7 Miscellaneous Symbols / 45 \\
+                 3.8 Variable-sized Symbols / 45 \\
+                 3.9 Log-like Functions / 46 \\
+                 3.10 Delimiters / 48 \\
+                 3.11 Math Mode Accents / 51",
   review =       "ACM CR 9001-0030",
+  shorttableofcontents = "Preface / xiii \\
+                 1: Getting Acquainted / 1 \\
+                 2: Getting Started / 11 \\
+                 3: Carrying On / 37 \\
+                 4: Moving Information Around / 69 \\
+                 5: Designing It Yourself / 81 \\
+                 6: Errors / 117 \\
+                 A: \SLiTeX{} / 131 \\
+                 B: The Bibliography Database / 139 \\
+                 C: Reference Manual / 149 \\
+                 D: Using Plain \TeX{} Commands / 203 \\
+                 Bibliography / 207 \\
+                 Index / 209",
   subject =      "I.7.2 Computing Methodologies, TEXT PROCESSING,
                  Document Preparation, LaTeX \\ D.2.3 Software, SOFTWARE
                  ENGINEERING, Coding, Pretty printers",
+  tableofcontents = "Preface / xiii \\
+                 1: Getting Acquainted / 1 \\
+                 1.1 How to Avoid Reading This Book / 2 \\
+                 1.2 How to Read This Book / 2 \\
+                 1.3 The Game of the Name / 4 \\
+                 1.4 Turning Typing into Typography / 5 \\
+                 1.5 Turning Ideas into Input / 8 \\
+                 1.6 Trying It Out / 8 \\
+                 2: Getting Started / 11 \\
+                 2.1 Preparing an Input File / 12 \\
+                 2.2 The Input / 13 \\
+                 2.2.1 Sentences and Paragraphs / 13 \\
+                 Quotation Marks / 13 \\
+                 Dashes / 14 \\
+                 Space After a Period / 14 \\
+                 Special Symbols / 15 \\
+                 Simple Text-Generating Commands / 15 \\
+                 Emphasizing Text / 16 \\
+                 Preventing Line Breaks / 18 \\
+                 Footnotes / 19 \\
+                 Formulas / 19 \\
+                 Ignorable Input / 20 \\
+                 2.2.2 The Document / 21 \\
+                 The Document Style / 21 \\
+                 The Title ``Page'' / 22 \\
+                 2.2.3 Sectioning / 22 \\
+                 2.2.4 Displayed Material / 24 \\
+                 Quotations / 26 \\
+                 Lists / 26 \\
+                 Poetry / 27 \\
+                 Displayed Formulas / 28 \\
+                 2.3 Running \LaTeX{} / 28 \\
+                 2.4 Helpful Hints / 32 \\
+                 2.5 Summary / 33 \\
+                 3: Carrying On / 37 \\
+                 3.1 Changing the Type Style / 38 \\
+                 3.2 Symbols from Other Languages / 39 \\
+                 3.2.1 Accents / 40 \\
+                 3.2.2 Symbols / 40 \\
+                 3.3 Mathematical Formulas / 41 \\
+                 3.3.1 Some Common Structures / 41 \\
+                 Subscripts and Superscripts / 41 \\
+                 Fractions / 41 \\
+                 Roots / 42 \\
+                 Ellipsis / 42 \\
+                 3.3.2 Mathematical Symbols / 42 \\
+                 Greek Letters / 43 \\
+                 Calligraphic Letters / 43 \\
+                 A Menagerie of Mathematical Symbols / 44 \\
+                 Log-like Functions / 46 \\
+                 3.3.3 Arrays / 47 \\
+                 The array Environment / 47 \\
+                 Vertical Alignment / 47 \\
+                 More Complex Arrays / 48 \\
+                 3.3.4 Delimiters / 48 \\
+                 3.3.5 Multiline Formulas / 49 \\
+                 3.3.6 Putting One Thing Above Another / 50 \\
+                 Over- and Underlining / 51 \\
+                 Accents / 51 \\
+                 Stacking Symbols / 52 \\
+                 3.3.7 Spacing in Math Mode / 52 \\
+                 3.3.8 Changing Style in Math Mode / 53 \\
+                 Type Style / 53 \\
+                 Math Style / 54 \\
+                 3.3.9 When All Else Fails / 54 \\
+                 3.4 Defining Commands and Environments / 54 \\
+                 3.4.1 Defining Commands / 55 \\
+                 3.4.2 Defining Environments / 57 \\
+                 3.4.3 Theorems and Such / 58 \\
+                 3.5 Figures and Other Floating Bodies / 59 \\
+                 3.5.1 Figures and Tables / 59 \\
+                 3.5.2 Marginal Notes / 61 \\
+                 3.6 Lining It Up in Columns / 62 \\
+                 3.6.1 The tabbing Environment / 62 \\
+                 3.6.2 The tabular Environment / 63 \\
+                 3.7 Simulating Typed Text / 65 \\
+                 3.8 Letters / 66 \\
+                 4: Moving Information Around / 69 \\
+                 4.1 The Table of Contents / 70 \\
+                 4.2 Cross-References / 71 \\
+                 4.3 Bibliography and Citation / 72 \\
+                 4.3.1 Doing It Yourself / 73 \\
+                 4.3.2 Using \BibTeX{} / 74 \\
+                 4.4 Splitting Your Input / 75 \\
+                 4.5 Making an Index or Glossary / 77 \\
+                 4.5.1 Producing an Index or Glossary / 77 \\
+                 4.5.2 Compiling the Entries / 78 \\
+                 4.6 Keyboard Input and Screen Output / 79 \\
+                 5: Designing It Yourself / 81 \\
+                 5.1 Document and Page Styles / 82 \\
+                 5.1.1 Document Styles / 82 \\
+                 5.1.2 Page Styles / 83 \\
+                 5.1.3 The Title Page and Abstract / 84 \\
+                 5.1.4 Customizing the Document Style / 85 \\
+                 5.2 Line and Page Breaking / 87 \\
+                 5.2.1 Line Breaking / 87 \\
+                 5.2.2 Page Breaking / 90 \\
+                 5.3 Numbering / 91 \\
+                 5.4 Length, Spaces, and Boxes / 93 \\
+                 5.4.1 Length / 93 \\
+                 5.4.2 Spaces / 95 \\
+                 5.4.3 Boxes / 96 \\
+                 LR Boxes / 97 \\
+                 Parboxes / 98 \\
+                 Rule Boxes / 100 \\
+                 Raising and Lowering Boxes / 100 \\
+                 Saving Boxes / 101 \\
+                 5.5 Pictures / 101 \\
+                 5.5.1 The picture Environment / 102 \\
+                 5.5.2 Picture Objects / 103 \\
+                 Text / 104 \\
+                 Boxes / 104 \\
+                 Straight Lines / 105 \\
+                 Arrows / 106 \\
+                 Stacks / 107 \\
+                 Circles / 107 \\
+                 Ovals and Rounded Corners / 108 \\
+                 Framing / 108 \\
+                 5.5.3 Reusing Objects / 109 \\
+                 5.5.4 Repeated Patterns / 109 \\
+                 5.5.5 Some Hints on Drawing Pictures / 110 \\
+                 5.6 Centering and ``Flushing'' / 111 \\
+                 5.7 List-Making Environments / 112 \\
+                 5.7.1 The {\tt list} Environment / 112 \\
+                 5.7.2 The {\tt trivlist} Environment / 115 \\
+                 5.8 Fonts / 115 \\
+                 5.8.1 Changing Type Size / 115 \\
+                 5.8.2 Loading Fonts / 116 \\
+                 6: Errors / 117 \\
+                 6.1 Finding the Error / 118 \\
+                 6.2 \LaTeX's Error Messages / 120 \\
+                 6.3 \TeX's Error Messages / 123 \\
+                 6.4 \LaTeX{} Warnings / 128 \\
+                 6.5 \TeX{} Warnings / 129 \\
+                 A: \SLiTeX{} / 131 \\
+                 A.l How \SLiTeX{} makes Colors / 132 \\
+                 A.2 The Root File / 133 \\
+                 A.3 The Slide File / 134 \\
+                 A.3.1 Slides / 134 \\
+                 A.3.2 Overlays / 136 \\
+                 A.3.3 Notes / 137 \\
+                 A.3.4 Page Styles for Slides / 137 \\
+                 A.4 Making Only Some Slides / 138 \\
+                 B: The Bibliography Database / 139 \\
+                 B.1 The Format of the {\tt bib} File / 140 \\
+                 B.1.1 The Entry Format / 140 \\
+                 B.1.2 The Text of a Field / 141 \\
+                 Names / 141 \\
+                 Titles / 142 \\
+                 B.1.3 Abbreviations / 143 \\
+                 B.2 The Entries / 144 \\
+                 B.2.1 Entry Types / 144 \\
+                 B.2.2 Fields / 146 \\
+                 C: Reference Manual / 149 \\
+                 C.1 Commands and Environments / 150 \\
+                 C.1.1 Command Names and Arguments / 150 \\
+                 C.1.2 Environments / 151 \\
+                 C.1.3 Fragile Commands / 151 \\
+                 C.1.4 Declarations / 152 \\
+                 C.1.5 Invisible Commands and Environments / 152 \\
+                 C.1.6 The {\tt \backslash\backslash} command / 153 \\
+                 C.2 Sentences and Paragraphs / 154 \\
+                 C.2.1 Making Sentences / 154 \\
+                 C.2.2 Making Paragraphs / 154 \\
+                 C.2.3 Footnotes / 156 \\
+                 C.2.4 Accents and Special Symbols / 157 \\
+                 C.3 Sectioning and Table of Contents / 157 \\
+                 C.3.1 Sectioning Commands / 157 \\
+                 C.3.2 The Appendix / 158 \\
+                 C.3.3 Table of Contents / 158 \\
+                 C.3.4 Style Parameters / 159 \\
+                 C.4 Document and Page Styles / 160 \\
+                 C.4.1 Document Styles / 160 \\
+                 C.4.2 Page Styles / 161 \\
+                 C.4.3 The Title Page and Abstract / 163 \\
+                 C.5 Displayed Paragraphs / 165 \\
+                 C.5.1 Quotations and Verse / 165 \\
+                 C.5.2 List-Making Environments / 165 \\
+                 C.5.3 The {\tt list} and {\tt trivlist} Environments /
+                 166 \\
+                 C.5.4 Verbatim / 168 \\
+                 C.6 Mathematical Formulas / 169 \\
+                 C.6.1 Math Mode Environments / 169 \\
+                 C.6.2 Common Structures / 170 \\
+                 C.6.3 Mathematical Symbols / 171 \\
+                 C.6.4 Arrays / 171 \\
+                 C.6.5 Delimiters / 171 \\
+                 C.6.6 Putting One Thing Above Another / 171 \\
+                 C.6. 7 Spacing / 172 \\
+                 C.6.8 Changing Style / 172 \\
+                 C. 7 Definitions / 173 \\
+                 C.7.1 Defining Commands / 173 \\
+                 C. 7.2 Defining Environments / 173 \\
+                 C.7.3 Theorem-like Environments / 174 \\
+                 C.7.4 Numbering / 174 \\
+                 C.8 Figures and Other Floating Bodies / 176 \\
+                 C.8.1 Figures and Tables / 176 \\
+                 C.8.2 Marginal Notes / 178 \\
+                 C.9 Lining It Up in Columns / 179 \\
+                 C.9.1 The tabbing Environment / 179 \\
+                 C.9.2 The array and tabular Environments / 182 \\
+                 C.10 Moving Information Around / 185 \\
+                 C.10.1 Files / 185 \\
+                 C.10.2 Cross-References / 186 \\
+                 C.10.3 Bibliography and Citation / 187 \\
+                 C.10.4 Splitting the Input / 188 \\
+                 C.10.5 Index and Glossary / 189 \\
+                 Producing an Index / 189 \\
+                 Compiling the Entries / 189 \\
+                 C.10.6 Terminal Input and Output / 189 \\
+                 C.11 Line and Page Breaking / 190 \\
+                 C.11.1 Line Breaking / 190 \\
+                 C.11.2 Page Breaking / 191 \\
+                 C.12 Lengths, Spaces, and Boxes / 192 \\
+                 C.12.1 Length / 192 \\
+                 C.12 2 Space / 193 \\
+                 C.12.3 Boxes / 194 \\
+                 C.13 The picture Environment / 196 \\
+                 C.13.1 Picture-Mode Commands / 196 \\
+                 C.13.2 Picture Objects / 197 \\
+                 C.13.3 Picture Declarations / 199 \\
+                 C.14 Font Selection / 199 \\
+                 C.14.1 Changing the Type Style / 199 \\
+                 C.14.2 Changing the Type Size / 200 \\
+                 C.14.3 Loading Fonts / 200 \\
+                 C.14.4 Fonts in Math Mode / 200 \\
+                 D: Using Plain \TeX{} Commands / 203 \\
+                 Bibliography / 207 \\
+                 Index / 209",
 }
 
 @Book{Lamport:1991:L,
@@ -12248,8 +13125,8 @@
 
 @Book{Lamport:1994:LDP,
   author =       "Leslie Lamport",
-  title =        "{\LaTeX}: {A} Document Preparation System: User's
-                 Guide and Reference Manual",
+  title =        "{\LaTeX}: a Document Preparation System: User's Guide
+                 and Reference Manual",
   publisher =    pub-AW,
   address =      pub-AW:adr,
   edition =      "Second",
@@ -12259,72 +13136,357 @@
   ISBN-13 =      "978-0-201-52983-8",
   LCCN =         "Z253.4.L38L35 1994",
   bibdate =      "Wed Aug 10 09:55:59 1994",
-  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/han-wri-mat-sci-2ed.bib;
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/bibnet/subjects/han-wri-mat-sci-2ed.bib;
                  http://www.math.utah.edu/pub/tex/bib/master.bib;
-                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
-  abstract =     "LaTeX is a software system for typesetting documents.
-                 Because it is especially good for technical documents
-                 and is available for almost any computer system, LaTeX
-                 has become a lingua franca of the scientific world.
-                 Researchers, educators, and students in universities,
-                 as well as scientists in industry, use LaTeX to produce
-                 professionally formatted papers, proposals, and books.
-                 They also use LaTeX input to communicate information
-                 electronically to their colleagues around the world.
-                 With the release of LaTeX $ 2_\epsilon $, the new
-                 standard version, LaTeX has become even more powerful.
-                 Among its new features are an improved method for
-                 handling different styles of type, and commands for
-                 including graphics and producing colors. LaTeX $
-                 2_\epsilon $ makes available to all LaTeX users
-                 valuable enhancements to the software that have been
-                 developed over the years by users in many different
-                 places to satisfy a variety of needs. This book,
-                 written by the original architect and implementer of
-                 LaTeX is both the user's guide and the reference manual
-                 for the software. It has been updated to reflect the
-                 changes in the new release. The book begins with
-                 instructions for formatting simpler text, and
-                 progressively describes commands and techniques for
-                 handling larger and more complicated documents. A
-                 separate chapter explains how to deal with errors. An
-                 added appendix describes what is new and different in
-                 LaTeX $ 2_\epsilon $. Other additions to the second
-                 edition include descriptions of new commands for
-                 inserting pictures prepared with other programs and for
-                 producing colored output; new sections on how to make
-                 books and slides; instructions for making an index with
-                 the MakeIndex program, and an updated guide to
-                 preparing a bibliography with the BibTeX program; plus
-                 a section on how to send your LaTeX documents
-                 electronically. Users new to LaTeX will find here a
-                 book that has earned worldwide praise as a model for
-                 clear, concise, and practical documentation.
-                 Experienced users will want to update their LaTeX
-                 library. Although most standard LaTeX input files will
-                 work with LaTeX $ 2_\epsilon $, to take advantage of
-                 the new features, a few LaTeX $ 2_\epsilon $
-                 conventions must first be learned. For users who want
-                 an advanced guide to LaTeX $ 2_\epsilon $ and to more
-                 than 150 packages that can now be used at any site to
-                 provide additional features, a useful companion to this
-                 book is \booktitle{The LaTeX Companion}, by Goossens,
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texgraph.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
+  abstract =     "\LaTeX{} is a software system for typesetting
+                 documents. Because it is especially good for technical
+                 documents and is available for almost any computer
+                 system, \LaTeX{} has become a lingua franca of the
+                 scientific world. Researchers, educators, and students
+                 in universities, as well as scientists in industry, use
+                 \LaTeX{} to produce professionally formatted papers,
+                 proposals, and books. They also use \LaTeX{} input to
+                 communicate information electronically to their
+                 colleagues around the world. With the release of
+                 \LaTeX{} $ 2_\epsilon $, the new standard version,
+                 \LaTeX{} has become even more powerful. Among its new
+                 features are an improved method for handling different
+                 styles of type, and commands for including graphics and
+                 producing colors. \LaTeX{} $ 2_\epsilon $ makes
+                 available to all \LaTeX{} users valuable enhancements
+                 to the software that have been developed over the years
+                 by users in many different places to satisfy a variety
+                 of needs. This book, written by the original architect
+                 and implementer of \LaTeX{} is both the user's guide
+                 and the reference manual for the software. It has been
+                 updated to reflect the changes in the new release. The
+                 book begins with instructions for formatting simpler
+                 text, and progressively describes commands and
+                 techniques for handling larger and more complicated
+                 documents. A separate chapter explains how to deal with
+                 errors. An added appendix describes what is new and
+                 different in \LaTeX{} $ 2_\epsilon $. Other additions
+                 to the second edition include descriptions of new
+                 commands for inserting pictures prepared with other
+                 programs and for producing colored output; new sections
+                 on how to make books and slides; instructions for
+                 making an index with the MakeIndex program, and an
+                 updated guide to preparing a bibliography with the
+                 BibTeX program; plus a section on how to send your
+                 \LaTeX{} documents electronically. Users new to
+                 \LaTeX{} will find here a book that has earned
+                 worldwide praise as a model for clear, concise, and
+                 practical documentation. Experienced users will want to
+                 update their \LaTeX{} library. Although most standard
+                 \LaTeX{} input files will work with \LaTeX{} $
+                 2_\epsilon $, to take advantage of the new features, a
+                 few \LaTeX{} $ 2_\epsilon $ conventions must first be
+                 learned. For users who want an advanced guide to
+                 \LaTeX{} $ 2_\epsilon $ and to more than 150 packages
+                 that can now be used at any site to provide additional
+                 features, a useful companion to this book is
+                 \booktitle{The \LaTeX{} Companion}, by Goossens,
                  Mittelbach, and Samarin (also published by
                  Addison-Wesley).",
   acknowledgement = ack-nhfb,
-  tableofcontents = "1: Getting Acquainted \\
-                 2: Getting Started \\
-                 3: Carrying On \\
-                 4: Moving Information Around \\
-                 5: Other Document Classes \\
-                 6: Designing It Yourself \\
-                 7: Pictures and Colors \\
-                 8: Errors \\
-                 Appendix A: Using MakeIndex \\
-                 Appendix B: The Bibliography Database \\
-                 Appendix C: Reference Manual \\
-                 Appendix D: What's New \\
-                 Appendix E: Using Plain TeX Commands",
+  listoffigures = "6.1 Boxes and how \TeX{} puts them together / 103 \\
+                 6.2 The complete definition of the \verb=\face= command
+                 / 110 \\
+                 6.3 The format of a list / 113 \\
+                 7.1 Points and their coordinates / 119 \\
+                 7.2 \verb=\put (1.4,2.6){\line(3,-1){4.8}}= / 122 \\
+                 C.1 Making footnotes without the \verb=\footnote=
+                 command / 173 \\
+                 C.2 Sectioning and table of contents commands / 174 \\
+                 C.3 Page style parameters / 182 \\
+                 C.4 An example title / 183 \\
+                 C.5 Writing programs with the \verb=ifthen= package's
+                 commands / 196 \\
+                 C.6 A \verb=tabbing= environment example / 202 \\
+                 C.7 Examples of the \verb=tabular= and \verb=tabular*=
+                 environments / 204 \\
+                 C.8 A sample \verb=picture= environment / 220",
+  listoftables = "3.1 Accents / 38 \\
+                 3.2 Non-English Symbols / 39 \\
+                 3.3 Greek Letters / 41 \\
+                 3.4 Binary Operation Symbols / 42 \\
+                 3.5 Relation Symbols / 43 \\
+                 3.6 Arrow Symbols / 43 \\
+                 3.7 Miscellaneous Symbols / 43 \\
+                 3.8 Variable-sized Symbols / 44 \\
+                 3.9 Log-like Functions / 44 \\
+                 3.10 Delimiters / 47 \\
+                 3.11 Math Mode Accents / 50",
+  shorttableofcontents = "Preface / xvii \\
+                 1: Getting Acquainted / 1 \\
+                 2: Getting Started / 11 \\
+                 3: Carrying On / 35 \\
+                 4: Moving Information Around / 65 \\
+                 5: Other Document Classes / 79 \\
+                 6: Designing It Yourself / 87 \\
+                 7: Pictures and Colors / 117 \\
+                 8: Errors / 133 \\
+                 A: Using MakeIndex / 149 \\
+                 B: The Bibliography Database / 155 \\
+                 C: Reference Manual / 165 \\
+                 D: What's New / 227 \\
+                 E: Using Plain TEX Commands / 231 \\
+                 Bibliography / 235 \\
+                 Index / 237",
+  tableofcontents = "Preface / xvii \\
+                 1: Getting Acquainted / 1 \\
+                 1.1 How to Avoid Reading This Book / 2 \\
+                 1.2 How to Read This Book / 3 \\
+                 1.3 The Game of the Name / 5 \\
+                 1.4 Turning Typing into Typography / 5 \\
+                 1.5 Why \LaTeX{}? / 7 \\
+                 1.6 Turning Ideas into Input / 8 \\
+                 1.7 Trying It Out / 8 \\
+                 2: Getting Started / 11 \\
+                 2.1 Preparing an Input File / 12 \\
+                 2.2 The Input / 13 \\
+                 2.2.1 Sentences and Paragraphs / 13 \\
+                 Quotation Marks / 13 \\
+                 Dashes / 14 \\
+                 Space After a Period / 14 \\
+                 Special Symbols / 15 \\
+                 Simple Text-Generating Commands / 15 \\
+                 Emphasizing Text / 16 \\
+                 Preventing Line Breaks / 17 \\
+                 Footnotes / 17 \\
+                 Formulas / 18 \\
+                 Ignorable Input / 19 \\
+                 2.2.2 The Document / 19 \\
+                 The Document Class / 19 \\
+                 The Title ``Page'' / 20 \\
+                 2.2.3 Sectioning / 21 \\
+                 2.2.4 Displayed Material / 23 \\
+                 Quotations / 24 \\
+                 Lists / 24 \\
+                 Poetry / 25 \\
+                 Displayed Formulas / 26 \\
+                 2.2.5 Declarations / 27 \\
+                 2.3 Running \LaTeX{} / 28 \\
+                 2.4 Helpful Hints / 31 \\
+                 2.5 Summary / 32 \\
+                 3: Carrying On / 35 \\
+                 3.1 Changing the Type Style. / 36 \\
+                 3.2 Symbols from Other Languages / 38 \\
+                 3.2.1 Accents / 38 \\
+                 3.2.2 Symbols / 38 \\
+                 3.3 Mathematical Formulas / 39 \\
+                 3.3.1 Some Common Structures / 40 \\
+                 Subscripts and Superscripts / 40 \\
+                 Fractions / 40 \\
+                 Roots / 40 \\
+                 Ellipsis / 40 \\
+                 3.3.2 Mathematical Symbols / 41 \\
+                 Greek Letters / 41 \\
+                 Calligraphic Letters / 42 \\
+                 A Menagerie of Mathematical Symbols / 42 \\
+                 Log-like Functions / 44 \\
+                 3.3.3 Arrays / 45 \\
+                 The array Environment / 45 \\
+                 Vertical Alignment / 46 \\
+                 More Complex Arrays / 46 \\
+                 3.3.4 Delimiters / 46 \\
+                 3.3.5 Multiline Formulas / 47 \\
+                 3.3.6 Putting One Thing Above Another / 49 \\
+                 Over- and Underlining. / 49 \\
+                 Accents / 49 \\
+                 Stacking Symbols / 50 \\
+                 3.3.7 Spacing in Math Mode / 50 \\
+                 3.3.8 Changing Style in Math Mode / 51 \\
+                 Type Style / 51 \\
+                 Math Style / 52 \\
+                 3.3.9 When All Else Fails / 52 \\
+                 3.4 Defining Commands and Environments / 53 \\
+                 3.4.1 Defining Commands / 53 \\
+                 3.4.2 Defining Environments / 55 \\
+                 3.4.3 Theorems and Such / 56 \\
+                 3.5 Figures and Other Floating Bodies / 58 \\
+                 3.5.1 Figures and Tables / 58 \\
+                 3.5.2 Marginal Notes / 59 \\
+                 3.6 Lining It Up in Columns / 60 \\
+                 3.6.1 The tabbing Environment / 60 \\
+                 3.6.2 The tabular Environment / 62 \\
+                 3.7 Simulating Typed Text / 63 \\
+                 4: Moving Information Around / 65 \\
+                 4.1 The Table of Contents / 66 \\
+                 4.2 Cross-References / 67 \\
+                 4.3 Bibliography and Citation / 69 \\
+                 4.3.1 Using \BibTeX{} / 70 \\
+                 4.3.2 Doing It Yourself / 71 \\
+                 4.4 Splitting Your Input / 72 \\
+                 4.5 Making an Index or Glossary / 74 \\
+                 4.5.1 Compiling the Entries / 74 \\
+                 4.5.2 Producing an Index or Glossary by Yourself / 75
+                 \\
+                 4.6 Keyboard Input and Screen Output / 76 \\
+                 4.7 Sending Your Document / 77 \\
+                 5: Other Document Classes / 79 \\
+                 5.1 Books / 80 \\
+                 5.2 Slides / 80 \\
+                 5.2.1 Slides and Overlays / 81 \\
+                 5.2.2 Notes / 83 \\
+                 5.2.3 Printing Only Some Slides and Notes / 83 \\
+                 5.2.4 Other Text / 84 \\
+                 5.3 Letters / 84 \\
+                 6: Designing It Yourself / 87 \\
+                 6.1 Document and Page Styles / 88 \\
+                 6.1.1 Document-Class Options / 88 \\
+                 6.1.2 Page Styles / 89 \\
+                 6.1.3 The Title Page and Abstract / 90 \\
+                 6.1.4 Customizing the Style / 91 \\
+                 6.2 Line and Page Breaking / 93 \\
+                 6.2.1 Line Breaking / 93 \\
+                 6.2.2 Page Breaking / 96 \\
+                 6.3 Numbering / 97 \\
+                 6.4 Length, Spaces, and Boxes / 99 \\
+                 6.4.1 Length / 99 \\
+                 6.4.2 Spaces / 101 \\
+                 6.4.3 Boxes / 103 \\
+                 LR Boxes / 104 \\
+                 Parboxes / 104 \\
+                 Rule Boxes / 106 \\
+                 Raising and Lowering Boxes / 107 \\
+                 Saving Boxes / 107 \\
+                 6.4.4 Formatting with Boxes / 108 \\
+                 6.5 Centering and ``Flushing'' / 111 \\
+                 6.6 List-Making Environments / 112 \\
+                 6.6.1 The {\tt list} Environment / 112 \\
+                 6.6.2 The {\tt trivlist} Environment / 115 \\
+                 6.7 Fonts / 115 \\
+                 6.7.1 Changing Type Size / 115 \\
+                 6.7.2 Special Symbols / 116 \\
+                 7: Pictures and Colors / 117 \\
+                 7.1 Pictures / 118 \\
+                 7.1.1 The picture Environment / 119 \\
+                 7.1.2 Picture Objects / 120 \\
+                 Text / 120 \\
+                 Boxes / 120 \\
+                 Straight Lines / 122 \\
+                 Arrows / 123 \\
+                 Stacks / 123 \\
+                 Circles / 124 \\
+                 Ovals and Rounded Corners / 124 \\
+                 Framing / 125 \\
+                 7.1.3 Curves / 125 \\
+                 7.1:4 Grids / 126 \\
+                 7.1.5 Reusing Objects / 127 \\
+                 7.1.6 Repeated Patterns / 127 \\
+                 7.1.7 Some Hints on Drawing Pictures / 128 \\
+                 7.2 The graphics Package / 129 \\
+                 7.3 Color / 131 \\
+                 8: Errors / 133 \\
+                 8.1 Finding the Error / 134 \\
+                 8.2 \LaTeX{}'s Error Messages / 136 \\
+                 8.3 \TeX{}'s Error Messages / 140 \\
+                 8.4 \LaTeX{} Warnings / 145 \\
+                 8.5 \TeX{} Warnings / 147 \\
+                 A: Using MakeIndex / 149 \\
+                 A.1 How to Use MakeIndex / 150 \\
+                 A.2 How to Generate Index Entries / 150 \\
+                 A.2.1 When, Why, What, and How to Index / 150 \\
+                 A.2.2 The Basics / 151 \\
+                 A.2.3 The Fine Print / 153 \\
+                 A.3 Error Messages / 154 \\
+                 B: The Bibliography Database / 155 \\
+                 B.1 The Format of the bib File / 156 \\
+                 B.1.1 The Entry Format / 156 \\
+                 B.1.2 The Text of a Field / 157 \\
+                 Names / 157 \\
+                 Titles / 158 \\
+                 B.1.3 Abbreviations / 158 \\
+                 B.1.4 Cross-References / 159 \\
+                 B.2 The Entries / 160 \\
+                 B.2.1 Entry Types / 160 \\
+                 B.2.2 Fields / 162 \\
+                 C: Reference Manual / 165 \\
+                 C.1 Commands and Environments / 166 \\
+                 C.1.1 Command Names and Arguments / 166 \\
+                 C.1.2 Environments / 167 \\
+                 C.1.3 Fragile Commands / 167 \\
+                 C.1.4 Declarations / 168 \\
+                 C.1.5 Invisible Commands and Environments / 169 \\
+                 C.1.6 The\\ Command / 169 \\
+                 C.2 The Structure of the Document / 170 \\
+                 C.3 Sentences and Paragraphs / 170 \\
+                 C.3.1 Making Sentences / 170 \\
+                 C.3.2 Making Paragraphs / 171 \\
+                 C.3.3 Footnotes / 172 \\
+                 C.3.4 Accents and Special Symbols / 173 \\
+                 C.4 Sectioning and Table of Contents / 174 \\
+                 C.4.1 Sectioning Commands / 174 \\
+                 C.4.2 The Appendix / 175 \\
+                 C.4.3 Table of Contents / 175 \\
+                 C.4.4 Style Parameters / 176 \\
+                 C.5 Classes, Packages, and Page Styles / 176 \\
+                 C.5.1 Document Class / 176 \\
+                 C.5.2 Packages / 178 \\
+                 C.5.3 Page Styles / 179 \\
+                 C.5.4 The Title Page and Abstract / 181 \\
+                 C.6 Displayed Paragraphs / 183 \\
+                 C.6.1 Quotations and Verse / 184 \\
+                 C.6.2 List-Making Environments / 184 \\
+                 C.6.3 The list and trivlist Environments / 185 \\
+                 C.6.4 Verbatim / 186 \\
+                 C.7 Mathematical Formulas / 187 \\
+                 C.7.1 Math Mode Environments / 187 \\
+                 C.7.2 Common Structures / 189 \\
+                 C.7.3 Mathematical Symbols / 189 \\
+                 C.7.4 Arrays / 190 \\
+                 C.7.5 Delimiters / 190 \\
+                 C.7.6 Putting One Thing Above Another / 190 \\
+                 C.7.7 Spacing / 191 \\
+                 C.7.8 Changing Style / 191 \\
+                 C.8 Definitions, Numbering, and Programming. / 192 \\
+                 C.8.1 Defining Commands / 192 \\
+                 C.8.2 Defining Environments / 192 \\
+                 C.8.3 Theorem-like Environments / 193 \\
+                 C.8.4 Numbering / 194 \\
+                 C.8.5 The ifthen Package / 195 \\
+                 C.9 Figures and Other Floating Bodies / 197 \\
+                 C.9.1 Figures and Tables / 197 \\
+                 C.9.2 Marginal Notes / 200 \\
+                 C.10 Lining It Up in Columns / 201 \\
+                 C.10.1 The tabbing Environment / 201 \\
+                 C.10.2 The array and tabular Environments / 204 \\
+                 C.11 Moving Information Around / 207 \\
+                 C.11.1 Files / 207 \\
+                 C.11.2 Cross-References / 209 \\
+                 C.11.3 Bibliography and Citation / 209 \\
+                 C.11.4 Splitting the Input / 210 \\
+                 C.11.5 Index and Glossary / 211 \\
+                 Producing an Index / 211 \\
+                 Compiling the Entries / 212 \\
+                 C.11.6 Terminal Input and Output / 212 \\
+                 C.12 Line and Page Breaking / 213 \\
+                 C.12.1 Line Breaking / 213 \\
+                 C.12.2 Page Breaking / 214 \\
+                 C.13 Lengths, Spaces, and Boxes / 215 \\
+                 C.13.1 Length / 215 \\
+                 C.13.2 Space / 216 \\
+                 C.13.3 Boxes / 217 \\
+                 C.14 Pictures and Color / 219 \\
+                 C.14.1 The picture Environment / 219 \\
+                 Picture-Mode Commands / 220 \\
+                 Picture Objects / 221 \\
+                 Picture Declarations / 223 \\
+                 C.14.2 The graphics Package. / 223 \\
+                 C.14.3 The color Package / 224 \\
+                 C.15 Font Selection / 225 \\
+                 C.15.1 Changing the Type Style / 225 \\
+                 C.15.2 Changing the Type Size / 226 \\
+                 C.15.3 Special Symbols / 226 \\
+                 D: What's New / 227 \\
+                 E: Using Plain TEX Commands / 231 \\
+                 Bibliography / 235 \\
+                 Index / 237",
 }
 
 @Book{Lamport:1995:DLH,
@@ -17480,12 +18642,56 @@
   address =      pub-GRAPHICS-PRESS:adr,
   pages =        "197",
   year =         "1983",
-  ISBN =         "0-9613921-0-X",
-  ISBN-13 =      "978-0-9613921-0-9",
-  LCCN =         "QA90 .T83 1983",
-  bibdate =      "Fri Jul 22 09:21:51 1994",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
+  ISBN =         "0-9613921-0-X, 0-9613921-4-2",
+  ISBN-13 =      "978-0-9613921-0-9, 978-0-9613921-4-7",
+  LCCN =         "K27.S8 T84",
+  bibdate =      "Wed Dec 15 10:58:53 1993",
+  bibsource =    "http://www.math.utah.edu/pub/bibnet/subjects/acc-stab-num-alg.bib;
+                 http://www.math.utah.edu/pub/bibnet/subjects/han-wri-mat-sci-2ed.bib;
+                 http://www.math.utah.edu/pub/tex/bib/master.bib;
+                 http://www.math.utah.edu/pub/tex/bib/texbook3.bib;
+                 http://www.math.utah.edu/pub/tex/bib/typeset.bib",
   price =        "US\$34.00",
+  abstract =     "The subject of this book is on statistical graphics,
+                 charts, tables. It deals with the theory and practice
+                 in the design of data graphics, and includes 250
+                 illustrations of the best (and a few of the worst)
+                 statistical graphics, with detailed analysis of how to
+                 display data for precise, effective, quick analysis.
+                 Also offered is information on the design of the
+                 high-resolution displays, small multiples, editing and
+                 improving graphics, and the data-ink ratio.
+                 Time-series, relational graphics, data maps,
+                 multivariate designs, as well as detection of graphical
+                 deception: design variation vs. data variation, and
+                 sources of deception are discussed. Information on
+                 aesthetics and data graphical displays is included.",
+  acknowledgement = ack-nhfb,
+  author-dates = "1942--",
+  subject =      "Statistics; Graphic methods; Charts, diagrams, etc.;
+                 Statistical analysis; Statistique; M{\'e}thodes
+                 graphiques; Tableaux, graphiques, etc.; Graphiques;
+                 Statistique; Conception assist{\'e}e par ordinateur;
+                 Statistics; Graphic methods; Kwantitatieve gegevens;
+                 Grafische voorstellingen; Graphische Darstellung;
+                 Statistik; Statistik; Estatistica Descritiva;
+                 Matematica; Statistics --- Graphic methods; Graphische
+                 Darstellung; Statistik",
+  tableofcontents = "Graphical Practice \\
+                 Graphical excellence / 13 \\
+                 Graphical integrity / 53 \\
+                 Sources of graphical integrity and sophistication / 79
+                 \\
+                 Theory of Data Graphics \\
+                 Data-ink and graphical redesign / 91 \\
+                 Chartjunk: vibrations, grids, and ducks / 107 \\
+                 Data-ink maximization and graphical design / 123 \\
+                 Multifunctioning graphical elements / 139 \\
+                 Data density and small multiples / 161 \\
+                 Aesthetics and technique in data graphical design / 177
+                 \\
+                 Epilogue: Designs for the Display of Information /
+                 191",
 }
 
 @Book{Tufte:1990:EI,
@@ -17903,7 +19109,7 @@
                  only on ISO 8879 itself, but many helpful hints and
                  ideas on developing SGML, applications and discussions
                  of the current software written to be conforming to the
-                 ISO standard. 'Ibis book is critical for any end-user
+                 ISO standard. This book is critical for any end-user
                  and application developer to understand the many issues
                  necessary to develop SGML implementations (software
                  selection is one of the topics discussed) and SGML
@@ -18403,6 +19609,79 @@
                  http://www.math.utah.edu/pub/tex/bib/texbook3.bib",
   series =       "Dante",
   acknowledgement = ack-nhfb,
+  tableofcontents = "1: Introduction / 3 \\
+                 1.1 Some history / 3 \\
+                 1.2 Typography and layout / 9 \\
+                 1.3 Text placement and colours / 10 \\
+                 2: {\tt powerdot} / 15 \\
+                 2.1 Document structure / 16 \\
+                 2.2 Parameters / 20 \\
+                 2.3 Slides / 23 \\
+                 2.4 Overlays / 25 \\
+                 2.5 Navigation / 31 \\
+                 2.6 Two-column mode / 32 \\
+                 2.7 Verbatim mode / 34 \\
+                 2.8 Videos and animations / 36 \\
+                 2.9 Available space / 37 \\
+                 2.10 Style file / 38 \\
+                 2.11 Background picture / 43 \\
+                 2.12 Bibliography / 44 \\
+                 2.13 Notes / 46 \\
+                 2.14 Default layouts for {\tt powerdot} / 47 \\
+                 3: Creating custom layouts with {\tt powerdot} / 53 \\
+                 3.1 Definition of a custom document class / 53 \\
+                 3.2 Definition of a custom style file / 57 \\
+                 3.3 Custom navigation and square logo / 59 \\
+                 3.4 Further examples / 62 \\
+                 4: {\tt beamer} / 65 \\
+                 4.1 Document structure / 66 \\
+                 4.2 The structure of a presentation / 71 \\
+                 4.3 Setting parameters / 73 \\
+                 4.4 The title page / 76 \\
+                 4.5 Multiple use of slides / 77 \\
+                 4.6 Overlays / 78 \\
+                 4.7 Environments from standard \LaTeX{} / 88 \\
+                 4.8 Navigation elements / 90 \\
+                 4.9 Animations, sound and films / 91 \\
+                 4.10 Slide transitions / 93 \\
+                 4.11 Text boxes / 95 \\
+                 4.12 Inserting a logo / 98 \\
+                 4.13 Navigation structure / 100 \\
+                 4.14 Multi-column mode / 103 \\
+                 4.15 Hyperlinks / 104 \\
+                 4.16 Lists / 107 \\
+                 4.17 Text styles / 109 \\
+                 4.18 Verbatim mode / 110 \\
+                 4.19 Including figures / 112 \\
+                 4.20 Templates - the heart of {\tt beamer} / 114 \\
+                 4.21 Commands to insert material / 124 \\
+                 4.22 Notes / 125 \\
+                 4.23 Bibliography / 130 \\
+                 4.24 Using two screens / 132 \\
+                 4.25 Output mode / 134 \\
+                 4.26 Tips and tricks / 136 \\
+                 4.27 Default layouts for {\tt beamer} / 139 \\
+                 5: Creating custom layouts with {\tt beamer} / 157 \\
+                 5.1 Defining a custom document class / 158 \\
+                 5.2 Definition of a custom theme / 162 \\
+                 5.3 Additional examples / 165 \\
+                 6: Colours / 169 \\
+                 6.1 Colour definition / 171 \\
+                 6.2 Colour specification / 174 \\
+                 6.3 Use of predefined colours --- named colours / 175
+                 \\
+                 6.4 The background colour and colours in boxes / 179
+                 \\
+                 6.5 Determining colour values / 180 \\
+                 7: Questions and answers / 181 \\
+                 7.1 {\tt beamer} / 181 \\
+                 7.2 {\tt powerdot} / 182 \\
+                 7.3 \LaTeX{} --- General / 182 \\
+                 7.4 Output format / 184 \\
+                 7.5 PSTricks / 188 \\
+                 Bibliography / 191 \\
+                 Index of commands and concepts / 193 \\
+                 People / 206",
 }
 
 @Book{Vulis:1992:MTA,

Modified: trunk/Master/texmf-dist/bibtex/bib/beebe/tugboat.bib
===================================================================
--- trunk/Master/texmf-dist/bibtex/bib/beebe/tugboat.bib	2019-03-14 21:13:43 UTC (rev 50390)
+++ trunk/Master/texmf-dist/bibtex/bib/beebe/tugboat.bib	2019-03-14 21:35:29 UTC (rev 50391)
@@ -14,7 +14,7 @@
 %%%     telephone       = "+1 801 581 5254",
 %%%     FAX             = "+1 801 581 4148",
 %%%     URL             = "http://www.math.utah.edu/~beebe",
-%%%     checksum        = "27903 85499 285633 3077861",
+%%%     checksum        = "08848 85500 285634 3077928",
 %%%     email           = "beebe at math.utah.edu, beebe at acm.org,
 %%%                        beebe at computer.org (Internet)",
 %%%     codetable       = "ISO/ASCII",
@@ -82105,7 +82105,8 @@
   ISSN =         "0896-3207",
   ISSN-L =       "0896-3207",
   bibdate =      "Mon Mar 4 18:55:51 MST 2019",
-  bibsource =    "http://www.math.utah.edu/pub/tex/bib/tugboat.bib",
+  bibsource =    "http://www.math.utah.edu/pub/tex/bib/tugboat.bib;
+                 http://www.math.utah.edu/pub/tex/bib/unicode.bib",
   URL =          "https://www.tug.org/TUGboat/tb38-2/tb119hufflen-mlbibtex.pdf",
   acknowledgement = ack-nhfb,
   fjournal =     "TUGboat",



More information about the tex-live-commits mailing list