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,600 questions
1
vote
2
answers
69
views
Two columns of text for quotes written in two languages
This is a screenshot from the Italian Wikipedia page on Richard Feynman:
At the top of the page there is one of Feynman's quotes, repeated twice: first in English and then translated into Italian. ...
4
votes
3
answers
124
views
My caption doesn't appear in a wide table [closed]
I was preparing a table in LaTeX (Springer Nature template) and the table ended up too wide for the page. I used many tricks to put it still on the page with some codes like \setlength{\tabcolsep}{3....
1
vote
0
answers
46
views
p-type columns not working with colortbl [closed]
I want to make a table with fixed column widths and some coloured cells.
However, with colortbl imported (doesn't matter if I import it directly or using the table-option of xcolor), as soon as I ...
0
votes
0
answers
27
views
aligning an element at the top tabular [duplicate]
I don't know how to put the "solution" at the top of the column. Here is my code. Can anyone help me?
\begin{tabular}{c|c}
\input{picture}
&
solution
\end{tabular}
%the picture ...
5
votes
1
answer
76
views
Can siunitx tabular align section numbers?
I have a table of equations where I'm including the section where that equation was introduced. I'd like to align the sections on the decimal marker between the section and the subsection. Here's an ...
2
votes
1
answer
65
views
In tabular environment, aligning a center aligned column to have a left-alignment within the center alignment
I am wondering if there is a relatively sane way to get a tabular environment with a centered alignment column, to have a consistent left alignment within that centering. This is easiest to explain by ...
4
votes
4
answers
226
views
Large table does not fit on page
I am typesetting a table in landscape mode using the pdflscape package.
The table has four columns, one of which contains long mathematical expressions.
I want the table to fit properly on the ...
5
votes
3
answers
143
views
Multiple Key-Vals fails in enviroment table wrapper
I'm trying to use xkeyval to make single row commands which add entries to a table. To do this, I'm creating the table (inc header row) with the opening of an environment, and closing the table with ...
1
vote
1
answer
49
views
Merge two tables into one with different number of columns without floating
How can I join two independent tables so they look like one table? Every time I try, I can't get rid of the space between the tables. \nointerlineskip doesn't help.
I've found several answers on how ...
6
votes
1
answer
132
views
LaTex freezes when compiling table with tex4ebook
It seems like my table doesnt work well with tex4ebook. When I try to compile it freezes, latex process keeps running for hours (maybe more).
The error seems to be related to fourier font, but if I ...
4
votes
1
answer
96
views
How can I make the following threeparttable with footnote span multiple pages in LaTeX?
I’m using threeparttable for footnotes and tabularx to adjust column widths. My table contains notation definitions for an mVRP-D model, and its content is too long to fit on a single page. I need it ...
3
votes
0
answers
97
views
Is there a package to split tables with large number of columns over many pages?
I have square matrix numerical data whose size can vary from 4x4 to 100x100 and possibly more. If using longtable or tabularray and in landscape view, I can present 20, 30 rows at most.
Ideally I ...
2
votes
2
answers
149
views
How to reproduce this 4-column accounting grid with section headers and full borders
I need to reproduce this table exactly in LaTeX
What I tried :
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} % pdfLaTeX
\usepackage[french]{babel}
\...
2
votes
2
answers
99
views
Tabularx table thicker lines on some rows
I want to make the lines on the first three rows thicker, both vertical and horizontal lines, but just first three rows. Is it possible to do this with tabularx environment?
\documentclass{article}
\...
0
votes
0
answers
49
views
wide table split over two pages
When a table is way to wide to fit on one page (in a two-sided document such as a book), I would like to be able (in the version for print) to split the table over two facing pages.
I managed this ...