Full_Name: G. Grothendieck
Version: R version 2.1.0, 2005-05-14
OS: Windows XP
Submission from: (NULL) (216.59.254.207)


This code:

> plot(1:10)
> text(5,5,lab=expression(italic(22*"33")))

has the effect of italicizing 33 (which is a character string) but not 22
(which is not).  I would have thought that both, not just 33, would be
italicized.

I had previously posted about this last week:

https://www.stat.math.ethz.ch/pipermail/r-devel/2005-June/033526.html

however, no one responded.

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to