R-beta: Latex and R

Friedrich Leisch Friedrich.Leisch at ci.tuwien.ac.at
Wed Nov 5 15:53:36 CET 1997


>>>>> On Wed, 05 Nov 1997 15:33:25 +0000,
>>>>> bensmail  (b) wrote:

b> Hello R users,
b> This question might be already discussed before, I apologize
b> if it is the case.
b> Simple... how can I do to include a figure in a latex document.
b> As I have already done in Splus, I tried this:

b> \begin{figure}
b> \special{psfile=gauss.ps .......}
b> \end{figure}

b> but it didn't work. Any help?

I always use the epsfig packages, if it is not installed on your
system you can get it from CTAN.

I.e.,

\usepackage{epsfig}

in the preamble and then

\begin{figure}
\epsfig{file=gauss.ps,width=.......}
\end{figure}

Hope this helps,
Fritz

-- 
-------------------------------------------------------------------
                        Friedrich  Leisch                             
Institut für Statistik                      Tel: (+43 1) 58801 4541
Technische Universität Wien                 Fax: (+43 1)  504 14 98
Wiedner Hauptstraße 8-10/1071      Friedrich.Leisch at ci.tuwien.ac.at
A-1040 Wien, Austria             http://www.ci.tuwien.ac.at/~leisch
     PGP public key http://www.ci.tuwien.ac.at/~leisch/pgp.key
-------------------------------------------------------------------

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-r-help 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-help-request at stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


More information about the R-help mailing list