views:

2936

answers:

12

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.

+27  A: 

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.

finrod
I agree. I would complement it with "Using imported graphics in LaTeX" ftp://tug.ctan.org/pub/tex-archive/info/epslatex/english/epslatex.pdf for graphics placement/manipulation, and "AMS LaTeX users' guide" ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf .
jbatista
+1  A: 

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.

Abe
Lyx is available for windows as well.
Oddmund
+1  A: 

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.

Phenwoods
A: 

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.

Derek Clegg
A: 

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.

kurious
+1  A: 

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
hadley
+15  A: 

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

ChrisN
+1  A: 

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

Barry Wark
+1  A: 

Try TeX Frequently Asked Questions.

cic
+7  A: 

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

Mario
+1, though I've found it mostly useful as a reference.
larsmans
A: 

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.

Ralph Rickenbach
+2  A: 

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

Gianluca Della Vedova