class LimitsProcessor(MathsProcessor):
Method | checkcommand |
Check for the given type as the current element. |
Method | checklimits |
Check if the current position has a limits command. |
Method | checkscript |
Check if the current element is a sub- or superscript. |
Method | getlimit |
Get the limit for a limits command. |
Method | getscript |
Get the sub- or superscript. |
Method | limitsahead |
Limit the current element based on the next. |
Method | modifylimits |
Modify a limits commands so that the limits appear above and below. |
Method | modifyscripts |
Modify the super- and subscript to appear vertically aligned. |
Method | process |
Process the limits for an element. |
Inherited from MathsProcessor
:
Method | __unicode__ |
Return a printable description. |