| 94 | } |
| 95 | |
| 96 | inline bool IsLeftIndented(const EquationDetect::IndentType type) { |
| 97 | return type == EquationDetect::LEFT_INDENT || |
| 98 | type == EquationDetect::BOTH_INDENT; |
| 99 | } |
| 100 | |
| 101 | inline bool IsRightIndented(const EquationDetect::IndentType type) { |
| 102 | return type == EquationDetect::RIGHT_INDENT || |