Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -1/+2 |
| | | | | | remove trailing whitespace and blanks before tabs, improve some indenting; no functional change | ||||
* | Tuned the initial eqn output, making it completely simple. This | Kristaps Dzonsons | 2011-07-24 | 1 | -30/+24 |
| | | | | completes a full initial eqn system, so I'm tagging a release on it. | ||||
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -4/+4 |
| | |||||
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 1 | -6/+0 |
| | | | | list are delimited by their "aboveness" and it's superfluous. | ||||
* | Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+88 |
minimum: unseparated terms. |