home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / source / web2c-6.1 / web2c / tex / convert.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-23  |  399b  |  17 lines

  1. /*
  2.  * Convert TeX to C.
  3.  */
  4.  
  5. Address Command
  6.  
  7. "type ../lib/common.defines ../lib/texmf.defines ../lib/texmfextras.defines tex.p > temp_a"
  8. "../web2c/web2c -t -handytexmf.h < temp_a > temp_b"
  9. "../web2c/fixwrites -t < temp_b > temp_c"
  10. "../web2c/regfix < temp_c > temp_d"
  11. "../web2c/splitup < temp_d"
  12.  
  13. "type coerce.h andycoerce.add > xcoerce.h"
  14. "copy xcoerce.h coerce.h"
  15.  
  16. "delete xcoerce.h temp_? quiet"
  17.