home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 2.3 KB | 95 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MathScript
- .type
- Word Processing
- .short
- Mathematical Formula Editor
- .aminet-dir
- misc/math
- .description
- MathScript is a formula editor, which is used to integrate mathematical
- formulas into word processors or DTP programs. It has an extensive amount
- of mathematical and physical symbols and many control codes for creating
- fractions, roots, exponents... Although MathScript has no WYSIWYG, the
- look of a formula can be seen immediately by its new preview feature.
- It saves its formulas as graphics files which are then loaded
- into word processors. Available formats: EPS, Binary EPS, IFF, TIFF.
- Its ARexx port can automate this procedure (scripts for FinalWriter
- are included). It supports multiple languages: english, deutsch,
- francais, svenska, suomi
- .version
- 2.1
- .date
- 1995.06.02
- .author
- Simon Ihmig
- .requirements
- Requires OS2.0+ (2.1+ for localization). Also requires MUI V2.2+
- .distribution
- Shareware
- .price
- $15(US), DM20
- .address
- Beim Rauhen Hause 30
- 22111 Hamburg
- Germany
- .email
- Ihmig@tu-harburg.d400.de
- .docs
- Readme
- Liesmich
- Install.readme
- Docs/Changes
- Docs/English/FinalWriter.doc
- Docs/English/FinalWriter.guide
- Docs/English/MathScript.doc
- Docs/English/MathScript.guide
- Docs/Deutsch/FinalWriter.dok
- Docs/Deutsch/FinalWriter.guide
- Docs/Deutsch/MathScript.dok
- Docs/Deutsch/MathScript.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "MathScript" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" DRAWER "Docs" PATTERN "#?.guide"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "2"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
-
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- Installer Install MathScript AVERAGE AVERAGE LANGUAGE deutsch
- endif
-
- if $choice2 EQ "2"
- Installer Install MathScript AVERAGE AVERAGE LANGUAGE english
- endif
- endif
-
- if $choice EQ "3"
- assign MathScript: ""
- assign fonts: fonts/ ADD
- MathScript
- endif
-