EPS
Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
The postscript produced by R is EPS (Encapsulated
PostScript) compatible, and can be included into other
documents, e.g. into LaTeX, using
`\psfig{file=<filename>}'.
and psfig has never been part of LaTeX and has been deprecated by the LaTeX
team since the former LaTeX2e became LaTeX in 1994. The preferred way is
the graphics/graphicx packages; these make the interim epsfig package
defunct.
Hm? I've been using
\usepackage{epsf}
...
\epsffile{<filename>}
for ages. Is that one deprecated as well?
Yep -- at least one version (maybe 95? havn't looked since :-) was a wrapper to either the graphics or graphicx package. best, -tony -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._