aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn_html.c
Commit message (Expand)AuthorAgeFilesLines
* do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze2017-07-141-1/+4
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-3/+3
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-4/+7
* Consistently treat character escape sequences as operators,Ingo Schwarze2017-06-231-9/+15
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-231-4/+50
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-9/+9
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-35/+29
* 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