[comp.text.tex] tex/metafont for xenix 2.0?

gwoho@nntp-server.caltech.edu (g liu) (02/13/91)

is there tex/metafont for xenix 2.0?
i didn't look, but my impression is that the source is in pascal.
are there any freely copyable pascal compilers?
are there any freely copyable pascal to c compilers?
would it be dumb to put the thing through a pascal to c compiler, then
put it through a c compiler?
thank you for any responses.
gwoho liu.

fleming@ (Dennis Fleming) (02/13/91)

In article <1991Feb12.231433.13640@nntp-server.caltech.edu> gwoho@nntp-server.caltech.edu (g liu) writes:
>is there tex/metafont for xenix 2.0?


TurboTex is a C source version of TeX.  It supposed compiles straight
onto MSDOS, Unix sys V for 68000and BSD 4.3.  I once faint heartedly
tried to compile it on my Xenix system,  but it didnt work at first.
I dont remember why.   In any case you should be able to hack something out.
I got my copy through Austin Code Works.  Sorry, I dont have the address
handy,  but you can get their address in most Byte or Dr Dobbs mags.


	Dennis Fleming
	Dept of Electrical and Computer Engineering
	University of Calif., Irvine

srodawa@vela.acs.oakland.edu (Ron Srodawa) (02/14/91)

In article <1991Feb12.231433.13640@nntp-server.caltech.edu> gwoho@nntp-server.caltech.edu (g liu) writes:
>is there tex/metafont for xenix 2.0?

I don't know what the capabilities of your xenix are, but I have compiled the
TeX3.0 sources on Xenix/386 rel 2.3.2.  I used gcc as the compiler.  I think I
have compiled it under cc also.  There is a trnalation from web (the original
language) to C.  The source file set is huge.  I will be making the /386
binaries available after a little more testing.  Ron.

-- 
| Ronald J. Srodawa               | Internet: srodawa@vela.secs.oakland.edu |
| School of Engineering and CS    | UUCP:     srodawa@vela.UUCP             |
| Oakland University              | Voice:    (313) 370-2247                |
| Rochester, Michigan  48309-4401 |                                         |

acmfiu@serss0.fiu.edu (ACMFIU) (02/15/91)

In article <1991Feb12.231433.13640@nntp-server.caltech.edu> gwoho@nntp-server.caltech.edu (g liu) writes:
>is there tex/metafont for xenix 2.0?
>i didn't look, but my impression is that the source is in pascal.
>are there any freely copyable pascal compilers?
>are there any freely copyable pascal to c compilers?
>would it be dumb to put the thing through a pascal to c compiler, then
>put it through a c compiler?
>thank you for any responses.
>gwoho liu.

i would suggest going the route of a pascal to C compiler (well, not a 
compiler but a translator). i'm putting the finishing touches on a shell
script that handles the conversion of tex.web to C using Dave Gillespies
p2c program. i also use csplit and sed to do some things. i've compiled
the result (i split up the resulting tex.c file into 45+ C files composed
of the various parts of TeX ... see computers and typesetting vol. 2 for
info on these parts). anyway, TeX seems to work fine, although i haven't
passed the trip test yet. i'm double checking things to make sure i haven't
done anything wrong.

i've used the initex.ch file from the web2c conversion utility as a base
for the conversion of this. i've made some modifications and it seems to
work well.

albert