search for: endresource

Displaying 2 results from an estimated 2 matches for "endresource".

Did you mean: findresource
2006 Oct 16
2
CUPS Problem
...POST / HTTP/1.1 D [15/Oct/2006:14:53:54 -0600] ProcessIPPRequest: 8 status_code=0 D [15/Oct/2006:14:53:54 -0600] CloseClient: 11 D [15/Oct/2006:14:53:54 -0600] ReadClient: 8 POST / HTTP/1.1 D [15/Oct/2006:14:53:54 -0600] ProcessIPPRequest: 8 status_code=0 D [15/Oct/2006:14:53:54 -0600] [Job 21] 0 %%EndResource D [15/Oct/2006:14:53:54 -0600] [Job 21] 0 %%BeginResource: font Courier D [15/Oct/2006:14:53:54 -0600] [Job 21] 0 %%CreationDate: Wed Dec 22 1999 D [15/Oct/2006:14:53:54 -0600] CloseClient: 8 D [15/Oct/2006:14:53:54 -0600] [Job 21] 0 %%EndResource D [15/Oct/2006:14:53:54 -0600] [Job 21] 0 %%BeginRe...
2005 Jan 18
4
embedding fonts in eps files
Hi, I have to make eps files with fonts embedded. I use the following postscript command: postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize = 7,horizontal = FALSE, onefile = FALSE, paper = "special",family = "Times") plot(...) dev.off() Are fonts automatically embedded in this way? How can I see that? If not, how to do it? regards, Rudi.