Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out what's wrong with the "Allocator requirements" table and prevent it ever happening again #1571

Open
zygoloid opened this issue Mar 22, 2017 · 4 comments
Milestone

Comments

@zygoloid
Copy link
Member

zygoloid commented Mar 22, 2017

See #1567 for pictures of the problem: under some circumstances we end up with parts of a longtable outside the typeblock, overlapping the bottom margin and sometimes flowing off the bottom of the page.

TeX is providing us with no warning or other indication that this is happening.

See this reduced example of sources triggering the problem:

Rendering of reduced example

My suspicion is that it's a bug in the longtable package.

The required setup for the problem appears to be a page that contains:

  1. A table (in my case, at the top of the page, but I don't know whether that matters).
  2. A longtable that entirely fits within the page.
  3. Another longtable.

Under those circumstances, the permitted height of the second longtable before it first breaks to a new page appears to be miscomputed by an amount equal to the height of the floating table.

@jensmaurer jensmaurer added this to the C++17 IS milestone Mar 22, 2017
@zygoloid
Copy link
Member Author

We have confirmation that this is a longtable bug, but it's not clear that we have a reliable workaround. :(

For C++17, we'll be doing a manual page-by-page inspection of page breaks, so we don't need to block on this.

@zygoloid zygoloid removed this from the C++17 IS milestone Sep 15, 2017
@tkoeppe
Copy link
Contributor

tkoeppe commented Sep 15, 2017

@zygoloid: Can you add a link to the SE discussion so we have an entry point for the follow-up?

@jensmaurer
Copy link
Member

@jensmaurer jensmaurer added this to the C++20 milestone Jun 8, 2019
@zygoloid zygoloid modified the milestones: C++20, C++23 Mar 12, 2020
@jensmaurer
Copy link
Member

This occurs with the current status of the draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants