Re: R-beta: Latex and R
Friedrich Leisch (Friedrich.Leisch@ci.tuwien.ac.at)
Wed, 5 Nov 1997 15:53:36 +0100
Date: Wed, 5 Nov 1997 15:53:36 +0100
Message-Id: <199711051453.PAA08657@galadriel.ci.tuwien.ac.at>
From: Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at>
To: bensmail@rulfsw.fsw.LeidenUniv.nl
Subject: Re: R-beta: Latex and R
In-Reply-To: <346091C6.6E20@rulfsw.fsw.leidenuniv.nl>
>>>>> 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=3Dgauss.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=3Dgauss.ps,width=3D.......}
\end{figure}
Hope this helps,
Fritz
--=20
-------------------------------------------------------------------
Friedrich Leisch =20
Institut f=FCr Statistik Tel: (+43 1) 58801 4541
Technische Universit=E4t Wien Fax: (+43 1) 504 14 98
Wiedner Hauptstra=DFe 8-10/1071 Friedrich.Leisch@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@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=