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 File--Export 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.