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.
5 questions from the last 7 days
3
votes
1
answer
30
views
organize images in a table with description
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'...
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
1
answer
75
views
Building table lines via conditional
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 \...
3
votes
1
answer
109
views
Dynamic class/id name in tabularray
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{}
\...
3
votes
2
answers
162
views
tabular: add lines until the end of the text body is reached
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?
\...