Skip to main content

Questions tagged [tables]

{tables} is about the tabular environment and related packages such as {array}, {booktabs}, {tabularx}, {tabu}, {tabularray} and {longtable}. For questions about the table environment (i.e., about floating or positioning), use {floats} instead.

3 votes
1 answer
30 views

I'm working on a frame where I progressively show four different images using two different datasets and across two different conditions. Hence, I was thinking to use a 2×2 table to do so. However, I'...
Matteo's user avatar
  • 827
4 votes
0 answers
41 views

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 ...
cis's user avatar
  • 14.3k
4 votes
1 answer
75 views

For a book project we're experimenting with configuring glossary. In our case we'd like to use xltabular. But sometimes the term in the first column is a bit wide, in that case we'd like to use \...
daleif's user avatar
  • 58.7k
3 votes
1 answer
109 views

I am trying, for the purposes of a reusable library, to create dynamic class names in tabularray. Here is my minimal code: \documentclass{article} \usepackage{tabularray} \usepackage{xcolor} \date{} \...
Mariuslp's user avatar
  • 183
3 votes
2 answers
162 views

Can I configure this loop, or a similar loop, to add rows until the end of the text body is reached? A small gap at the end will probably be unavoidable. Could this be achieved with \pdfpos? \...
cis's user avatar
  • 14.3k