Re: [R] Plotmath integral gets horrible with URWPalladio

2007-10-03 Thread Paul Smith
On 10/3/07, Paul Murrell <[EMAIL PROTECTED]> wrote: > > With the following code: > > > > pdf(file="figure.pdf",family="URWPalladio") > > plot(0,0,type="n") > > text(0,0,expression(integral(f(x)*dx, a, b))) > > dev.off() > > > > the integral symbol gets horrible. With other fonts, the same does not

Re: [R] Plotmath integral gets horrible with URWPalladio

2007-10-03 Thread Paul Murrell
Hi Paul Smith wrote: > Dear All, > > With the following code: > > pdf(file="figure.pdf",family="URWPalladio") > plot(0,0,type="n") > text(0,0,expression(integral(f(x)*dx, a, b))) > dev.off() > > the integral symbol gets horrible. With other fonts, the same does not > occur. Is there some way o

[R] Plotmath integral gets horrible with URWPalladio

2007-10-03 Thread Paul Smith
Dear All, With the following code: pdf(file="figure.pdf",family="URWPalladio") plot(0,0,type="n") text(0,0,expression(integral(f(x)*dx, a, b))) dev.off() the integral symbol gets horrible. With other fonts, the same does not occur. Is there some way of using Palatino-like fonts with a nice integ