Skip to content
Prev 4808 / 63421 Next

R Newsletter: 1st Call for Articles

On Thu, 21 Dec 2000 Bill.Venables@CMIS.CSIRO.AU wrote:

            
One option for Word users is to save in RTF, which is at least a documented
format (and shared between word processors).  Then get a copy of rtf2latex  
or (better) rtf2latex2e from CTAN and check out the conversion.
 
Peter D mentioned MiKTeX.  I would recommend fptex to Windows users
instead: it is closer to the Unix/Linux standard system (teTeX) and is
more complete and up-to-date.  (The latter is particularly important for    
pdftex users: for example at one time fptex would process the R refman.pdf, 
and MikTeX would not.)  fptex used to be harder to instll, but no longer,
and it is the preferred system on the TeXLive5 distribution, I'm told.
Yes, there is one already (take a closer look at bitmap, whose help says

     Note: despite the name of the functions they can produce PDF via
     `type = "pdfwrite"', and the PDF produced is not bitmapped.

).  A native PDF device is planned, and was one of the reasons for the
changes to postscript() in 1.2.0 (to enable code to be shared).
For some time my entry on developer.r-project.org has said

   A native PDF graphics driver.

and that site is a good place to look for future plans (but some team
members keep their secret).

I don't see the problem: R can produce PostScript everywhere, and it
can even produce EPS these days.  Windows users can produce other figures
in WMF if they want, but that can be converted to EPS successfully by a
number of routes.  If people want to annotate figures, R can produce .fig,
and xfig runs under Unix/Linux and Windows ....   So I suggest figures be
produced in PostScript.