|
|
31 of 32 people found the following review helpful:
3.0 out of 5 stars
An indispensable reference, but..., April 16, 2000
Leslie Lamport's second edition of the Latex manual is helpful, concise, and puts ideas first; it's a great book for the TeX beginner. All essentially topics are covered quickly, in an engaging style. However, it has two drawbacks. First, the reference section is cryptic and confusing; I recommend keeping the Latex Companion handy for detailed explanations and examples. Second, too many useful things are left unsaid. For instance, nowhere in this book is it stated that \to is a built-in abbreviation for the clumsy command \rightarrow (the arrow in A -> B); most users waste time making their own abbreviation, such as \ra. But \to is right there in the Latex source, it's simply not documented in this manual. The MakeIndex appendix explains the \index command in detail, but omits to mention the \glossary command (you'll find it in paragraph C.11.5 of the reference section, if you're desperate). The all-important business of add-on "packages", which allow endless customizations of the standard Latex styles, is dealt with in only one or two pages. And so on... The manual doesn't tell the reader that its style conventions are not obligatory. Thus, curly brackets are pervasive: to type a subscripted list of variables, the book suggests $x_{1},\ldots,x_{n}$. It takes quite a while for the beginner to realize that $x_1,\dots,x_n$ works just as well (and gives the same result). A simple explanation of what is an "input token" would save users a lot of time and trouble. Final answer? You'll need this book: it's a good book, and it's authorative, correct and concise. But if you need to know more than the basics, make sure you also have the Latex Companion.
|