{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.
3
votes
1answer
28 views
how to use fancyvrb Verbatim in tabularx?
When using tabular and p it is possible to insert Verbatim block in a table using minipage
\documentclass[]{article}%
\usepackage{fancyvrb}
\begin{document}
\begin{tabular}{|p{2in}|p{3in}|}
...
1
vote
0answers
14 views
Removing overfull and underfull box warnings
Always when I want to prepare a document with LaTeX I receive different warnings including underfull and overfull but I don't know how I can handle these warnings.
As you can see here I have two ...
2
votes
1answer
18 views
Multicolumn cells in tabularx overfill into margin
I have this table in my MWE. In the 2nd table, the cell colors seem to bleed over into the margin. I have tried to set various parameters with the tabularx and in the multicol to reduce this but it ...
3
votes
1answer
29 views
tabularx \hline introduces blank line above
I am using tabularx and I successfully created some tables with it so far (not too nice ones, but thats another problem). One Table freaks me out, as the "header" is separated from the next lines not ...
1
vote
1answer
30 views
multicolumn command with tabularx environment
Apologies if I am posting to the wrong thread - I'm not a regular user of boards and I know you guys can get pretty annoyed when the answer to my question is already out there. I've been searching ...
1
vote
2answers
37 views
Oversize table with nested tabularx->minipage->tabular* has columns that are too narrow (Memoir)
I am trying to lay out a table heading that looks something like this:
TITLE
--------------------- subtitle
Name Value description
Name A value of Name Value
...
7
votes
2answers
87 views
table rescaling and subcaption package
I am placing tables side-by-side using the subcaption package in the following way:
\documentclass{article}
\usepackage{siunitx}
\usepackage{booktabs}
\usepackage{subcaption}
\usepackage{tabularx}
...
3
votes
1answer
35 views
Making rotated adjustbox fit into cell
I tried \rotatebox, but was unable to make the rotated text vertically fit into one cell so I opted for \adjustbox instead.
\documentclass{article}
\usepackage{float}
\usepackage{multirow}
...
5
votes
1answer
60 views
\bfseries and alignment in table
I'm trying to highlight some decimal-point aligned entries in two large tables which are arranged in two columns. I'm using \bfseries to do this and unfortunately this seems to be affecting the ...
2
votes
1answer
67 views
Package minted: \mint Command Not Working Inside tabularx Environment
The question, How to embed a minted environment inside a tabular environment?, addresses a similar issue, but I am using:
the tabularx package, and
the inline \mint command
Is there a workaround ...
5
votes
2answers
67 views
Use a nested enumeration as a column of a table
I am creating a list of requirements in a table in which the first column should be an enumeration, such that each requirement is identified by a unique number. Some requirements also have sub ...
1
vote
2answers
80 views
Wrapping text in \multicolumn
I would like to wrap (and center) text within \multicolumn. Tabularx and tabilary only wrap the text outside of the \multicolumn{} columns. I would also like to define the column width as defined by ...
4
votes
1answer
27 views
Split a tabularx cell at its diagonal when the X column specification is used?
How do I split a cell diagonally, when I'm using tabularx with X column, i.e. \begin{tabularx}{\textwidth}{X}?
I've seen many answers on this topic on TeX.SE, but none of them are applicable to cells ...
2
votes
0answers
21 views
Nested tabularx doesn't work with ltablex
This works:
\documentclass{article}
\usepackage[a5paper]{geometry}
\usepackage{array}
\usepackage{tabularx}
\setlength{\parindent}{0cm}
\begin{document}
\begin{tabularx}{\textwidth}{ |X|}
\hline
...
4
votes
3answers
76 views
tabularx syntax
First time using tabularx to create tables, my code is below: (which turns out to be very wrong!)
\begin{table}[htbp]
\caption{\textbf{Description of Regression Variables and Data Sources} \\ This ...
3
votes
1answer
55 views
Extra space between columns (fixed/predefined width and X) in tabularx
This is a follow-up question of: What is the right way to set predetermined column widths with tabularx?
As seen in the code below,
\begin{landscape}
\renewcommand*{\arraystretch}{2}
...
4
votes
1answer
44 views
What is the right way to set predetermined column widths with tabularx?
I was just wondering about this, because I went over the tabularx documentation and I couldn't find an answer.
So, there are several questions going on here:
Is it better to use a proportion of the ...
1
vote
1answer
61 views
Footnote in tabularx doesn't work (with hyperref)
Here is the min file:
\documentclass{article}
\usepackage{tabularx}[1999/01/07] % v2.07
\usepackage{hyperref}% 2012/10/15 v6.83k
\listfiles
\begin{document}
\begin{minipage}[t]{.5\linewidth}
...
3
votes
3answers
81 views
Reduce tab spacing
How can I reduce the spacing after I have used & in tabular?
\documentclass{article}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{\textwidth}{X X}
\textbf{Greetings} & Refer to ...
3
votes
1answer
33 views
How can one adjust each text to the center for each box of the table?
Here is the example:
\begin{tabularx}{\textwidth}{ |X|X|X|X|X| }
\hline
Equation & 2 & 3 & 5 & 7 \\
\hline
$y_0 = b^{t}$ & -483061 & 1 & -174089 & 793599 \\
\hline
...
2
votes
1answer
44 views
text grouped style in sidewaystable
I have a problem with my sidewaystable. I have quite a lot text in one of my columns. I have used tabularx so that the text doesn't run out of the page at the right side. Now the text is in grouped ...
4
votes
1answer
90 views
tabularx: bottom alignment on r or l-columns when X column wraps
In tabularx, when the X-column wraps on more than one line, l/r/c-columns remains top aligned: MWE:
\begin{tabularx}{5cm}{lXr}
1 & qwer asdf zxcv qwer asdf zxcv qwer asdf zxcv & 1 \\
2 ...
4
votes
1answer
74 views
tabularx option in tcolorbox
I'd like to use the recently introduced (in version 2.10) tabularx key for the tcolorbox package. The key is documented in the tcolorbox documentation, section 3.6, paragraph /tcb/tabularx, page 28.
I ...
2
votes
1answer
30 views
Why does ltablex skip a number in captions?
The below example presents two tables with an tabularx environment (taken from package ltablex) and a caption. After each tabularx-table, the table counter skips one, as if both the caption and the ...
1
vote
1answer
55 views
Last cell in complex table not behaving
I am having a hard time figuring out why the text in the last cell on each row of this complex table I am creating is not positioning correctly. As you can see from my code, the issue only occurs when ...
4
votes
2answers
95 views
Table with 100 % width and vertical / horizontal alignment
I want to draw the following table in LaTeX. In the first column the text should be left aligned. The text in all other cells should be centered. The first problem occurs with D in the first row. If I ...
3
votes
1answer
117 views
Editing Table in LateX
Below is a table I want it to appear it the top page of a two column page. But its not looking good so if anyone could please assist me.
\begin{table*}[t]
...
6
votes
1answer
70 views
Table Configuration
I'm new to LaTeX, and I'm currently struggling with trying to create a table for a lab report. The table has to look like this:
I have tried looking at the \tabular, \tabulary and \tabularx ...
1
vote
1answer
44 views
Onslide in tabularx produces vertical space
I have a tabular in a beamer presentation of which I want to uncover its contents using \onslide. In tabularx (or in tabular with a p-column) this produces a peculiar vertical white space in the ...
5
votes
2answers
141 views
Custom glossary style: Make glossary as wide as \textwidth
WARNING: This is a follow-up question to Display long form (first-use like) entries of none acronyme type entries.
As mafp suggested in the other post I went ahead and defined my own glossary-styles ...
3
votes
1answer
140 views
Break multicolumn text at document margin with tabularx
I'm using tabularx to break the content of a column at the document margin (cf. Linebreak in table cell at document margin). But when I use \multicolumn in such a table, the instruction to break the ...
5
votes
3answers
121 views
\phantom inside tabularx
I tried to improve the alignment in the following table using a \hphantom:
\documentclass{article}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{\linewidth}{p{2.8cm} X}
1/00\,--\,2/00 ...
1
vote
1answer
105 views
How to create a dashed line in tabularx environment
I've been looking into this, and I have encountered two main "solutions":
\usepackage{arydshln}
As decribed here.
And this one:
\usepackage{dashrule}
As described in this other post.
However, ...
3
votes
0answers
91 views
Is it possible to use tabularx inside a longtable environment?
Is it possible to use tabularx inside a longtable environment?
If not, is there any way I can get the "X" funcionality of tabularx with the option of long tables ---In order for me to be able to ...
0
votes
1answer
80 views
Rowcolors and tabularx: Colors not reset in each new table [duplicate]
I'm having an issue with rowcolors from the xcolor package.
Whenever I use rowcolors before a table, it seems that the row counter does not reset with each tabularx environment.
I read that ...
0
votes
1answer
99 views
Soft midrule in table
3 small questions:
1) I'd like to put a soft \midrule in this table between Care type and the headers, but I'd like it to not quite reach the edge of the table: (at your discretion to mess with the ...
4
votes
1answer
74 views
Why won't putting \input inside a tabularx environment compile?
Putting a tikzpicture normpdf_2d.tex
\input{./Figures/chapter6/normpdf_2d.tex}
on its own is fine. but, putting it nto a \tabularx environment won't compile. Why? What property does this ...
1
vote
1answer
341 views
Vertically center text in tabularx table
How to center text vertically in this table?
\begin{center}
\begin{tabularx}{\linewidth}{ | c | X | X | }
\hline
\textbf{Date} & \textbf{Name} & \textbf{Sign} \\
\hline
...
2
votes
1answer
72 views
Border alignment issue using tabularx in LaTeX
I'm writing a program to parse wikimarkup to LaTeX, and I've run into a bit of an issue when it comes to creating tables. For some reason, the right vertical edge of the table is getting pushed way ...
2
votes
1answer
79 views
How to vertically align the text in table cell?
I am trying to get a table cell with vertical text alignment.
My current code is:
\begin{tabularx}{\linewidth}{|X|}
\hline
\cellcolor{gray!20}Hardware\\
\hline
\end{tabularx}
Is there an easy ...
3
votes
3answers
119 views
Top alignment of cell content in tabularx
I would like to align the content of each cell (of the first column) to the top. The approaches presented here did not apply. Maybe it has something to do with die tabular-environment inside the ...
6
votes
2answers
146 views
How to vertically align multiline column
I am trying to set up a table with the tabularx package (although the used package does not really matter to me).
The table should stretch across the entire line. I am trying to get both columns ...
0
votes
0answers
48 views
ignored {\linewidth} in {tabularx}
In my Project MikTex totally ignores both the {\linewidth} and p{...} totally.
In a clean new project, it works fine.
Any ideas, which command can cause this painfull behavior?
The sample code
...
2
votes
2answers
223 views
Dificult using LTXtable
I have a script in R that build a report in LaTeX. Sometimes, this report has very long and very wide table, so, after some research I decided try ltxtable. My problem is that I didn't get how it ...
3
votes
1answer
115 views
Fit table in page column also some editing
I want to make the table fit into one column in a two column page.
Also, I need it to look like this:
Here’s my code
\documentclass[twocolumn]{article}
\usepackage{adjustbox}
\begin{document}
...
4
votes
1answer
108 views
How to 'shorten' \cline so that multiple groups in a table become visible?
I would like to construct a table which looks like a booktabs table (but
without using the package booktabs). Instead of \cmidrule, I used \cline,
which comes pretty close (see below), but the lines ...
4
votes
1answer
110 views
Inlining aligned tabular material in block of text
Edit. Some comments might be outdated.
I would like to do the following:
The blue parts should be treated as normal paragraph text, with normal automatic hyphenation. The green part is what you ...
2
votes
1answer
134 views
newenvironment tabularx and begin center
I try to create a custom env, based on a tabular. I try to make a \begin{center} before my tabular to remove identation at the beginning of the tabular, but he tells me
"File ended while scanning ...
5
votes
1answer
88 views
Vertically aligning text after baseline changed
\documentclass{article}
\usepackage{tabularx}
\usepackage{tikz}
\begin{document}
\begin{tabularx}{\linewidth}{c|X}
\begin{tikzpicture}[
scale=.6,
every node/.style={scale=.6}
]
...
1
vote
1answer
70 views
classic table footnote with a twist
\documentclass{article}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{footnote}
\makesavenoteenv{table}
\begin{document}
\begin{table}[htbp]
\begin{tabularx}{\textwidth}{XX}
\hline
...



