| 133 | } |
| 134 | |
| 135 | void TeXParser::addRow() throw(ex_parse) { |
| 136 | if (!_arrayMode) throw ex_parse("Can not add row in none-array mode!"); |
| 137 | ((ArrayOfAtoms*)_formula)->addRow(); |
| 138 | } |
| 139 | |
| 140 | wstring TeXParser::getDollarGroup(wchar_t openclose) throw(ex_parse) { |
| 141 | int spos = _pos; |