[R] Greek symbols in xtable rows
Roger Bivand
Roger.Bivand at nhh.no
Tue Apr 17 16:32:04 CEST 2007
Andris Jankevics <andza <at> osi.lv> writes:
>
> Thank You for answer. I Tried code that You provided in reply to my question
> on both PC's with Linux and Widows OS.
>
> On linux box output is:
>
...
>
> System information:
>
> > sessionInfo ()
> R version 2.4.0 (2006-10-03)
> i686-redhat-linux-gnu
>
> locale:
> LC_CTYPE=lv_LV.UTF-8;LC_NUMERIC=C;LC_TIME=lv_LV.UTF-8;LC_COLLATE=lv_LV.UTF-
8;LC_MONETARY=lv_LV.UTF-8;LC_MESSAGES=lv_LV.UTF-8;LC_PAPER=lv_LV.UTF-
8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=lv_LV.UTF-
8;LC_IDENTIFICATION=C
>
> attached base packages:
> [1] "tcltk" "methods" "stats" "graphics" "grDevices" "utils"
> [7] "datasets" "base"
>
> other attached packages:
> xtable pls ellipse
> "1.4-3" "1.2-1" "0.3-2"
>
> And there is an output form my windows PC:
>
> > mat <- diag (c("$\\sigma_1^2","$\\sigma_2^2$"))
> > xtable (mat)
... (replicates for me on same system)
> > sessionInfo ()
> R version 2.4.1 (2006-12-18)
> i386-pc-mingw32
>
> locale:
> LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
> States.1252;LC_MONETARY=English_United
> States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
>
> attached base packages:
> [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
> "base"
>
> other attached packages:
> xtable
> "1.4-3"
Yes, I have also been bitten by the "upgrade" to xtable, which between 1.4-2
and 1.4-3 added code to try to be cleverer, but has broken output of LaTeX
markup directly. The offending code starts around line 177 in print.xtable.R
(#based on contribution from Jonathan Swinton <jonathan at swintons.net> in e-
mail dated Wednesday, January 17, 2007). I did try to write a
sanitize.text.function= solution, but failed, and backed off to an earlier
version. Could the maintainer David Dahl, please address this, and include a
relevant test? (I would CC him, but am travelling and posting via gmane to keep
thr thread together - I apologize for pruning, but gmane won't post otherwise).
So a solution is to install an earlier version of xtable from the package
archives, a harder but feasible task for Windows.
Roger
...
>
> Thank You,
>
> Andris Jankevics
>
> On Pirmdiena, 16. Aprīlis 2007 22:38, Charles C. Berry wrote:
> > On Mon, 16 Apr 2007, Andris Jankevics wrote:
> >
> > > mat <- diag(c("$\\sigma_1^2$","$\\sigma_2^2$"))
> > > xtable(mat)
> >
More information about the R-help
mailing list