Skip to content

"You have written too many alignment tabs in a table" error in latex output #49

@MaxGhenis

Description

@MaxGhenis

I got this error in all my table exports, in several lines per table:

Extra alignment tab has been changed to \cr.
You have written too many alignment tabs in a table, causing one of them to be turned into a line break. Make sure you have specified the correct number of columns in your table.

I fixed it by replacing (e.g. in a 3-model table)

\begin{tabular}{@{\extracolsep{5pt}}lcc}

with

\begin{tabular}{llcc}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions