Hi,
I'm trying to get the correct font used when generating italic text in an R
grahic. I have a set of labels that print correctly except it seems the
italic text is justr a slanted version of the TeX computer modern normal
font... I'm using R v1.8.1 on Windows XP, and I get the same result if I
build the pdf using Adobe Acrobat or using MikTeX
The labels:
grpNames<-c(expression(paste("lo ", italic(d[n]))),
expression(italic(d[n])), expression(paste("hi ", italic(d[n]))),
expression(paste("lo ", italic(LM[1]))),
expression(italic(LM[1])), expression(paste("hi ", italic(LM[1]))),
expression(italic(d[n])), expression(italic(LM[1])),
expression(italic(LM[2])))
The postscript command:
postscript(file = "Rplots.ps",
onefile = F, height=6,width=10,
paper="a4", family="ComputerModern",bg="transparent",
horizontal=F, pointsize=10,
print.it=F)
Is this the best currently available, or is there some way to get the
correct font used when using italics?
TIA
Mark
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html