Using LaTeX with PDF Figures
The following files provide a starting point for creating a
LaTeX document:
- templatePDF.tex (sample master file)
- simpleConference.sty (style file)
- refs.bib (bibiliography file)
- 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:
- pdflatex templatePDF
- bibtex templatePDF
- pdflatex templatePDF
- pdflatex templatePDF
The result should look like this.