Skip to content
Prev 1397 / 3656 Next

degree symbol using X11 on Xubuntu 10.04

On 10/14/2010 02:50 AM, Christian Kamenik wrote:
I can confirm this bug but I can also confirm it works properly.  I ran 
this code:

plot(rnorm(100),main=expression(sum(x[i], i=1, n)))
pdf("test.pdf")
plot(rnorm(100),main=expression(sum(x[i], i=1, n)))
dev.off()
postscript("test.ps")
plot(rnorm(100),main=expression(sum(x[i], i=1, n)))
dev.off()

The postscript version worked on all three systems.  On 32-bit Lucid 
(10.04), all worked.  On both 32-bit and 64-bit Maverick (10.10), the 
summation is returned as a dot.

Working on finding a solution.

Michael