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.
18,575 questions
1
vote
1
answer
81
views
Breaking a Large Cell Across Pages in tabularray (or another environment)
I'm creating a table using the longtblr environment from the tabularray package in LuaLaTeX. The table's content will be generated dynamically, and consequently, some cells might contain a significant ...
4
votes
2
answers
104
views
I want to add some bullet point lists in each of the named cells under the resepctive letters. How do I do it?
It should look somehow like that:
\documentclass[10pt, aspectratio=169
]{beamer}
\usepackage{booktabs}
\begin{document}
\begin{frame}
\begin{table}[]
\caption{}
\label{tab:my-...
0
votes
0
answers
31
views
Table width issue when switching from single- to double-column layout in elsarticle (Elsevier template)
I am preparing a manuscript using Elsevier’s elsarticle class. According to the author guidelines, the review version should use a single-column layout (e.g., \documentclass[review,1p,times,authoryear]...
3
votes
2
answers
97
views
Tabular custom rules across certain columns
I'm using two custom table rules to reproduce the following table:
The codes below have problems at the edges, how to avoid the rules from producing extra spaces and extra length.
\documentclass{...
0
votes
1
answer
50
views
how to create landscape-oriented LaTeX table used in systematic reviews or survey papers
How to create a table like this with LaTeX?
5
votes
1
answer
119
views
Suppress table and table caption, but remove resulting blank lines
For various (uninteresting) reasons, I need to suppress the appearance of a number of tables, while keeping their \label{...} for easy cross-referencing in the text using \ref{...}. To achieve this ...
3
votes
2
answers
77
views
tblr row to row distance when using \cline
it seems that when using \cline or \SetHline the rows below are displaced downward by the value of the horizontal line inserted.
I have three tables in three columns in a beamer slide and at the same ...
0
votes
1
answer
29
views
How do I keep my symbols from being so far apart in the logicproof environment? Or should I just avoid using \footnote there?
I want to remove the spacing between the symbols and between the arguments for the deductions.
{\footnotesize{
\begin{longlogicproof}{1}
\varphi \land_{(n)} \neg_{c_{k}}\varphi & Premise \\...
2
votes
2
answers
92
views
Identical table between two manuscripts - one is compact and one is overfull and jams numbers on top of numbers
I am having the issue of my tables constantly being spread out and always overflowing the hbox in one of my documents. The table should be compact and only take up half a page, tried to upload an ...
1
vote
1
answer
63
views
theorem-like environment and tabular with and without text
In the following LaTeX code, a tabular environment is inserted within a teor environment. If no text is added immediately after \begin{teor}, but just the table, the word "Teorema" is ...
1
vote
0
answers
112
views
Why does \rowcolors from xcolor break my table formatting?
I have been struggling to add colour to rows whilst without having catastrophic affects to the table appearance.
I came across this example on overleaf. Even it fails, so I am wondering if this is a ...
0
votes
2
answers
109
views
Automatically Wrapping Long Titles and Uniform Underlines in LaTeX Tables
I want to design a cover page in LaTeX that contains several pieces of information.
For the title, which can be very long, I would like it to automatically wrap onto a second line. In addition, the &...
6
votes
5
answers
297
views
alignment in a table with custom separator
I'm trying to make a table with custom column separators using NiceTabular here because I'm going to use tikz to draw lines and arrows between some cells. The problem here is the alignment with the ...
0
votes
0
answers
43
views
Placement of multiple tables. How can I force the last one to appear at the top of the page for the next subsection to start?
I am having this problem with the placement of multiple tables in a Latex document. Basically I have created this table macro to enter different words, their definitions and examples or other ...
1
vote
1
answer
79
views
Alternating row colors in longtable: header and first row have same color
I’m trying to create a longtable in LaTeX with alternating row colors (zebra striping). However, I can’t get the coloring to align properly with the table content.
Right now, the caption and the first ...