summaryrefslogtreecommitdiffstats
path: root/eqn_html.c
Commit message (Expand)AuthorAgeFilesLines
* The header file "html.h" uses enum roff_tok,Ingo Schwarze2019-03-171-0/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze2017-07-141-0/+3
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-3/+6
* Consistently treat character escape sequences as operators,Ingo Schwarze2017-06-231-8/+14
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-231-3/+49
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-8/+8
* 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