home *** CD-ROM | disk | FTP | other *** search
- .name
- Makers
- .type
- Mathematical History/Biography
- .short
- Bio sketches of famous mathematicians
- .description
- This program contains brief biographical sketches of famous mathematicians
- in book form. In particular, it is a Hyperbook application and is
- self-contained. The HBBrowser program is included so no additional files are
- required to run the application.
- .version
- 1.5
- .date
- 1993.05.01 (May 1, 1993)
- .author
- Carmen Artino
- .restrictions
- None
- .requirements
- Any 680x0 processor, WB1.3 or later.
- .distribution
- Freeware
- .address
- P.O. Box 43
- Guilderland, NY 12084
- .email
- artinoc@rosnet.strose.edu
- .tested
- Amiga 500, Amiga 2000, Amiga 3000, and Amiga 4000 under WB1.3 and later.
- .docs
- Readme file in archive; How-to-use contained within program.
- .submittal
- Submitted on disk directly by the Author.
- .aminet-dir
- misc/math
- .execute
- set choice `RequestChoice "Makers" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Makers.readme TEXT
- endif
-
- if $choice EQ "2"
- assign Makers: ""
- assign fonts: fonts/ ADD
- HBBrowser Makers
- RequestChoice "Makers" "This will take several seconds to load" "OK"
- endif
-