EECS 290n
Contents

Home
Logistics
Outline
Technology
Project
Study group
Reading

Using LaTeX with PDF Figures

The following files provide a starting point for creating a LaTeX document:

  1. templatePDF.tex (sample master file)
  2. simpleConference.sty (style file)
  3. refs.bib (bibiliography file)
  4. figure.pdf (the figure file, created by printing to PDF)
Put these into a directory (right click on the link and select Save Target As). To create a PDF file, execute the following commands:
  1. pdflatex templatePDF
  2. bibtex templatePDF
  3. pdflatex templatePDF
  4. pdflatex templatePDF
The result should look like this.
You are not logged in 
©2002-2009 U.C. Regents