home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / mfjobpat.zip / mfjob.doc < prev    next >
Text File  |  1994-11-18  |  2KB  |  52 lines

  1. README for the MFJOB-Patcher for MFJOB of the emTeX betatest Version:
  2.  
  3. What is it good for?
  4. --------------------
  5.  
  6. The betatest dvidrv packages for emTeX can automatically generate fonts
  7. that are missing to display a DVI-file by calling MFJOB which calls
  8. MetaFont. However, the tfm-files created are deleted rather than copied
  9. to the directory where the tfm-files are stored.
  10. The MFJOB-Patcher changes the MFJOB input files that are passed from
  11. the dvidrv programs to MFJOB in order to make MFJOB move the tfm-files
  12. to the tfm directory.
  13.  
  14.  
  15. Restrictions:
  16. -------------
  17.  
  18. The MFJOB-Patcher only works under OS/2.
  19.  
  20. It compiles fine under DOS, too (with both Turbo-C 2.0 and emx), but I
  21. didn't manage to make it work under DOS. Maybe it'll work in future.
  22.  
  23.  
  24. Installation:
  25. -------------
  26.  
  27. 1. Rename your original MFJOB.EXE to MFJOB.ORG.
  28. 2. Copy the file MFJOB.EXE contained in this package to c:\emtex
  29.    (or whereever emTeX is installed).
  30.  
  31. The MFJOB-Patcher uses the TEXTFM environment variable to determine the
  32. directory where to put the tfm files. If TEXTFM is not set it uses the
  33. EMTEXDIR environment variable to find the base emtex directory and
  34. appends "\TFM" to this directory. If neither environment variable is set
  35. "C:\EMTEX\TFM" is assumed to be the tfm directory.
  36.  
  37.  
  38. Compile:
  39. --------
  40.  
  41. To compile the MFJOB-Patcher you need emx 0.8h. Unzip the archive to any
  42. directory and type "make" in this directory.
  43.  
  44. You may want to create a version of the program using method E1 (see
  45. emxdev.doc of emx 0.8h). To do this type "make -f makefile.e1".
  46.  
  47.  
  48. Johannes Martin
  49.  
  50. Email: jmartin@goofy.zdv.uni-mainz.de
  51.        z946785@corn.cso.niu.edu
  52.