[6361] in s-news-athena
dos:latex.table/translate/tr/sed, follow-up
daemon@ATHENA.MIT.EDU (Christian Ritter)
Thu Feb 2 07:18:14 1995
Date: Thu, 2 Feb 95 12:55:12 +0100
From: ritter@stat.ucl.ac.be (Christian Ritter)
To: s-news@utstat.toronto.edu
Since the number of "I'm interested too" messages was higher than 10 I'm
posting this follow-up to the net.
I might be wrong, but the splus/dos/mswindows port of latex.table may be
trivial. The following is needed:
S-function: latex.table (get from statlib)
version of tr.exe (tr ported to dos) (e.g. simtel20/sysutils)
version of sed.exe (sed ported to dos) (e.g. gnuish)
put those two into a directory your search path points to
S-function: translate (dump on a unix machine and port to pc)
modify translate by replacing the call
unix(...)
by
dos(...)
I did some initial tests and it seemed to work. Chris.
..
\/