Anyone who has worked with Donald Knuth's TeX (pronounced teck) or Leslie Lamport's LaTeX (lay-teck) can tell you that both are extremely powerful but rather intimidating. LaTeX makes things easier but it's still hard for a beginner to grasp the connection between the marked-up text and the final, printed output. Enter Bernice Sacks Lipkin's LaTeX FOR LINUX.
For those of you scratching your heads wondering what all this TeX and LaTeX stuff is, read on. Donald Knuth wrote TeX so he would be able to format his book, THE ART OF COMPUTER SCIENCE, the way he wanted to. Rather than focusing on the aesthetics of the printed output, Knuth wanted authors to concentrate on the content of the material. As such, TeX is not a word processor where you say, The section heading should be larger than the other text, so I want font Becker at 14pt, and I want it centered. Instead, you tell TeX you want a section heading, and it automatically formats and numbers it for you. TeX is still low-level, so Leslie Lamport wrote LaTeX, a collection of higher-level TeX macros, to group some of the more common TeX commands together.
Lipkin's book is a well-written guide to the narrow, twisting path of learning LaTeX. First, I must say that the entire book was typeset using LaTeX, and as such, it provides an excellent real-life example of the various techniques within. This is a definite boon when you're trying to figure out exactly what a certain command does.
The first part of the book covers reading and understanding LaTeX. As with most programming languages, to be able to write, you must first be able to read. LaTeX is no exception. Chapter 1 covers what a LaTeX command does--the meaning of all those backslashes and curly braces. The second chapter defines concepts that TeX (and thus LaTeX) uses, such as commands, declarations, environments and scope. Chapter 3 explains LaTeX's document classes--letters, slides, articles, reports, books and so on--and how to use them.
Part II goes over things you'll need to prepare before you can start writing serious LaTeX. The fourth chapter gives you a practice template file to start working with. For die-hard Emacs fans, Chapter 5 helps you assign key bindings in Emacs to common LaTeX constructions. Since the whole point of LaTeX is to get your text into a printed (or otherwise viewable) form, the sixth chapter covers viewing and printing LaTeX files. You can convert LaTeX to HTML, text, PostScript, PDF, etc. When the inevitable errors happen, Chapter 7 will be there to help you deal with them.
The third part gets into the real meat of LaTeX. Chapter 8 covers the reserved single-character commands (such as the backslash). In the ninth chapter, we move up to single-word commands. Eventually, you'll get sick of typing the same instructions over and over again. Chapter 10 explains how to use macros and new commands to eliminate excess typing and frustration.
Part IV covers formatting text. While the default Computer Modern font LaTeX uses is nice, most people will want to use something different at times. Chapter 11 gives the nitty-gritty on everything you wanted to know about TeX's font system. When the time comes to write something in another language, you can learn from Chapter 12 how to place accents over and under characters. Like HTML, TeX and LaTeX manage spaces for you--no matter how many spaces you put between two words, LaTeX will always put in the same amount of white space. While in most cases this is a good thing, at times you'll need to tweak the amount of space, and the thirteenth chapter explains how. Chapter 14 covers lists, and Chapter 15 explains how to align and indent text.
Figures, tables and marginal notes are called floating objects in TeX, since you don't specify an exact location for them. Instead, you tell LaTeX about where you want it to be (i.e., the top of the page), and it takes care of the rest. Chapter 16 explains how this possibly confusing feature works. Most academic writings are littered with footnotes, so the seventeenth chapter covers those. Chapter 18 describes the cross-referencing system, and Chapter 19 explains how to add comments (text that LaTeX will ignore, used mostly for writing notes to yourself) in your LaTeX code.
LaTeX is commonly used for typesetting math equations, and that's what Part V is all about. Chapter 20 goes over the math symbols and the grammar for getting into and out of math mode. Chapter 21 covers single-line math modes, and Chapter 22 explains arrays (the multiline math mode).
The next few sections of the book consist of only one or two chapters each. Part VI covers formatting in box mode; Part VII explains how to insert pictures and graphics into your text; and Part VIII shows you how to put the finishing touches (bibliographies, tables of contents and indices) on your document. Part IX describes how to design style sheets. The book ends with two appendices--one on the construction of a root file, and the other detailing how to convert from LaTeX to HTML and vice versa.
While visual tools like LyX are available to make writing in LaTeX less painful, many times you'll need at least a basic understanding of the language in order to get the desired result. This book will give you that understanding. It is well-written, concise, informative, and laced with the occasional bit of humor. Not many books are this thorough. Ben Crowder, LINUX JOURNAL, October 2000
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
7 of 7 people found the following review helpful:
4.0 out of 5 stars
This ugly book is not just for users of Linux ...,
By A Customer
This review is from: Latex for LINUX (Paperback)
The book is titled "LaTeX for Linux," but all users of the great LaTeX typesetting program will appreciate it. Although it's "Linux-specific" regarding viewing the output and the use of ghostview, etc., it's really better as an excellent introduction to LaTeX. And best of all, it's the first book that I've seen that stresses LaTeX for non-mathematical appications. (Not all of us who use LaTeX or TeX need to know how to use the overbar character.)So why didn't I give the program a perfect "5"? Well, despite the fact that you can learn lots of information from it, the typesetting of this book is ugly and depressing. If a person were to judge TeX and LaTeX on the basis of this book alone, he or she would just say, "Ugh. I don't want to take the time to learn this program since the results are so horrible." While Lamport's book is brain dead for learning how to use LaTeX but beautifully typeset, this book is the exact opposite--substantively excellent but hideous to look at. I hope this book will cause the many folks discovering that teTeX is a free part of the standard Linux distribution to learn LaTeX. But they shouldn't try to pattern their results on the look of this book.
6 of 6 people found the following review helpful:
5.0 out of 5 stars
First Book That Clearly Explained LaTeX To Me,
By wls@wls.wwco.com (Ashburn, VA) - See all my reviews
This review is from: Latex for LINUX (Paperback)
I struggled with LaTeX for months and purchased numerous examples, tutorials, and how-to books. Most all of them throw a set of commands at you leaving you to wonder where those commands came from, what to do if you can't find what you're looking for, and skip then the explaination of how the commands work. This book answers these mysterious questions. Simple explainations with examples and sample output unravel the wonderful world of Macro processing deep in the heart of LaTeX. It wasn't until I got to Part III (in the middle of Chapter 8) that suddenly the light flipped on and everything across all the other books suddenly made sense. I'd highly recommend this book to programmers [who understand the topic of scope and macros] and who have an fundamental understanding of markup langauges such as XML or HTML.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
The best all around tutorial I've found,
By jal2054@hotmail.com (Alabama, USA) - See all my reviews
This review is from: Latex for LINUX (Paperback)
I agree with the last two reviewers that Latex for Linux is an excellent teaching book, with simple explanations and lots of examples. The explanations may be simple but the material explained isn't---NFSS is usually considered advanced. Here, it was tucked in where it logically belonged. And made understandable.I didn't find the typesetting ugly. I have a copy of the 2nd printing, so maybe they improved the print quality--it looks fine to me. Paul Jackson's review wasn't very relevant. He didn't seem to have gotten far enough into the book to know the author was a her not a him. When I'm learning a new environment, I'm looking for a good, clear tutorial not a "good read" This book is a very good tutorial.
Share your thoughts with other customers: Create your own review
|
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|