forked from CTeX-org/tex-by-topic-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreface.tex
174 lines (164 loc) · 6.72 KB
/
preface.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
% -*- coding: utf-8 -*-
\documentclass[letterpaper]{book}
\input{preamble}
\begin{document}
%\pagebreak
%\mark{}
%\addcontentsline{toc}{section}{Preface}
%\paragraph*{\bf Preface}
%To the casual observer, \TeX\
%is not a state-of-the-art typesetting system.
%No flashy multilevel menus and interactive manipulation
%of text and graphics dazzle the onlooker.
%On a less superficial level, however, \TeX\ is a very sophisticated
%program, first of all because of the ingeniousness of its
%built-in algorithms for such things as paragraph breaking
%and make-up of mathematical formulas, and
%second because of its almost complete programmability.
%The combination of these factors makes it possible for \TeX\
%to realize almost every imaginable layout in a highly automated
%fashion.
\chapter*{前言}
\chaptermark{前言}
\addcontentsline{toc}{chapter}{前言}
To the casual observer, \TeX\
is not a state-of-the-art typesetting system.
No flashy multilevel menus and interactive manipulation
of text and graphics dazzle the onlooker.
On a less superficial level, however, \TeX\ is a very sophisticated
program, first of all because of the ingeniousness of its
built-in algorithms for such things as paragraph breaking
and make-up of mathematical formulas, and
second because of its almost complete programmability.
The combination of these factors makes it possible for \TeX\
to realize almost every imaginable layout in a highly automated
fashion.
%Unfortunately, it also means that \TeX\ has an
%unusually large number of commands and parameters,
%and that programming \TeX\ can be far from easy.
%Anyone wanting to program in \TeX, and maybe
%even the ordinary user, would seem to need two books:
%a~tutorial that gives a first glimpse of the many
%nuts and bolts of \TeX, and after that
%a~systematic, complete reference manual.
%This book tries to fulfil the latter function.
%A~\TeX er who has already made a start
%(using any of a number of introductory books
%on the market)
%should be able to use this book indefinitely thereafter.
Unfortunately, it also means that \TeX\ has an
unusually large number of commands and parameters,
and that programming \TeX\ can be far from easy.
Anyone wanting to program in \TeX, and maybe
even the ordinary user, would seem to need two books:
a~tutorial that gives a first glimpse of the many
nuts and bolts of \TeX, and after that
a~systematic, complete reference manual.
This book tries to fulfil the latter function.
A~\TeX er who has already made a start
(using any of a number of introductory books
on the market)
should be able to use this book indefinitely thereafter.
%In this volume the universe of \TeX\ is presented as
%about forty different subjects, each in a separate
%chapter.
%Each chapter starts out with a list of control sequences
%relevant to the topic of that chapter
%and proceeds to treat the
%theory of the topic.
%Most chapters conclude with remarks and examples.
In this volume the universe of \TeX\ is presented as
about forty different subjects, each in a separate
chapter.
Each chapter starts out with a list of control sequences
relevant to the topic of that chapter
and proceeds to treat the
theory of the topic.
Most chapters conclude with remarks and examples.
%Globally, the chapters are ordered as follows.
%The chapters on basic mechanisms are first,
%the chapters on text treatment and mathematics are next,
%and finally there are some
%chapters on output and aspects of \TeX's connections to
%the outside world.
%%
%The book also contains a glossary of \TeX\
%commands, tables,
%and indexes by example, by control sequence, and by subject.
%The subject index refers for most concepts to
%only one page, where most of the information
%on that topic can be found, as well as references
%to the locations of related information.
Globally, the chapters are ordered as follows.
The chapters on basic mechanisms are first,
the chapters on text treatment and mathematics are next,
and finally there are some
chapters on output and aspects of \TeX's connections to
the outside world.
%
The book also contains a glossary of \TeX\
commands, tables,
and indexes by example, by control sequence, and by subject.
The subject index refers for most concepts to
only one page, where most of the information
on that topic can be found, as well as references
to the locations of related information.
%This book does not treat any specific \TeX\ macro package.
%Any parts of the plain format that are treated are those
%parts that belong to the `core' of plain \TeX: they
%are also present in, for instance, \LaTeX.
%Therefore, most remarks about the plain format
%are true for \LaTeX, as well as most other formats.
%Putting it differently,
%if the text refers to the plain format, this should be taken
%as a contrast to pure \IniTeX, not to \LaTeX.
%By way of illustration, occasionally macros from plain \TeX\
%are explained that do not belong to the core.
This book does not treat any specific \TeX\ macro package.
Any parts of the plain format that are treated are those
parts that belong to the `core' of plain \TeX: they
are also present in, for instance, \LaTeX.
Therefore, most remarks about the plain format
are true for \LaTeX, as well as most other formats.
Putting it differently,
if the text refers to the plain format, this should be taken
as a contrast to pure \IniTeX, not to \LaTeX.
By way of illustration, occasionally macros from plain \TeX\
are explained that do not belong to the core.
%\medskip\noindent
%{\bf Acknowledgment}\nl
%I am indebted to Barbara Beeton, Karl Berry, and Nico Poppelier,
%who read previous versions of this book. Their comments
%helped to improve the presentation.
%Also I~would like to thank the participants of
%the discussion lists \TeX hax, \TeX-nl, and {\tt comp.text.tex}.
%Their questions and answers gave me much food for thought.
%Finally, any acknowledgement in a book about \TeX\ ought to
%include Donald Knuth for inventing \TeX\ in the
%first place. This book is no exception.
\medskip\noindent
{\bf Acknowledgment}\nl
I am indebted to Barbara Beeton, Karl Berry, and Nico Poppelier,
who read previous versions of this book. Their comments
helped to improve the presentation.
Also I~would like to thank the participants of
the discussion lists \TeX hax, \TeX-nl, and {\tt comp.text.tex}.
Their questions and answers gave me much food for thought.
Finally, any acknowledgement in a book about \TeX\ ought to
include Donald Knuth for inventing \TeX\ in the
first place. This book is no exception.
%\begin{flushright}
% Victor Eijkhout\\
% Urbana, Illinois, August 1991\\
% Knoxville, Tennessee, May 2001\\
% Austin, Texas, December 2013
%\end{flushright}
%\pagebreak
%\normalheads
\begin{flushright}
Victor Eijkhout\\
Urbana, Illinois, August 1991\\
Knoxville, Tennessee, May 2001\\
Austin, Texas, December 2013
\end{flushright}
\end{document}