GeneralEPS files PDFLaTeX and BibTeX help

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
minger
Posts: 4
Joined: Fri May 08, 2009 4:52 pm

EPS files PDFLaTeX and BibTeX help

Post by minger »

OK guys, I'm almost done asking problems. Here's the latests. I have a large project (currently using LEd) and most of my image files are .eps files. Currently, the only way to get the pictures in the output file is to compile to DVI, and then DVI -> PDF. PDFLATEX does not recognize the eps files.

Aynways, looking through references, it seems that in order to link the bibtex entries, I should use PDFLATEX, which I cannot.

I guess my question is, simply doing LATEX compiles how can I link the bibtex? What is the correct order?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

minger
Posts: 4
Joined: Fri May 08, 2009 4:52 pm

Re: EPS files PDFLaTeX and BibTeX help

Post by minger »

OK, I think I've already answered this for myself as well. Something about posting on a board must get my brain going.

It seems as though I can do a Regular Latex compile, then a bibtex compile, and another latex compile to get a DVI. I can then run dvi->ps to get a good postscript file. Then I can do a separate ps2pdf, which is completely stand-alone.

Thansk anyways,
Post Reply