LaTeX

Last edit

Added: 2a3,4

> = Links =
> * [http://jedidiah.stuff.gen.nz/lpd.html Use Inkscape to generate LaTeX presentations]


Resources

The indispensible Not So Short Introduction To LaTeX2e

Links

Skeleton

When I write an article in LaTeX, I always use the same skeleton. It's got a makefile for easy generation of bibliography, PDFs and a tarball: latex article skel.tar.gz.

Include and scale graphics

To include a jpg or png in the resulting PDF which scales to the width of the text:

  \resizebox{\columnwidth}{!}{\includegraphics{filename}}

For more graphics tips: http://www.cs.usask.ca/~gutwin/gi/pdflatex.htm