Which book (free or otherwise) was the most useful to you when you started learning LaTeX? I am frequently asked this question by friends who want to learn LaTeX, and I recommend the book which got me started, the not so short introduction to latex, but I feel that there might be better options around.

link|improve this question
5  
If you'd put the Not So Short Introduction in an answer, I would have upvoted it - that's the one I always recommend to friends who ask me about learning LaTeX. – David Zaslavsky Jul 26 '10 at 21:48
1  
Upvote the question :) – Vivi Jul 27 '10 at 0:31
The Not so Short Introduction to LaTeX — actually a Brazilian Portuguese translation — was my first text on LaTeX. After that, I’ve read different texts, depending on what I want to do. – rberaldo Apr 13 '11 at 11:56
feedback

15 Answers

I've used LaTeX wikibook mostly. It's a really good resource when writing mark-up which is the easiest and fastest way to learn.

link|improve this answer
feedback

I found Kopka and Daly's Guide to LaTeX to be very helpful. It starts with the basics of what a LaTeX document is, how it's laid out, what components it can and should have, etc. and then moves on to cover technics for drawing and including figures, creating new commands and environments, and more advanced customization in case you ever need it.

Most important to me were the many examples scattered throughout, so that if you have some idea of what you're trying to do you usually don't have read an entire section but just flip through until you find an appropriate example and then try something similar.

link|improve this answer
feedback

Grätzer's under-appreciated book is excellent, especially at showing you how to do things the "right" way:

(Earlier editions were called "Math into LaTeX"; it's not a sequel.) Especially if you're learning LaTeX for typesetting mathematics or related areas, this is a wonderful book — it includes, for example, chapters on the several AMS environments for multiline equation displays, making presentations with Beamer and other classes, and BibTeX — all things that you're likely to need at some point. Several samples from the book are available on CTAN (and you can also find online copies of the book of *cough* dubious legality).

[Edit: His first section, A Short Course in LaTeX, is available on CTAN and I recommend it even higher than lshort/not-so-short introduction: it's shorter, though of course less detailed. As quoted in the comment below, it's IMHO the ideal introduction to LaTeX for mathematics.]

Among actually free books, take a look at the LaTeX book on Wikibooks; its excellent quality may surprise you!

link|improve this answer
To quote from the great list of LaTeX tips: “By "the book" I mean Gratzer's "Math into Latex". This is the authoritative reference on mathematical Latex. The majority of Latex books (and online materials) don't focus on mathematical typesetting, and while they may be useful for nonmathematical Latex, many offer bad, or out-dated, advice on mathematical Latex.” – ShreevatsaR Jul 29 '10 at 15:28
feedback

I think I would suggest the book by van Dongen, Latex and Friends, which is very up-to-date (in fact, still being written) --- for example, it has a long chapter on tikz. The book used to be available to download from van Dongen's web site but, to quote from an entry on his web site:

Due to copyright restrictions I had to remove the preliminary version of my book on LaTeX and Friends.

Springer's web site shows a print version due in 2012 and this has been reviewed on the TeX User Group site.

Parts of the book may now be read on line.

link|improve this answer
feedback

I used the Not so short introduction and still go back to it.

(I think that all the answers should be in the answers so that it's easier for people to compare them; also, what I said is true: it is the one that I use and continually go back to.)

link|improve this answer
feedback

Ah, I remember my first steps: somehow I stumbled upon LaTeX Primer which was not only a great introductory text, but was a real beauty typography-side.

Also, another great book which hasn't been mentioned here yet (and is definitely worth mentioning) is Digital Typography using LaTeX by Apostolos Syropoulos, Antonis Tsolomitis and Nick Sofroniou. I personally call this book "the book" along with Gratzer's "the book" ;)

link|improve this answer
I second Digital Photography using LaTeX, as that was actually the book that got me into LaTeX by accident (I was reading up on typography for some reason, and stumbled upon that book). – Jóhann Nov 18 '10 at 16:48
@Johann: digital "photography"? did you mean "typography" instead?? – Vivi Jun 17 '11 at 11:55
@Vivi: oops, yes.. that was an interesting slip.. Is there a way to correct comments? – Jóhann Jun 17 '11 at 23:29
@johann: I think only if you do it within a certain (short) time. It doesn't really matter, I guess people will get what you say and if not they will see the comments below. It was a funny typo :) – Vivi Jun 18 '11 at 0:06
feedback

Have a look at Stefan Kottwitz's LaTeX Beginner's Guide. It has lots of fully-explained examples and up-to-date tips.

link|improve this answer
feedback

The Not So Short Introduction to LaTeX that the question references is good, but when first learning LaTeX, I found Peter Flynn's Formatting information a very useful supplement.

link|improve this answer
You may want to merge the answer of NormanGray and yours … – Tobi May 13 at 14:01
feedback

I recommend Peter Flynn's Formatting Information to people -- it seems to have the right pace and style for many, being well-written and reasonably brisk.

Another (unusual) advantage is that it's more sympathetic towards humanities users than many introductions.

link|improve this answer
You may want to merge the answer of vanden and yours … – Tobi May 13 at 14:01
feedback

I found Art of Problem Solving Wiki page on LaTeX to be a good resource. (it's themed towards learning simple syntax for texing math, which was exactly what I wanted)

Additionally, there is the useful list of LaTeX symbols.

link|improve this answer
feedback

The most important is to learn by doing. Take some small piece you want to typeset and make a most simple possible document. Then start to make it more compilicated. If you want figures/plots use TikZ.

link|improve this answer
2  
I've used LaTeX for four years and only now found out about TikZ. It would have been great to see a guide which would tell me "Use pdflatex, use these packages, start considering doing graphics in latex and TikZ you must master. – Dima Jul 29 '10 at 16:07
Couldn't agree more. You don't need a book to learn LaTeX, just read the introduction of the LaTeX wikibook and write away! You will encounter the need to learn more as your document progresses. Keep referring to the LaTex wikibook and this site as needed. – levesque Jul 29 '10 at 20:09
I would try to find, then study the Latex source of a well-prepared document. – Emre Apr 6 '11 at 23:07
1  
I agree that learning by doing is important, but you need to start somehow, and in this sense books are important, even if a very short introduction. Latex is very difficult at the beginning, and even installing it takes a lot of work. – Vivi Jun 5 '11 at 10:13
feedback

Ethan Bloch's A Brief Introduction to LaTeX for Bard Students contains exactly enough info to get started (I started texing with it within an hour).

link|improve this answer
4  
I keep parsing that as "for Bad Students" which makes me giggle. – vanden Jul 29 '10 at 15:26
I keep parsing that as "for Grad Students" which makes me sigh sadly. – Eyal Rozenberg Dec 3 '11 at 18:04
feedback

I found Lamport's Latex: a document preparation system the best book for learning LaTeX

link|improve this answer
2  
I completely disagree. It contains very little information, all of which you can get with a free tutorial like lshort. – TH. Aug 21 '10 at 21:11
feedback

I think that a great start is some of the above mentioned like: The Art of Problem Solving

But I think that a short introduction book to LaTeX is good and its goes by the name:

learning LaTeX, by David F. Griffiths and Desmond J. Higham. learning LaTeX

Very light on the beginner and quite comical throughout.

Another great one that is free and a online pdf version would be this:

A Simplified Introduction to LaTeX

Hope this helps any.

link|improve this answer
feedback

To get started with LaTeX, visit:

  1. Getting something out of LATEX
  2. Road Map
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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