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.

7
  • Thanks, that was very helpful. Unfortunately someone closed my question, claiming it was a duplicate, so I modified it to be more clear. Hope it's okay. Commented Dec 11, 2023 at 20:08
  • sure I reopened the question so I could post an answer @somewhere Commented Dec 11, 2023 at 20:10
  • I added \setlength{\intextsep}{-10.1pt} \raggedbottom. But this still suffers from the problem I alluded to: When the table extends beyond the page, it just gets truncated and doesn't start a new page. I'm trying to avoid setting \begin{table}...\end{table} manually. Do you have any suggestions for that? Commented Dec 11, 2023 at 21:41
  • Also, do you mind helping me understand what do you mean by "which means do not allow the float anywhere. ? Commented Dec 11, 2023 at 21:43
  • @somewhere [tbp] means allow floats top bottom or on a float page, [th] means allow floats top or here [h] means allow just here (this usually gets changed to [ht]) so [] means don't allow floats anywhere. An argument of [] is not the same as not having the optional argument at all: use \begin{table} not \begin{table}[] just as \\ is not the same as \\[] (which gives an error) Commented Dec 11, 2023 at 21:47