Skip to content
Prev 26487 / 398502 Next

Getting graphs into LaTeX

On Thu, Aug 21, 2003 at 08:17:05PM +0700, Andrew Criswell wrote:
"pdflatex" wants pdf-pics, not eps. If you want to use both, latex &
pdflaex, save one version with pdf(), one version with postscript
and use \includegraphics{~/xx} without ending. pdflatex & latex
will choose the appropiate file. 
pm