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
When LaTeX calculates the space requirements for floats it does so incorrectly if the float doesn't fit into the first area it tries. In the second and third area it adds additional space (from \textfloatsep or \floatsep) without removing \intextsep again. Thus, there are cases when a [t] fits but the same float as [ht] doesn't fit. Same, but less likely a problem: when [b] by its own fits [tb]or [hb] may not fit.
* fix for #1645 (WIP)
* update some tlgs
* more tlgs
* grummel
* changelog, internal rename, ltnews41
* small editorial changes
* typo
* fix typos; added another test for rollback
* add another test and correct previous one
* overlooked one suggestion
Brief outline of the bug
When LaTeX calculates the space requirements for floats it does so incorrectly if the float doesn't fit into the first area it tries. In the second and third area it adds additional space (from
\textfloatsep
or\floatsep
) without removing\intextsep
again. Thus, there are cases when a[t]
fits but the same float as[ht]
doesn't fit. Same, but less likely a problem: when[b]
by its own fits[tb]
or[hb]
may not fit.Minimal example showing the bug
Log file (required) and possibly PDF file
Relevant portion of the log
\@reqcolroom
should not change from one test to the next:The text was updated successfully, but these errors were encountered: