Open ljyao opened 4 years ago
Does it work in the "experimental" branch?
Does it work in the "experimental" branch?
No, you can test this test case
\begin{array}{cc}{-6-10} & {6-0} & {0+10} \{9-35}& {3-5} & {12-30}\end{array}
Are you sure your syntax is right? It looks a bit odd eg \{
Try
{\begin{array}{cc}-6-10&9-35 \\ 6-0&3-5 \\ 0+10&12-30 \\ \end{array}}
Are you sure your syntax is right? It looks a bit odd eg
\{
Try
{\begin{array}{cc}-6-10&9-35 \\ 6-0&3-5 \\ 0+10&12-30 \\ \end{array}}
Sorry,\
should be\\
\begin{array}{cc} {-6-10} & {6-0} & {0+10} \\{9-35}& {3-5} & {12-30}\end{array}
So there's a "c" missing - try:
\begin{array}{ccc} {-6-10} & {6-0} & {0+10} \\{9-35}& {3-5} & {12-30}\end{array}
So there's a "c" missing - try:
\begin{array}{ccc} {-6-10} & {6-0} & {0+10} \\{9-35}& {3-5} & {12-30}\end{array}
So what does ArrayOptions. complete
function mean?
The following align parameter can be missing
You're right the goal is to have auto "c" for missing specifiers. Feel free to propose a patch and a test (https://github.com/opencollab/jlatexmath/tree/experimental/jlatexmath/src/test/resources)
ArrayOptions
There is a problem with this function
Because its options.size == n+1 ,Should be like this for (int i = 0; i <= n - s; ++i)
Test case