aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-5/+8
* Note GNU extensions in eqn.7. Also add `col' and `pile', which areKristaps Dzonsons2011-07-231-1/+3
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-231-24/+55
* Raise a warning when text follows the `EN'.Kristaps Dzonsons2011-07-231-2/+8
* Add `fat' font. This pretty much brings us in line with the secondKristaps Dzonsons2011-07-231-1/+2
* Ignore `back', `fwd', `up', `down', `mark', and `lineup'.Kristaps Dzonsons2011-07-231-4/+30
* Add matrix support. Also remove "above" notion, as all elements in aKristaps Dzonsons2011-07-231-2/+57
* The circumflex is also a special space character.Kristaps Dzonsons2011-07-231-2/+3
* Check for and throw away `gfont' eqn macros.Kristaps Dzonsons2011-07-221-2/+17
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-221-12/+32
* Add all rendered symbols used by eqn. I use the Second-Edition User'sKristaps Dzonsons2011-07-221-43/+88
* Support translating Greek characters in eqn.Kristaps Dzonsons2011-07-221-1/+95
* Fix left/right nesting in eqn.Kristaps Dzonsons2011-07-221-4/+8
* Protect macro expansion.Kristaps Dzonsons2011-07-221-2/+2
* Use a macro instead of doing a string-fragment compare. I just getKristaps Dzonsons2011-07-221-29/+24
* Give lists their own eqn function.Kristaps Dzonsons2011-07-221-36/+51
* Accomodate for hard-spaces with tildes. For now, consider them regularKristaps Dzonsons2011-07-221-5/+17
* Fix eqn handling of PILE clauses (multiple ABOVE statements may beKristaps Dzonsons2011-07-211-18/+15
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-211-117/+232
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-211-3/+13
* Full support for eqn positionals (above, over, sup, sub, etc.).Kristaps Dzonsons2011-07-211-3/+22
* Add eqn subexpression fonts.Kristaps Dzonsons2011-07-211-13/+32
* Add support for markers. These decorate the last box: see eqn.7.Kristaps Dzonsons2011-07-211-6/+34
* Support nested `{, }' subexpressions in eqn. Document in code.Kristaps Dzonsons2011-07-211-11/+50
* Make `undef' not expand its argument before undefining it. DocumentKristaps Dzonsons2011-07-211-16/+22
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-32/+65
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-185/+181
* Definitions in eqn.7 are actually recursive. Do this and add crudeKristaps Dzonsons2011-07-181-8/+30
* Fix lost allocation.Kristaps Dzonsons2011-07-171-3/+1
* Remember to NULL-ify new keys/vals.Kristaps Dzonsons2011-07-171-1/+2
* Provide implementations of `define', `set', and `unset'.Kristaps Dzonsons2011-07-171-56/+197
* Warn if equation `define' key is quoted (groff-ism).Kristaps Dzonsons2011-07-171-5/+17
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-171-7/+112
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-121-2/+4
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-221-2/+1
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-1/+2
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-3/+3
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-0/+81