Results 2 comments of Tanya Schmah

I just encountered a related error. If I run `TexSoup(r'What is \[\left(2\right)\]')` I get `EOFError: [Line: 0, Offset: 21] "displaymath" env expecting \].` Inserting a space after \right leads to...

A further example of non-matching brackets not parsing correctly: `'\\( [ \\infty [ \\)'` fails ("TexSoup could not find matching punctuation for: [.") Whereas `'\\( [ a [ \\)'` and...