Skip to main content

Questions tagged [tabularx]

{tabularx} is a package that defines an environment tabularx, an extension of tabular which has an additional column designator, X, which creates a paragraph-like column whose width automatically expands so that the declared width of the environment is filled.

4 votes
4 answers
218 views

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 ...
Saïd Maanan's user avatar
1 vote
1 answer
49 views

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 ...
Nikulok's user avatar
  • 87
4 votes
1 answer
91 views

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 ...
Abel's user avatar
  • 55
2 votes
2 answers
96 views

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} \...
Gal1le0's user avatar
  • 33
4 votes
1 answer
81 views

I’m setting multiple tables on separate pages that have two columns each using tabularx. The cells in the left columns only contain a time in the format 15:00. Since not all times are available in all ...
Philipp's user avatar
  • 1,669
0 votes
2 answers
111 views

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 &...
tsiayi's user avatar
  • 291
4 votes
5 answers
288 views

This is my code: \documentclass[preview]{standalone} \usepackage{booktabs} \usepackage{tabularx} \usepackage{amsmath, amsfonts, amssymb, amsthm} \begin{document} \begin{tabularx}{\linewidth}{XXX} ...
user2379123's user avatar
4 votes
2 answers
174 views

Challenge: I am creating a larger sidewaystable with color markings for features to be implemented using tabularx. Within this table I rotate certain cells in order to reduce the width for those color ...
Mike F's user avatar
  • 141
4 votes
3 answers
233 views

Approach 1: Using tabularx with flexible columns I am using tabularx with two X columns and 8 columns total. Why am I still getting Overfull \hbox warnings? How can I make a LaTeX table with long ...
Tony's user avatar
  • 73
4 votes
2 answers
97 views

I would like to include the table of content inside a tabularx. The following code produce a pdf without warning nor errors, but the table of content is not visible. \documentclass[11pt,a4paper]{...
ariel's user avatar
  • 105
1 vote
1 answer
99 views

I'm trying to set the row height in the following table: \documentclass[a4paper, twoside,12pt]{article} \usepackage[T1]{fontenc} \usepackage[francais]{babel} \usepackage[table]{xcolor} \usepackage{...
Ballu's user avatar
  • 43
0 votes
0 answers
72 views

In my thesis, I create tables with tabularx and also with tabularray. Both packages are used along with the booktabs package. I realized that when I color the rows of the tables it looks slightly ...
Phil's user avatar
  • 101
3 votes
2 answers
167 views

I often need to hide answers using \phantom, and store them in an expl3 sequence via a custom command \addanswer, for later use. Each call to \addanswer is intended to store its argument only once. ...
mathteacher's user avatar
3 votes
3 answers
73 views

While looking to create a full width row in a tabularx table I came across the multicolumn command. I used that successfully using this code sample \documentclass{article} \usepackage[tmargin=10mm, ...
Lord Swad's user avatar
2 votes
1 answer
92 views

I adapted Skillmon’s solution from my previous question for automatically breaking long Python module names at dots inside \texttt{…} in a table. His \newcolumntype uses \newcolumntype\pymod[1] {>...
user2379123's user avatar

15 30 50 per page
1
2 3 4 5
158