Re: [R] Problem with Palatino font in pdf figures

2007-09-30 Thread Paul Smith
On 9/30/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > >>> Consider the following piece of code: > >>> > >>> pdf(file="figure.pdf", family="Palatino") > >>> plot(0,0,type='n', xlim=c(-20,20), ylim=c(0,2),xlab="",ylab="",axes=F) > >>> text(-1.4,1.168,expression(italic("The font looks different w

Re: [R] Problem with Palatino font in pdf figures

2007-09-30 Thread Prof Brian Ripley
On Sun, 30 Sep 2007, Paul Smith wrote: > On 9/30/07, Marc Schwartz <[EMAIL PROTECTED]> wrote: >>> Consider the following piece of code: >>> >>> pdf(file="figure.pdf", family="Palatino") >>> plot(0,0,type='n', xlim=c(-20,20), ylim=c(0,2),xlab="",ylab="",axes=F) >>> text(-1.4,1.168,expression(italic

Re: [R] Problem with Palatino font in pdf figures

2007-09-30 Thread Paul Smith
On 9/30/07, Marc Schwartz <[EMAIL PROTECTED]> wrote: > > Consider the following piece of code: > > > > pdf(file="figure.pdf", family="Palatino") > > plot(0,0,type='n', xlim=c(-20,20), ylim=c(0,2),xlab="",ylab="",axes=F) > > text(-1.4,1.168,expression(italic("The font looks different when this > > i

Re: [R] Problem with Palatino font in pdf figures

2007-09-30 Thread Marc Schwartz
On Sun, 2007-09-30 at 16:49 +0100, Paul Smith wrote: > Dear All, > > Consider the following piece of code: > > pdf(file="figure.pdf", family="Palatino") > plot(0,0,type='n', xlim=c(-20,20), ylim=c(0,2),xlab="",ylab="",axes=F) > text(-1.4,1.168,expression(italic("The font looks different when this

[R] Problem with Palatino font in pdf figures

2007-09-30 Thread Paul Smith
Dear All, Consider the following piece of code: pdf(file="figure.pdf", family="Palatino") plot(0,0,type='n', xlim=c(-20,20), ylim=c(0,2),xlab="",ylab="",axes=F) text(-1.4,1.168,expression(italic("The font looks different when this is seen with Acrobat Reader!")),xpd=T) dev.off() When viewing the