Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-08 | OMath: Finish initial cleanup. | Jesse Rosenthal | 1 | -522/+50 | |
This gets rid of commented-out functions, cleans up whitespace errors, and exports and imports the correct functions. | |||||
2014-08-08 | OMath: Remove Namespaces | Jesse Rosenthal | 1 | -285/+288 | |
We still need to test against prefixes, but this is only going to look at oMath fragments, so we're not going to be worried about looking up the real namespace. | |||||
2014-08-08 | OMath: Start phasing out internal OMath type. | Jesse Rosenthal | 1 | -0/+276 | |
This is the first step in removing the intermediate OMath type, which we no longer need since we're writing straight to TeXMath Exp. | |||||
2014-08-08 | OMath parser: don't group expressions if there's only one. | Jesse Rosenthal | 1 | -3/+3 | |
2014-08-07 | OMath module: Add new file. | Jesse Rosenthal | 1 | -0/+622 | |