Questions tagged [longtable]
{longtable} is for questions relating to the use of the longtable package, which allows for making tables that can be broken across pages.
5 questions from the last 30 days
4
votes
0
answers
41
views
longtable: gap below first subtable
The following longtable always starts at the top of the text-body.
I've noticed that the very first subtable in the following longtable has one less row than the other (page-height) subtables - even ...
4
votes
2
answers
57
views
When I use \hl inside of a longtable, the file says it's building forever but never builds
First off, here is my setup because I am certain that must be part of the problem. I'm using:
texlive 2025
VS Code with these extensions:
LaTeX by Mathematic Inc
LaTeX Workshop by James Yu
I have a ...
0
votes
1
answer
72
views
Make all subtables 'textheight' and 'textwidth' (table spanning multiple pages)
A table spans multiple pages and should have the same textwidth and textheight in all subtables.
Text-width is achieved using xltabular = "tabularx + longtable" (and yes, I need ...
2
votes
1
answer
59
views
Inconsistent vertical spacing: longtable cells vs. normal paragraphs for algebra solution steps
I'm creating a math worksheet for my Algebra 2 students with a two-column problem layout using longtable. I'm experiencing two related spacing issues with my step by step solutions layout:
...
0
votes
0
answers
20
views
Want glossaries style based on longtable covering the whole linewidth
The requirement is from styleguide of my company.
It means that in glossaries, abbreviation lists,
the short form is in the 1st column, the description is in the 2nd column.
The descriptions start one ...