Re: [R] More than two font in a plot

2010-06-30 Thread Jinsong Zhao
On 2010-6-30 16:24, Patrick Connolly wrote: On Wed, 30-Jun-2010 at 11:06AM +1200, Paul Murrell wrote: Hi On 6/30/2010 2:17 AM, Jinsong Zhao wrote: Hi there, I am a Chinese R user. I hope to display Chinese character in a plot, and than save it in PostScript format. I have read the article ti

Re: [R] More than two font in a plot

2010-06-30 Thread Jinsong Zhao
On 2010-6-30 7:06, Paul Murrell wrote: Hi On 6/30/2010 2:17 AM, Jinsong Zhao wrote: Hi there, I am a Chinese R user. I hope to display Chinese character in a plot, and than save it in PostScript format. I have read the article titled "Non-Standard Fonts in PostScript and PDF Graphics", especia

Re: [R] More than two font in a plot

2010-06-30 Thread Jinsong Zhao
On 2010-6-30 17:20, baptiste auguie wrote: Hi, Another option would be the tikzDevice package, which lets you process all the text of your plot with LaTeX. I think the XeTeX variant might be the most straight-forward to mix different fonts using this approach. HTH, baptiste Thank you very

Re: [R] More than two font in a plot

2010-06-30 Thread baptiste auguie
Hi, Another option would be the tikzDevice package, which lets you process all the text of your plot with LaTeX. I think the XeTeX variant might be the most straight-forward to mix different fonts using this approach. HTH, baptiste On 29 June 2010 16:17, Jinsong Zhao wrote: > Hi there, > > I

Re: [R] More than two font in a plot

2010-06-30 Thread Patrick Connolly
On Wed, 30-Jun-2010 at 11:06AM +1200, Paul Murrell wrote: > Hi > > On 6/30/2010 2:17 AM, Jinsong Zhao wrote: >> Hi there, >> >> I am a Chinese R user. I hope to display Chinese character in a plot, >> and than save it in PostScript format. I have read the article titled >> "Non-Standard Fonts in P

Re: [R] More than two font in a plot

2010-06-29 Thread Paul Murrell
Hi On 6/30/2010 2:17 AM, Jinsong Zhao wrote: Hi there, I am a Chinese R user. I hope to display Chinese character in a plot, and than save it in PostScript format. I have read the article titled "Non-Standard Fonts in PostScript and PDF Graphics", especially the section about CJK fonts. I also