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 amsmath package define six environments for matrix:
matrix
pmatrix
bmatrix
Bmatrix
vmatrix
Vmatrix
For bmatrix, Bmatrix and Vmatrix we got a parse error.
index.html
\begin{bmatrix} a_11 & a_12 \\ a_21 & a_22 \end{bmatrix}
The text was updated successfully, but these errors were encountered:
Thanks, I think that is easy to fix, one just has to ensure that the open and close environment names match: https://github.com/fred-wang/TeXZilla/blob/master/base-commands.txt#L28 https://github.com/fred-wang/TeXZilla/blob/master/base-commands.txt#L65 https://github.com/fred-wang/TeXZilla/blob/master/TeXZilla.jison#L586
We also need unit tests for each command, that's not the case for matrix environments (issue #13)
Sorry, something went wrong.
Fix error with matrices environments
3156f0c
- Fix typos - Add test for matrices environments This should close issue fred-wang#14. NOTE: the matrices environments came from amsmath package.
No branches or pull requests
The amsmath package define six environments for matrix:
matrix
,pmatrix
,bmatrix
,Bmatrix
,vmatrix
,Vmatrix
.For
bmatrix
,Bmatrix
andVmatrix
we got a parse error.Steps to reproduce
index.html
with Firefox.bmatrix
withBmatrix
orVmatrix
):The text was updated successfully, but these errors were encountered: