!  -------------------------------------------------------------------
!  -- UNPACK.SET  --  version 1.26  --  20 Mar 1990  --  UserWare  -
!  -------------------------------------------------------------------
!  This setup file for HardCopy.EXE can be used to "unpack" books 
!  compressed with the PackBook utility program, for further study.
!
!  -> You do NOT need to use this to print a packed book.
!  -> You do NOT need to use this to view a packed book through Iris.
!
!  You ONLY need to use this if you want to decompress a packed book
!  and save the text to a disk file, and only if the book was not
!  Coded as well as Packed.
!
!  To use: HARDCOPY  PackedName.PGE UnPackedName.PGE SET=UNPACK.SET
! 

; MODE -- printer type: Plain  ASCII  Graphics  or  Literal

  MODE=LITERAL


; TOP margin -- Blank lines for top of each page

  TOP=0

; HEADER -- Print  " filename  ..  page# "  header

  HEADER=NO


; LEFT margin -- column for first character on line.

  LEFT=1

; LINE length -- number of characters to print after left margin.

  LINE=127

; WRAP -- wrap long lines?

  WRAP=NO


; PAGE length -- number of text lines before form feed

  PAGE=64

; KEEP -- try and keep paragraphs together?

  KEEP=NO

; BLANK -- do blank lines separate paragraphs?

  BLANKS=NO


; FORM feed -- End page with FormFeed character (^L)?

  FORM=NO


; TABLE -- print table of Iris-type page names?

  TABLE=NO


