You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
The longtable commands
endhead
,endfirsthead
,endfoot
andendlastfoot
append{}
after the command, which breaks when there is ahline
right after one of these commands. For examplerenders as
which fails with "misplaced \noalign". The correct LaTeX code seems to be
The text was updated successfully, but these errors were encountered: