home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1084.lha / Programs / MathScript / init.ps next >
Text File  |  1995-02-08  |  262b  |  11 lines

  1. /MathScriptDict 7 dict def
  2. MathScriptDict begin
  3. /ft {/PSFont findfont exch scalefont setfont} def
  4. /mk {/PSFont findfont exch makefont setfont} def
  5. /gs {gsave} def
  6. /gr {grestore} def
  7. /rm {rmoveto} def
  8. /s {show} def
  9. /ln {setlinewidth rlineto gs stroke gr} def
  10. end
  11.