On 2/20/07, Andrew Lentvorski <[EMAIL PROTECTED]> wrote:
I'm doing a lot of work with truth tables and digital logic for my
class.  I'm really beginning to loathe creating tables by hand.

Anybody have any suggestions for a way to enter data in a nice tabular
form and then have a program spit out either a <table></table> or
<div></div> HTML file?


To go back to one of the original applications of Unix, slightly updated:

$ man gtbl
$ man groff

$ groff -t -Thtml infile > outfile.html  # -t says preprocess with
gtbl, -T says make html

No, I haven't tried this recently.

   carl
--
   carl lowenstein         marine physical lab     u.c. san diego
                                                [EMAIL PROTECTED]


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to