Skip to content

Supporting more equation environments #456

@tmke8

Description

@tmke8

I think I need to introduce something like this:

#[derive(Debug, Default)]
struct SequenceState {
    class: Class,
    table_state: Option<TableState>,
}

struct TableState {
    num_rows: usize, // needed for `multline`
    max_num_col_separators: usize, // needed for `alignedat` (and for `gather` and `multline` to ensure it's 0)
}

if table_state is None, we can introduce the check from #189 as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions