summaryrefslogtreecommitdiffstats
path: root/eqn.c
Commit message (Expand)AuthorAgeFilesLines
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-211-2/+12
* Full support for eqn positionals (above, over, sup, sub, etc.).Kristaps Dzonsons2011-07-211-2/+21
* Add eqn subexpression fonts.Kristaps Dzonsons2011-07-211-12/+31
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-211-5/+33
* Support nested `{, }' subexpressions in eqn. Document in code.Kristaps Dzonsons2011-07-211-10/+49
* Make `undef' not expand its argument before undefining it. DocumentKristaps Dzonsons2011-07-211-15/+21
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-31/+64
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-184/+180
* Definitions in eqn.7 are actually recursive. Do this and add crudeKristaps Dzonsons2011-07-181-7/+29
* Fix lost allocation.Kristaps Dzonsons2011-07-171-2/+0
* Remember to NULL-ify new keys/vals.Kristaps Dzonsons2011-07-171-0/+1
* Provide implementations of `define', `set', and `unset'.Kristaps Dzonsons2011-07-171-55/+196
* Warn if equation `define' key is quoted (groff-ism).Kristaps Dzonsons2011-07-171-4/+16
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-171-6/+111
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-121-1/+3
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-1/+0
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-0/+1
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-2/+2
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-0/+81