home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / math / mathscript / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-25  |  2.3 KB  |  95 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MathScript
  6. .type
  7. Word Processing
  8. .short
  9. Mathematical Formula Editor
  10. .aminet-dir
  11. misc/math
  12. .description
  13. MathScript is a formula editor, which is used to integrate mathematical
  14. formulas into word processors or DTP programs.  It has an extensive amount
  15. of mathematical and physical symbols and many control codes for creating
  16. fractions, roots, exponents...  Although MathScript has no WYSIWYG, the
  17. look of a formula can be seen immediately by its new preview feature.
  18. It saves its formulas as graphics files which are then loaded
  19. into word processors.  Available formats: EPS, Binary EPS, IFF, TIFF.
  20. Its ARexx port can automate this procedure (scripts for FinalWriter
  21. are included).  It supports multiple languages: english, deutsch,
  22. francais, svenska, suomi
  23. .version
  24. 2.1
  25. .date
  26. 1995.06.02
  27. .author
  28. Simon Ihmig
  29. .requirements
  30. Requires OS2.0+ (2.1+ for localization).  Also requires MUI V2.2+
  31. .distribution
  32. Shareware
  33. .price
  34. $15(US), DM20
  35. .address
  36. Beim Rauhen Hause 30
  37. 22111 Hamburg
  38. Germany
  39. .email
  40. Ihmig@tu-harburg.d400.de
  41. .docs
  42. Readme
  43. Liesmich
  44. Install.readme
  45. Docs/Changes
  46. Docs/English/FinalWriter.doc
  47. Docs/English/FinalWriter.guide
  48. Docs/English/MathScript.doc
  49. Docs/English/MathScript.guide
  50. Docs/Deutsch/FinalWriter.dok
  51. Docs/Deutsch/FinalWriter.guide
  52. Docs/Deutsch/MathScript.dok
  53. Docs/Deutsch/MathScript.guide
  54. .described-by
  55. Dan Fish (daf@starfish.amigalib.com)
  56. .submittal
  57. Downloaded via ftp from wuarchive.wustl.edu.
  58. .execute
  59. set choice `RequestChoice "MathScript" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
  60.  
  61. if $choice EQ "0"
  62.   quit 5
  63. endif
  64.  
  65. if $choice EQ "1"
  66.   set filechoice `RequestFile TITLE "Select File" DRAWER "Docs" PATTERN "#?.guide"`
  67.   set dirchoice `pathname $filechoice`
  68.   set filechoice `basename $filechoice`
  69.   failat 21
  70.   cd $dirchoice
  71.   MetaTool $filechoice GUIDE
  72. endif
  73.  
  74. if $choice EQ "2"
  75.   set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
  76.  
  77.   if $choice2 EQ "0"
  78.     quit 0
  79.   endif
  80.  
  81.   if $choice2 EQ "1"
  82.     Installer Install MathScript AVERAGE AVERAGE LANGUAGE deutsch
  83.   endif
  84.  
  85.   if $choice2 EQ "2"
  86.     Installer Install MathScript AVERAGE AVERAGE LANGUAGE english
  87.   endif
  88. endif
  89.  
  90. if $choice EQ "3"
  91.   assign MathScript: ""
  92.   assign fonts: fonts/ ADD
  93.   MathScript
  94. endif
  95.