vote up 5 vote down star
2

What were you missing from the online tutorials and manuals, that you found well explained in LaTeX books? Any LaTeX book, but I'm mainly referring to The LaTeX Companion by Mittlebach, and the A Guide to LaTeX by Kopka.

I'm working on a book project in LaTeX and the question came up why don't I buy these much reputed books. Until now I learnt what I use from online tutorials and manuals, but these can be tedious or rudimentary in some cases.

So my counter-question is that in what areas do these books really make a difference?

flag

4 Answers

vote up 2 vote down check

Read the TeXBook written by Donald Knuth. I think there is no online tutorial that explains the mechanism of creating paragraphs and formulas.

For example if you want to manipulate such macros like \let, \futurelet, \catcode, \edef, \xdef, \expandafter, \afterassignment, \tolerance and \pretolerance, \ifx, \ifcat you have to read the TeXBook.

Do you know the difference between the \kern 1em and \hskip 1em? Which online manual explains this? TeXBook does.

link|flag
1  
+1. I own the TeXBook and sometimes just read it for fun. Yes, I'm that dorky. – Tenner Nov 6 at 14:05
vote up 0 vote down

I found the LaTeX companion helpful within the first couple of things I read [it is a lot of $$, though]. I would say the key things to read would be:

  • not so short guide
  • wikibook
  • the manuals for each package and class used [KOMA and Memoir classes are very thorough]

And not least, comp.text.tex.

link|flag
vote up 3 vote down

The difference, in a nutshell, is that books cost extra money, and online tutorials and documentation cost extra time. That said, the distinction is being blurred as more coherent documentation comes online, such as the LaTeX wikibook (which is now a decent replacement for The LaTeX Companion).

link|flag
+1: well expressed :-) – Arthur Reutenauer Nov 6 at 14:46
vote up 0 vote down

There were precious few questions I had that were left unanswered by the Not So Short guide. I never bought a book because I never had the need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.