latex eps images quality dvi to pdf problem
When you have a problem with image quality in latex, when included a eps image or whatever, and you get a compressed and ugly jpeg in the resulting pdf image, you have to do the following. Instead of whatever you use, use this makefile to build your project. Is runs latex/bibtex, so that all references are updated (the known latex issue), and than runs the default DVIPDFMx configuration, which performs very nice in converting included eps images, without loosing quality.
The makefile:
all:
latex file.tex
latex file.tex
bibtex file
latex file.tex
dvipdfmx file.dvi