Latex Tutorial on March 10,24, and 31, 2008

 

 

The following web page contains extended information on Latex including how to install it, books, documentation, etc.:

http://www.latex-project.org/

Some online tutorials (there exist plenty of them)

 

Including Graphics into Latex Documents

 

Questions that came up during the Latex Tutorial

Question Answer
Getting a table of contents. Type the command \tableofcontents after the \begin{document} statement
Changing the line spacing of the document from single to double.

placing the following command anywhere before the \begin{document} statement will change the setting for the entire document:

\renewcommand{\baselinestretch}{2}

This will yield double spacing.
 

for more information have a look at this site:
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/baselineskip.html