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
arraystyle = (:pmatrix|:bmatrix)
When using the pmatrix or bmatrix environments, one needs to omit the alignment instructions like {cc}.
pmatrix
bmatrix
{cc}
https://github.com/korsbo/Latexify.jl/blob/ad0ab404442ee50b2536e98b69d9dd17dc08086a/test/latexarray_test.jl#L125C1-L126C5
Currently, using arraystyle = :pmatrix produces this
arraystyle = :pmatrix
(the ccc shouldn't be there).
ccc
arraystyle = :round
The text was updated successfully, but these errors were encountered:
Thanks for spotting this!
Until #319 goes through, another workaround is arraystyle="pmatrix" (with a string instead of a symbol).
arraystyle="pmatrix"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using the
pmatrix
orbmatrix
environments, one needs to omit the alignment instructions like{cc}
.https://github.com/korsbo/Latexify.jl/blob/ad0ab404442ee50b2536e98b69d9dd17dc08086a/test/latexarray_test.jl#L125C1-L126C5
Currently, using
arraystyle = :pmatrix
produces this(the
ccc
shouldn't be there).Workaround:
arraystyle = :round
The text was updated successfully, but these errors were encountered: