We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The cleaning of latex markup gets confused if a line starts with math mode and contains some more math later, e.g.:
Consider the following: Let $x=7$ and (blah blah) $y=5$ in the above formula.
The cleaning process mangles this and eats the middle part, and (blah blah) completely. Instead, it outputs parts of the two math bits.
and (blah blah)
The text was updated successfully, but these errors were encountered:
I suspect this line:
textidote/Source/Core/src/ca/uqac/lif/textidote/cleaning/latex/LatexCleaner.java
Line 413 in 9cd25a6
Sorry, something went wrong.
3d77030
No branches or pull requests
The cleaning of latex markup gets confused if a line starts with math mode and contains some more math later, e.g.:
The cleaning process mangles this and eats the middle part,
and (blah blah)
completely. Instead, it outputs parts of the two math bits.The text was updated successfully, but these errors were encountered: