Search Contact information
University of Cambridge Home Department of Engineering
University of Cambridge >  Engineering Department >  computing help >  LaTeX

Report Writing with LaTeX at CUED

Introduction | Front ends | Sources of Information | Setting Up | Standard Features | Common Problems

Introduction

This document doesn't attempt to teach you LaTeX but it does pick out some issues that arise when people start producing long documents. LaTeX was designed with technical reports very much in mind, so before you consider using any other method, look at the list of LaTeX's strengths first.

Front ends

pdflatex will produce PDF files directly, and accepts JPG, PNG and PDF graphics files (but not encapsulated postscript files). latex will produce DVI files and only copes with encapsulated postscript files. A few facilities (ever fewer) are only available with latex

Another more committal choice is whether to use a front-end like Lyx.

Sources of Information

The help system's LaTeX page is quite extensive. It includes information on

and there's also a keyword search of the LaTeX documents on this server.

Setting Up

The document class specified in the "\documentclass" line determines the basic appearance of the document (rather in the way that templates or Master Pages do in other programs). Packages (loaded in using the "\usepackage" command) are add-ons that augment or change the standard LaTeX features. Both classes and packages can be given options by using square brackets (see the use of the graphicx package below as an example).

Standard Features

Common Problems

© Cambridge University Engineering Dept
Information provided by Tim Love (tpl)
Last updated: May 2009