Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.text,comp.sources.wanted Subject: Re: How can I get TeX in C? Message-ID: <26395@rochester.ARPA> Date: Thu, 26-Mar-87 13:44:23 EST Article-I.D.: rocheste.26395 Posted: Thu Mar 26 13:44:23 1987 Date-Received: Sat, 28-Mar-87 02:52:16 EST References: <281@pluto.UUCP> <1502@husc6.UUCP> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 26 Xref: utgpu comp.text:579 comp.sources.wanted:798 Sizes of TeX and LaTeX... On our Vaxen running 4.2: text data bss dec hex 264192 579584 0 843776 ce000 /usr/staff/bin/tex 264192 579584 0 843776 ce000 /usr/staff/bin/latex On our Vaxen running 4.3: text data bss dec hex 261120 581632 0 842752 cdc00 /usr/staff/bin/tex 261120 581632 0 842752 cdc00 /usr/staff/bin/latex On our Sun-2's running 2.0: text data bss dec hex 217088 610304 0 827392 ca000 /usr/staff/bin/tex 217088 610304 0 827392 ca000 /usr/staff/bin/latex On our Sun-3's running 3.2: text data bss dec hex 221184 589824 0 811008 c6000 /usr/staff/bin/tex 221184 589824 0 811008 c6000 /usr/staff/bin/latex TeX has been made to run on 8088 machines (PC's). You should start from the C version. Good luck. Ken