home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / library / demoware / asymptot.hqx / Asymptote 1.1 Demo / Scripts / Utility Scripts / FigureNumber < prev    next >
Encoding:
Text File  |  1994-11-01  |  293 b   |  15 lines

  1. % FigureNumber label
  2.  
  3. % Add a figure number label to the page
  4. %
  5. %     label -- Figure number or label
  6. %
  7. % DESCRIPTION:
  8. % Add a figure to the bottom right corner of the page
  9. %   E.g. FigureNumber 1(a)
  10.  
  11. cliptoframe false
  12. pagemoveto pright 0.5 - pbottom 0.5 + 
  13. drawlabel centerleft Fig. &1
  14.  
  15. close