home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.4 KB | 63 lines |
- .name
- HWGPost
- .type
- Library
- .short
- PostScript Library w/many Level 2 feat.
- .description
- What you get here is the seventh version of HWGPOST that is publically
- available. It is still rather raw. My intention is to abuse you as beta
- tester. ;^)
-
- HWGPOST is project that I started because I had some problems with
- post.library 1.7 (and 1.86 where post.library stayed the same) not
- handling some PostScript code correctly. So I built on the post 1.7
- source. HWGPOST is IMHO a major step towards PostScript Level 2
- already and as time and motivation permits it will hopefully become a
- R&W book compliant PostScript Level 2 interpreter library with maybe
- some Display PostScript extensions.
-
- Currently this archive is probably mostly useful to users of
- post.library up to 1.7 or users of applications like AmigaTeX which
- rely on post.library.
- .version
- 22.28
- .date
- 1995.09.17
- .author
- Heinz Wrobel
- .requirements
- Requires OS2.04+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Karlstr. 16
- 82131 Gauting
- Germany
- .email
- heinz@hwg.muc.de
- .docs
- README.FIRST
- hwgpostlib.doc
- History
- .described-by
- Dan Fish (daf@daffy.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- text/print
- .execute
- set choice `RequestChoice "HWGPost" "Please select an option" "View Readme" "View Doc" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README.FIRST TEXT
- endif
-
- if $choice EQ "2"
- MetaTool hwgpostlib.doc TEXT
- endif
-