Search found 4 matches
- Wed Mar 20, 2019 8:48 pm
- Forum: General
- Topic: first entry of enumerate rendered off-page
- Replies: 6
- Views: 5073
first entry of enumerate rendered off-page
I found the cause of my problem. There's a bug in longtable (first reported in 2003!) that causes it to run text off the end of a page when floats end up on the same page. Bug and patch that fixes it are at https://www.latex-project.org/cgi-bin/l ... tools/3512
- Tue Mar 19, 2019 7:37 pm
- Forum: General
- Topic: first entry of enumerate rendered off-page
- Replies: 6
- Views: 5073
first entry of enumerate rendered off-page
In my file that \setlist{nolistsep} is commented out.
Replacing nolistsep with noitemsep does fix the problem, but I don't want that. I want no separation between lines in the steps environment, but of course I never ever want anything rendered off the end of the page. Is there some other way to ...
Replacing nolistsep with noitemsep does fix the problem, but I don't want that. I want no separation between lines in the steps environment, but of course I never ever want anything rendered off the end of the page. Is there some other way to ...
- Mon Mar 18, 2019 9:39 pm
- Forum: General
- Topic: first entry of enumerate rendered off-page
- Replies: 6
- Views: 5073
first entry of enumerate rendered off-page
Thanks, Stefan!
I've made the whole thing one big .tex file and cut out most of the unnecessary bits.
I've attached the .tex file, .log, console log, and the final pdf. You can see the problem on the page break between the penultimate and last pages of the pdf, where item number 1 is missing from ...
I've made the whole thing one big .tex file and cut out most of the unnecessary bits.
I've attached the .tex file, .log, console log, and the final pdf. You can see the problem on the page break between the penultimate and last pages of the pdf, where item number 1 is missing from ...
- Fri Mar 15, 2019 11:39 pm
- Forum: General
- Topic: first entry of enumerate rendered off-page
- Replies: 6
- Views: 5073
first entry of enumerate rendered off-page
I have an issue that I completely don't understand, where the first line of an enumerate goes missing. It's probably not quite that straightforward, because the start of the subsubsection itself already looks too low on the page to me. You can see the problem in https://github.com/riscv/riscv-debug ...