Open greimel opened 2 weeks ago
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
Thanks for spotting this!
Until #319 goes through, another workaround is arraystyle="pmatrix" (with a string instead of a symbol).
arraystyle="pmatrix"
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