Brendan's LaTeX Page

Hopefully the information on these pages will help people new to LaTeX get started with it, and serve as a reference to those already familiar with it.

Why bother with LaTeX?

Here are a few reasons I feel it's worth it to get up to speed with LaTeX:

Getting Setup with LaTeX

In my opinion the easiest, most natural way to work with LaTeX is in a Unix or Linux environment with Emacs as the editor. As a sidenote Emacs also has built-in menus and formatting for a variety of common computing tasks including HTML, JAVA, and C++.

Windows Setup
There's a little bit of startup cost to working with LaTeX in Windows. I don't typically work this way so I'm not an expert in this approach, but I'll try to provide some quick instructions. For a much more complete guide to installing and using LaTeX in a Windows environment see this page by Claus Dethlefsen.

Unix/Linux Setup
There's no real setup to do in this case, the installation should be there and ready to go. If you are working in a Unix/Linux environment, simply type
emacs [yourFileName.tex] & 
at the command prompt and you're on your way. To compile a file enter
latex [yourFileName] 
and to view the output of your file in DVI format
xdvi [yourFileName] & 
To generate a PDF file directly from your LaTeX source, type
pdflatex [yourFileName] 

Recommended Links

Recommended Reference Books

A great general reference to get started with LaTeX
and to look up syntax for various tasks
A detailed reference on incorporating LaTeX with HTML,
including detailed info on generating PDF files

Maintained by Brendan Hogan, comments or questions: bph4r@virginia.edu
Last Modified: Wednesday, 14-Nov-2007 02:31:25 EST