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 >
Wrap
OS/2 REXX Batch file
|
1995-03-23
|
399b
|
17 lines
/*
* Convert TeX to C.
*/
Address Command
"type ../lib/common.defines ../lib/texmf.defines ../lib/texmfextras.defines tex.p > temp_a"
"../web2c/web2c -t -handytexmf.h < temp_a > temp_b"
"../web2c/fixwrites -t < temp_b > temp_c"
"../web2c/regfix < temp_c > temp_d"
"../web2c/splitup < temp_d"
"type coerce.h andycoerce.add > xcoerce.h"
"copy xcoerce.h coerce.h"
"delete xcoerce.h temp_? quiet"