/* * 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"