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