home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / docs_1 / readmema.cgi < prev    next >
Encoding:
Text File  |  1994-12-21  |  2.9 KB  |  62 lines

  1. The Macintosh version of Gist was created by Steve Langer
  2. (shl@icf.llnl.gov) from the Unix version written by Dave Munro.
  3. This file contains some short notes about the Macintosh version.
  4. Usage of the Mac version is largely self-explanatory.  If you want to
  5. find out about more details, please consult the documentation
  6. supplied with the Unix version.
  7.  
  8. Macintosh versions of gist are labeled by the version number 
  9. of the corresponding Unix release followed by the Mac version. 
  10. For example, version 1.0v2 means the second version based on 
  11. Unix release 1.0.
  12.  
  13.  
  14. Changes since the original release
  15. -------------------------
  16. Most of the changes since the first release are in the user interface. 
  17. If you double-click on a cgm file created by yorick, gist will be 
  18. launched. At this time, gist does not manage to open the cgm file, 
  19. but that should be fixed soon. 
  20.  
  21. The gist.dir file is no longer needed; macgist assumes that its 
  22. include and palette files are found in the same directory as 
  23. macgist itself.
  24.  
  25.  
  26. Installation
  27. ------------
  28. Gist is distributed in a self-extracting archive file. This version
  29. should run on any 68K Mac and under emulation on a PowerMac. 
  30. Gist reads binary CGM files and displays the plots on the screen. 
  31. Gist can save any desired combination of plots from the CGM file 
  32. in another CGM file or in a PostScript file. The Mac version of 
  33. gist can also save the currently displayed frame in a PICT file. 
  34.  
  35. CGM stands for "Computer Graphics Metafile". The CGM standard was
  36. originally developed for mainframe computer graphics, but it is now
  37. used on computers of all sizes, and even is used by some mainstream
  38. programs like Freelance Graphics by Lotus  Development. One of the
  39. unfortunate features of the CGM standard is that it provides many
  40. options for how to encode a file. gist does not attempt to read all
  41. CGM files. gist can read the  CGM files written by yorick without any
  42. loss of information. The preferences dialog in the edit menu provides
  43. an option to read cgm files made by the ATC GKS package, and this works
  44. reasonably for the files we make using ATC. Gist may work with other 
  45. types of binary cgm files, so go ahead and try it and see what happens.
  46.  
  47. The main use for macgist is making PICT files from a CGM file written 
  48. yorick. A specific case where it would be extremely useful is when 
  49. you have run a complex calculation with yorick on a Unix workstation
  50. and need to include the results in report written on a Macintosh.
  51.  
  52. Gist is distributed as a MacBinary self-extracting archive. 
  53. Use the MacBinary capability in your ftp program to download the
  54. "macgist.sea" file (I like using Fetch for this). Once you have 
  55. the "macgist.sea" file, double-click on it and it will automatically  
  56. split itself apart into the constituent files. If you also have 
  57. the Mac version of yorick, you can drag macgist into your yorick 
  58. directory and get rid of the Gist folder which is the same as 
  59. the one used by yorick.
  60.  
  61.  
  62.