mvertes / txt2man

txt2man converts text to man page
GNU General Public License v2.0
57 stars 10 forks source link

Support for "eqn" equations and "tbl" tables in src2man? #32

Open cesss opened 4 years ago

cesss commented 4 years ago

I'm wondering if you have considered adding support for equations and tables by transparently invoking eqn and tbl from src2man.

From time to time, I see manpages with beautiful ASCII math and ASCII tables on them, and I'd like to be able to make use of that in the manpages for my C code documentation as well.

Ideally, this would work for PDF output too, because eqn and tbl can be processed into nice-looking PS output IIRC.