Skip to content
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

maximum amount of columns in a table is 3 #1

Open
TheOOnewbie opened this issue Aug 11, 2022 · 0 comments
Open

maximum amount of columns in a table is 3 #1

TheOOnewbie opened this issue Aug 11, 2022 · 0 comments

Comments

@TheOOnewbie
Copy link

TheOOnewbie commented Aug 11, 2022

while using this code string[,] elements = new string[3, 5];

        elements[0, 0] = "Pizza";
        elements[0, 1] = "Pane";
        elements[0, 2] = "Spaghetti";
        elements[0, 3] = "Spaghetti";
        elements[0, 4] = "Spaghetti";

        elements[1, 0] = "1";
        elements[1, 1] = "2";
        elements[1, 2] = "3";

        elements[2, 0] = "4";
        elements[2, 1] = "5";
        elements[2, 2] = "6";

        lt.Add(new LatexTable(elements));

it fails and says (! Extra alignment tab has been changed to \cr.
\endtemplate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant