{tables} is about the tabular environment and related packages such as {array}, {booktabs}, {tabularx} and {longtable}. For questions about the table environment (i.e., about floating or positioning), use {floats} instead.
4
votes
2answers
38 views
Captions and labels for my tables, listings, images
I'm writing my master thesis and I have a lot of short tables, listings, etc. in the text.
I would use figures for them like this:
\begin{figure}[h!]
\begin{lstlisting}[mathescape]
... ...
2
votes
0answers
21 views
siunitx: bold single numeric cells + mathspec
I need to bold and align numeric values in a table while using both mathspec and siunitx packages. I've looked at siunitx: Bold single numeric cells for bold and alignment in a tabular environment ...
5
votes
1answer
35 views
Table within a table vertically center-aligns paragraphs in neighboring cells instead of leaving them at the top
I nested a table inside of my table like this:
\begin{tabular}{p{1in}||p{5in}}
\hline
This should be on top. & \begin{tabular}{@{\extracolsep{\fill}}lr}
Thing1 & ...
2
votes
1answer
43 views
Tabular environment for specified width, bg and font colorings by row?
I'm looking for a tabular-type environment which will allow me to:
Specify the total width (like tabular* or tabularx, tabulary)
Allow an individual row to have a specific background color (like ...
7
votes
2answers
54 views
Table column align on decimal
Jeff Dean published this famous table of "numbers every software developer should know". I'm struggling to format it properly for a publication that is written in LaTeX.
As you can see, the left ...
3
votes
3answers
44 views
Table Large Text and Centering
I'm trying to learn the TeX language in preparation for my final engineering project before I graduate, and while I've been able to find most of the solutions online, I can't seem to find a solution ...
4
votes
2answers
75 views
Sideways (rotated 90 degrees) label for table
How can I create the following table in LaTeX? I created the table below using PowerPoint.
Here is my best attempt at using LaTeX to create the table:
\begin{tabular}{l|l|l|}
\cline{2-3}
...
1
vote
0answers
26 views
I cannot put latex code with pgfplotstable package [duplicate]
I'm makin' a table with this package but I cannot put latex code with $$ in every cell. The code:
\usepackage{icomma}
\usepackage{fancyhdr} %activamos el paquete
\usepackage{endnotes}
...
1
vote
1answer
36 views
How to remove multiline space within cell value (in Table)?
This refers to my following question.
Setting single row height with multirow
\documentclass[11pt,table,a5paper]{article}
\usepackage{array,ragged2e}
\usepackage{graphicx}
...
4
votes
1answer
54 views
Is there a way to always get a table on the same page with corresponding footnotes?
I have a situation where sometimes two tables (who look nearly identical to the one in the
MWE) are on the right page with the corresponding footnotes but then unfortunately very often not, ...
7
votes
1answer
71 views
How do I use commands within tabular definition?
Using commands within tabular definition result in error ! Missing $ inserted. In this case, it is the \, that causes problems when calling the custom command. Same commands work fine outside tabular ...
5
votes
1answer
39 views
Align table columns with superscript markings
I have a table of integers; a handful of them have an extra superscript marks to distinguish various characteristics.
I think the table looks nice, but the superscript marks throw off the ...
1
vote
2answers
41 views
Insert the table environment into the tcolorbox environment
Is possible insert the table environment into the tcolorbox environment, made available by the package tcolorbox?
% !TEX program = pdflatex
% arara: pdflatex: {synctex: yes}
...
2
votes
0answers
31 views
How to expand row height while using long text in multirow?
I m working on one table which has one row which spans over 3 rows but text in this row is very lengthy so it uses more than 3 lines so all text is not visible. How can i increase row height ...
0
votes
0answers
25 views
How to implement a table with multirow and multicolumn in latex
How can I create a table like this in latex?
It is included multirow and multicolumn.