Path: utzoo!attcan!uunet!jarthur!elroy.jpl.nasa.gov!usc!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Do TeX and Metafont exist under MINIX? Message-ID: <35466@nigel.ee.udel.edu> Date: 5 Nov 90 18:02:44 GMT Sender: mmdf@ee.udel.edu Lines: 14 I have run TeX under MINIX, but only the TEX --> DVI process, not a preview or a printer driver. Two ways possible: C-TeX, a version of TeX written in C. I have modified it to run on machines with 16-bit integers web2c: with this package, you can convert the web files to C programs. Note that I did all the preprocessing on a workstation and compiled the Programs there. C-Tex cannot compile under MINIX (68K,of course) since cpp tables overflow. C.v.W.