Hi:

I've experienced the same behavior as Dr. Friendly when trying to use
latex() in an Sweave code chunk (with results = tex in the chunk header) on
a Win7 system with 64-bit R (everything up to date). Is the answer the same
in that case?

TIA for your assistance,
Dennis

On Tue, Dec 7, 2010 at 9:52 AM, RICHARD M. HEIBERGER <r...@temple.edu> wrote:

> Michael,
>
> The easiest workaround is to assign the result of the latex() command.
>
> myfilename <- latex(x)
> print.default(myfilename)
>
>
> It looks to me like the insides of the dvi.latex function aren't quite
> right
> for Windows.
>
> Rich
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to