Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    Why are you using longtable inside a table environment? Commented Feb 28, 2022 at 21:40
  • 1
    Welcome! The only scope of longtable is to break across pages, and floats (like table) can't be broken across pages. You either use a tabular inside your float environment, or use a longtable alone. Commented Feb 28, 2022 at 21:43
  • @egreg Those longtables had originally been created by pandoc. I was putting them into floats without considering the subleties @Rmano thankfully pointed out. Commented Feb 28, 2022 at 22:06