I am trying to create a table in LaTex. The two methods for doing this I see involves using tabular or longtable. However they both have different issues I am not sure how to work around.
Longtables are good at handeling tables that extend onto the next page, but they always have to start at the top of a new page.
Tabular can start at any point in a page, but they cannot handle wrapping to the next page.
Is there an easy way to make a table that can start midway on a page, and extend over to the next?
Thank you!