Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Tle longtable package issue with endfirsthead etc. followed by hline #155

@lahvak

Description

@lahvak

The longtable commands endhead, endfirsthead, endfoot and endlastfoot append {} after the command, which breaks when there is a hline right after one of these commands. For example

endhead <> hline <> "Some text"

renders as

\endhead{}\hline Some text

which fails with "misplaced \noalign". The correct LaTeX code seems to be

\endhead\hline Some text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions