Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...It's extraordinarily refreshing to see truly expert advice without having to wade through hipper than thou attitude..."

Geography

Where in the world do Tek-Tips members come from?

Automated Postscript from R graphics device

FScottDahlgren (Programmer)
22 Aug 08 15:15
Dear All,

I am having difficulties with creating PostScript documents using R graphics device.  Here are some assumptions I'm working under:

(1) the only way to show an alpha glyph is using the Symbol font.

(2) no encoding allows for regular latin characters and Symbols such as alpha.

Basically, I generate the postscript from R graphics, and the part that I want to change looks like this:

CODE

140.04 242.14 (Lower Limit,  a = 0.05) 0 0 0 t
140.04 227.74 (Upper Limit,  a = 0.05) 0 0 0 t

which I manually change to:

CODE

140.04 242.14 (Lower Limit,   = 0.05) 0 0 0 t
140.04 227.74 (Upper Limit,   = 0.05) 0 0 0 t
/Symbol 12 selectfont 211 242.14 moveto
/alpha glyphshow
211 227.74 moveto
/alpha glyphshow

Is there a better way to accomplish this?  Can I simply include some command to temporarily change fonts?  Is there a way to change the encoding files to include an extra glyph?  I've tried all of the above, but cannot do so.  The hack method works fine for my purposes; however, it is difficult to imagine that this would work for another user.  Your help is appreciated.
 

F. Scott Dahlgren
http://fdahlgr.mooo.com/

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close