TeX: The Program

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Donald E. Knuth
Series: Computers & Typesetting B
Edition: 1st ed., 11th printing
Publisher: Addison-Wesley
Year: 2021

Language: English
Pages: 600

Cover
Half Title
Title Page
Copyright Page
Preface
Supplementary Bibliography
How to Read a Web
Contents
1 Introduction
2 The character set
3 Input and output
4 String handling
5 On-line and off-line printing
6 Reporting errors
7 Arithmetic with scaled dimensions
8 Packed data
9 Dynamic memory allocation
10 Data structures for boxes and their friends
11 Memory layout
12 Displaying boxes
13 Destroying boxes
14 Copying boxes
15 The command codes
16 The semantic nest
17 The table of equivalents
18 The hash table
19 Saving and restoring equivalents
20 Token lists
21 Introduction to the syntactic routines
22 Input stacks and states
23 Maintaining the input stacks
24 Getting the next token
25 Expanding the next token
26 Basic scanning subroutines
27 Building token lists
28 Conditional processing
29 File names
30 Font metric data
31 Device-independent file format
32 Shipping pages out
33 Packaging
34 Data structures for math mode
35 Subroutines for math mode
36 Typesetting math formulas
37 Alignment
38 Breaking paragraphs into lines
39 Breaking paragraphs into lines, continued
40 Pre-hyphenation
41 Post-hyphenation
42 Hyphenation
43 Initializing the hyphenation tables
44 Breaking vertical lists into pages
45 The page builder
46 The chief executive
47 Building boxes and lists
48 Building math lists
49 Mode-independent processing
50 Dumping and undumping the tables
51 The main program
52 Debugging
53 Extensions
54 System-dependent changes
55 Index