Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


computing:department:unix:software:texlive

This is an old revision of the document!


Table of Contents

TeX and LaTeX

TeX and LaTeX is a mathematical computer typesetting system much used for scientific documents. To use the system effectively, you probably have to refer to one of the reference manuals. The LaTeX “bible” has always been LaTeX: A document preparation system by Leslie Lamport. Some good online guides to start with also include:

  • The Not So Short Introduction to LaTeX 2e by Tobias Oetiker (available in PS, PDF and DVI formats).
  • A Beginner's Guide to Typesetting with LaTeX, by Peter Flynn (html or pdf).

You can find these guides and much other useful information through the TeX Users Group web site. The University of Cambridge Engineering Department also has a good introduction to LaTeX. The following two online guides may be of use for quick reference:

Some basic commands, however, are:

  • To process your prepared tex document, file.tex:
latex file
  • To view the resulting DVI file, file.dvi:

xdvi file

  • To produce a PostScript file from the DVI file:

dvips file

  • To view the resulting PS file, file.ps:

gv file.ps

  • To print the PS file, two-sided, on printer 216:

lpr -P216 -K2 file.ps

There is also software, tth (TeX to HTML), which can attempt to convert TeX input into HTML for the web.

Local additions

Some locally installed style files for LaTeX are available, which may be useful - for example mnthesis.sty and resume.sty.

LyX

A easy-to-use graphical “front end” for LaTeX, called LyX, is available. Run it by typing the command lyx. Further documentation is available at the LyX web site:

computing/department/unix/software/texlive.1181248671.txt.gz · Last modified: 2007/06/07 15:37 by clayton