home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.5 KB | 71 lines |
- .name
- Analay
- .type
- Scientific
- .short
- Graphing with integrated page layout
- .description
- Analay is a new math graphing program with integrated page layout. It
- combines its math functions with a DTP program, enabling the user to
- lay out scientific pages very quickly and easily.
- .version
- 1.11
- .date
- 1995.05.03
- .author
- Marc Necker
- .restrictions
- Printing & saving are disabled
- Loading a configuration is disabled
- .requirements
- 1.5 Mb RAM
- OS2.0+
- .distribution
- Copyrighted but Freely Redistributable without the key-file
- .price
- 30 DM for program with key-file.
- .address
- Sulzauerstr. 15
- 70563 Stuttgart
- Germany
- .email
- Marc@buster.tynet.sub.org
- .construction
- The program was written using the Amiga-Oberon compiler by Fridtjof
- Siebert. It uses the garbage collector of this Oberon system, which
- makes it much larger than programs not using the garbage collector.
- However it runs very fast and, using the garbage collector, very
- stably.
- .docs
- AnalayDeutsch.guide
- AnalayEnglish.guide
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted electronically directly by the author.
- .aminet-dir
- misc/math
- .execute
- set orgdir `cd`
- LAB start
- failat 10
- unset filechoice
- unset dirchoice
- cd $orgdir
- set choice `RequestChoice "Analay" "Please select an option" "English Guide" "Deutsch Guide" "Run" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool AnalayEnglish.guide GUIDE
- else
- if $choice EQ "2"
- MetaTool AnalayDeutsch.guide GUIDE
- else
- if $choice EQ "3"
- assign Analay: ""
- WBRun Analay
- endif
- endif
- endif
- skip start BACK
- endif
-