aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn_html.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling in the eqn(7) parser.Ingo Schwarze2014-10-121-5/+9
* Drop trailing whitespace, adjust a few indentations,Ingo Schwarze2014-10-101-10/+10
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-145/+112
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-281-5/+8
* Crudely accomodate for matrices by way of adjacent tables. We don't do thisKristaps Dzonsons2014-09-281-1/+10
* Support a decent subset of eqn(7) in MathML.Kristaps Dzonsons2014-09-281-27/+155
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-5/+5
* Tuned the initial eqn output, making it completely simple. ThisKristaps Dzonsons2011-07-241-30/+22
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-0/+89