Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am completely new to LaTeX. I know, it is not very complicated. But there are always some basics that one need to be taught before going into the autonomous exploration stage.

Currently, I have installed MiKTeX, but I can't even figure out how to compile a dummy example. Can you help me?

Update Found a nice helpful article on how to compile from LaTeX to PDF.

share|improve this question

closed as not constructive by Bo Persson, Jeremy, finnw, Julius, mccannf Feb 7 at 18:53

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

14 Answers

up vote 44 down vote accepted

I have found the not so short introduction to LaTeX extremely useful when I was a newbie (and actually I still use it as a reference when I need a feature that's less commonly used).

AFAICT it includes all the basics you need to know, and then something more.

share|improve this answer
1  
I agree. I would complement it with "Using imported graphics in LaTeX" tug.ctan.org/pub/tex-archive/info/epslatex/english/epslatex.pdf for graphics placement/manipulation, and "AMS LaTeX users' guide" ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf . – jbatista Nov 12 '09 at 14:59

Here are some LaTeX resources that I've found useful:

share|improve this answer

http://en.wikibooks.org/wiki/LaTeX has a lot of content about latex, and it is very helpful if you are starting with it. I used it while I was writing my first major document and it was very valuable

share|improve this answer
+1, though I've found it mostly useful as a reference. – larsmans Oct 11 '10 at 13:55
Indeed, and one of their featured books, so they release PDF copies of it every once and a while. – new123456 Aug 3 '11 at 0:38

Why are you using latex? Often the easiest way to get started is just to find a template that works for whatever you're doing and use that. As you learn more about latex and addon packages, you can tweak the template so that it better meets your needs.

In terms of basic skills, you should learn about:

  • Document headings/sections
  • Basic text formatting: italic, bold, etc.
  • Including images
  • Float environments like figure, and how to reference them with \ref{}
  • Tables
  • Citations and bibliographies with bibtex
  • Math environments, if you need them
share|improve this answer
Thank you for this info @hadley – palakmathur Feb 7 at 17:20

IMHO, the book by Kopka & Daly is still the best to learn LaTeX.

share|improve this answer

I learned LaTeX through Lamport's book long time ago, and it was very helpful. Nowadays there a lot of good online tutorials--a quick search on google yields these two good results:

Latex primer and Beginning Latex

Also if you have access to Linux, you can run LyX which helps you create LaTeX documents visually, and you can learn from the generated text.

share|improve this answer
2  
Lyx is available for windows as well. – Oddmund Sep 21 '08 at 0:59

Try TeX Frequently Asked Questions.

share|improve this answer

I found TeXnicCenter very helpfull in getting started with LaTeX. It's a free Windows IDE for LaTeX, and once set up properly, makes compilation a breeze, just a simple key press.

It also has a lot of toolbars for standard tags, which could be a useful way to learn LaTeX, though once you're familiar with the commands you'll probably find it's a lot quicker to type them.

share|improve this answer

I've found Leslie Lamport's [amazon.com] reference very useful as an introductory text and an ongoing reference.

share|improve this answer

Detextify is a great site that lets you draw a symbol, and it will pop up a list of latex commands that may match your drawing. It's quite accurate! http://detexify.kirelabs.org/classify.html

share|improve this answer

If you're using a Mac (and even if you're not), there's a lot of helpful information on the MacTex Wiki. Also, although it's pretty old-school, comp.text.tex (I get to it via Google Groups) can be very helpful.

share|improve this answer

If you just want to get familiar with the syntax, try an online or offline Latex editor:

http://www.latexeditor.org/ (download)

http://www.monkeytex.com/ (online service -- haven't tried it, but looks interesting)

http://www.codecogs.com/components/equationeditor/equationeditor.php (equation editor)

Unfortunately one of the hardest parts can be just getting set up.

share|improve this answer

There is a great program Scientific Workplace that is a full fledged text processor based on LaTeX. It will allow you to grow into LaTeX easily through using help, menus etc.

share|improve this answer
Mucho dinero $225 for a student version!! – Rick G Jan 1 at 19:47

I found this good resource while searching for resources to learn LaTeX basics myself:

http://www.ats.ucla.edu/stat/latex/

share|improve this answer

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