home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / printcar / printcar.exe / PrintCardDB / VerticalCard.ps < prev   
Text File  |  2000-06-10  |  697b  |  38 lines

  1. %!PS-Adobe
  2. %
  3. % Business card template. Vertical style.
  4. %
  5. % $Id: VerticalCard.ps,v 1.2 2000/06/10 00:19:36 sergey Exp $
  6. %
  7.  
  8. % Note:
  9. % PrintCardLibrary.ps must be included first!
  10.  
  11. %--- Card layout
  12.  
  13. % -- x y
  14. /PersonalInfoPos {
  15.     FrameMargin FrameMargin neg
  16. } def
  17.  
  18. % -- x y
  19. /AddressInfoPos {
  20.     { AddressBlock } BlockSize exch pop
  21.     { ContactBlock } BlockSize exch pop
  22.     add CharSize exch pop add /height exch def
  23.     FrameMargin
  24.     FrameHeight FrameMargin sub height sub neg
  25. } def
  26.  
  27. % -- x y
  28. /ContactInfoPos {
  29.     { ContactBlock } BlockSize /height exch def pop
  30.     FrameMargin
  31.     FrameHeight FrameMargin sub height sub neg
  32. } def
  33.  
  34. %--- main
  35.  
  36. Main
  37. showpage
  38.