class FormulaProcessor(object):
Method | italicize |
Italicize the given bit of text. |
Method | process |
Process the contents of every formula bit, recursively. |
Method | processcontents |
Process the contents of a formula bit. |
Method | processinsides |
Process the insides (limits, brackets) in a formula bit. |
Method | traverse |
Traverse a formula and yield a flattened structure of (bit, list) pairs. |
Method | traversewhole |
Traverse over the contents to alter variables and space units. |
Class Variable | processors |
Undocumented |