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
{multline} of the package amsmath should be added to the list of environments to be ignored as per example:
amsmath
\documentclass{report} \begin{document} \begin{multline} z_{n+2}+pz_{n+1}+qz_n=(y_{n+2}+py_{n+1}+qy_n)-\\ -C_1r^n(r^2+pr+q)-C_2nr^n(r^2+pr+q)-C_2r^nr(2r+p). \end{multline} \end{document}
The text was updated successfully, but these errors were encountered:
Also add {cases} too, as per examples below:
\documentclass{report} \begin{document} \begin{cases} 2s - 0 \le s \le 1/2\\ \end{cases} \end{document}
Sorry, something went wrong.
No branches or pull requests
{multline} of the package
amsmath
should be added to the list of environments to be ignored as per example:The text was updated successfully, but these errors were encountered: