summaryrefslogtreecommitdiffstats
path: root/eqn_term.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+1
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-021-1/+1
* remove spacing after another representation of unary minusIngo Schwarze2017-08-231-2/+4
* remove spacing after unary minusIngo Schwarze2017-08-231-2/+4
* eliminate white space after opening and before closing punctuationIngo Schwarze2017-08-231-1/+7
* Suppress spacing before certain kinds of lists.Ingo Schwarze2017-08-231-2/+12
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-2/+2
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-071-5/+27
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-061-9/+8
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-051-3/+6
* Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze2017-02-121-4/+7
* Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze2015-01-011-8/+11
* major upgrade to eqn(7) terminal output;Ingo Schwarze2014-10-121-17/+64
* 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-1/+2
* Tuned the initial eqn output, making it completely simple. ThisKristaps Dzonsons2011-07-241-30/+24
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-4/+4
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-231-6/+0
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-0/+88