Message-ID: <Pine.GSO.4.05.10005221921420.1356-100000@amadeus.statistik.uni-dortmund.de>
Date: 2000-05-22T17:23:41Z
From: Uwe Ligges
Subject: backslash
In-Reply-To: <392966CB.998553DF@rhi.hi.is>
On Mon, 22 May 2000, Helgi Tomasson wrote:
> Hi R-people
>
> I am trying to have R write latex-code.
>
> "\begin{tabular}"
>
> and
>
> "\end{tabular}
>
> do not produce similar results. I would like to something like
>
> write("\begin{tabular} ,file=. . .)
> .
> .
> .
> write("\end{tabular},file=. . .)
>
> regards
>
> Helgi Tomasson
>
Try write("\\begin...",....) and "\\end", as "\" is a special character.
Regards,
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._