-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
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
ArrayOptions IndexOutOfBoundsException #62
Comments
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 |
Sorry,
|
So there's a "c" missing - try:
|
So what does The following align parameter can be missing |
You're right the goal is to have auto "c" for missing specifiers. |
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
The text was updated successfully, but these errors were encountered: