home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GENE / GEDCHT16.ZIP / LABEL.PS < prev    next >
Text File  |  1993-12-30  |  204b  |  8 lines

  1. % Put PostScript code here to print a label on the chart
  2. /inch {72 mul} def
  3. /chart_label {
  4.     .15 inch .15 inch moveto
  5.     /Helvetica findfont 9 scalefont setfont
  6.     (Produced by Gedchart 1.6) show
  7. } def
  8.