Tabular make widths equalTable column widths disproportionate due to multicolumn cell being too longProblem with formatting tables with equal column widthsDifferent column widths when using multicolumn in tabular enviromentdifferent column widths in a tabularColumns don't have equal widths in tableCells of equal width using tabularEqualize widths of columns across two tabular environmentsMaking widths of tables equal to width of textblockTabular column with equal widthMake two table column widths the same automaticallyMake tabular span textwidth exactly
Is a lack of character descriptions a problem?
Wooden cooking layout
What to do when surprise and a high initiative roll conflict with the narrative?
You have (3^2 + 2^3 + 2^2) Guesses Left. Figure out the Last one
How to use memset in c++?
Is this use of the expression "long past" correct?
Tabular make widths equal
What's up with this leaf?
Is it possible to have the age of the universe be unknown?
Were Alexander the Great and Hephaestion lovers?
Overlapping String-Blocks
Longest bridge/tunnel that can be cycled over/through?
Is it possible to have a wealthy country without a middle class?
How can I end combat quickly when the outcome is inevitable?
What is the maximum number of net attacks that one can make in a round?
Which languages would be most useful in Europe at the end of the 19th century?
Is it expected that a reader will skip parts of what you write?
Compiling C files on Ubuntu and using the executable on Windows
Active low-pass filters --- good to what frequencies?
Why can't I use =default for default ctors with a member initializer list
How to trick the reader into thinking they're following a redshirt instead of the protagonist?
Why didn't Voldemort recognize that Dumbledore was affected by his curse?
SQL counting distinct over partition
How did old MS-DOS games utilize various graphic cards?
Tabular make widths equal
Table column widths disproportionate due to multicolumn cell being too longProblem with formatting tables with equal column widthsDifferent column widths when using multicolumn in tabular enviromentdifferent column widths in a tabularColumns don't have equal widths in tableCells of equal width using tabularEqualize widths of columns across two tabular environmentsMaking widths of tables equal to width of textblockTabular column with equal widthMake two table column widths the same automaticallyMake tabular span textwidth exactly
I am using the tabular method to create my table. However, I notice that the widths of the columns are not equal like in the figure below. How do I make them equal ?
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on complete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
tables
add a comment |
I am using the tabular method to create my table. However, I notice that the widths of the columns are not equal like in the figure below. How do I make them equal ?
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on complete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
tables
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Could you please state the connection to thetabularx
andtabulary
packages? You don't seem to use them in your code.
– leandriis
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
I've edited the tags and usedtables
instead. (From the tag description: tables is about the tabular environment and related packages [...])
– leandriis
8 hours ago
add a comment |
I am using the tabular method to create my table. However, I notice that the widths of the columns are not equal like in the figure below. How do I make them equal ?
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on complete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
tables
I am using the tabular method to create my table. However, I notice that the widths of the columns are not equal like in the figure below. How do I make them equal ?
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on complete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
tables
tables
edited 8 hours ago
Kong
asked 8 hours ago
KongKong
5672820
5672820
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Could you please state the connection to thetabularx
andtabulary
packages? You don't seem to use them in your code.
– leandriis
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
I've edited the tags and usedtables
instead. (From the tag description: tables is about the tabular environment and related packages [...])
– leandriis
8 hours ago
add a comment |
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Could you please state the connection to thetabularx
andtabulary
packages? You don't seem to use them in your code.
– leandriis
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
I've edited the tags and usedtables
instead. (From the tag description: tables is about the tabular environment and related packages [...])
– leandriis
8 hours ago
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Could you please state the connection to the
tabularx
and tabulary
packages? You don't seem to use them in your code.– leandriis
8 hours ago
Could you please state the connection to the
tabularx
and tabulary
packages? You don't seem to use them in your code.– leandriis
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
I've edited the tags and used
tables
instead. (From the tag description: tables is about the tabular environment and related packages [...])– leandriis
8 hours ago
I've edited the tags and used
tables
instead. (From the tag description: tables is about the tabular environment and related packages [...])– leandriis
8 hours ago
add a comment |
3 Answers
3
active
oldest
votes
A solution with tabularx
, adding an empty column between the groups of 5 X
columns to make the separation clearer:
documentclassarticle
usepackagebooktabs, tabularx
usepackagegeometry
begindocument
begintablecentering
begintabularxlinewidth@l *5>centeringarraybackslashX c *5>centeringarraybackslashX
toprule
& multicolumn5cEvaluate on complete ground truth & & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)8-12
& 0s & 1s & 2s & 3s & 4s & & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabularx
captionFoo matter
endtable
enddocument
add a comment |
In order to make the five columns equally wide, you have several options. The following MWE includes two of them. In both examples, I made the text in the multicolumn narrower by using a linebreak or by adding another shared column header.
documentclassarticle
usepackagebooktabs
usepackagegeometry
begindocument
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on\
& multicolumn5ccomplete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn10cEvaluate on\ cmidrule(l2ptr2pt)2-11
& multicolumn5ccomplete ground truth & multicolumn5ctruncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
enddocument
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
add a comment |
A solution with the package cals:
documentclassscrartcl
usepackagecals
letnc=nullcell
letsc=spancontent
makeatletter
deftbifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT0pt
else letcals@borderTrelaxfi
defbbifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB0pt
else letcals@borderBrelaxfi
defrbifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR0pt
else letcals@borderRrelaxfi
deflpifxcals@paddingLempty % Left padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingL0ptfi
defrpifxcals@paddingRempty % Right padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingR0ptfi
makeatother
begindocument
begintablecentering
small
begincalstable
colwidthsdimexpr(columnwidth/30*9)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
makeatletter
defcals@framers@width0.6pt
defcals@framecs@width0pt
defcals@bodyrs@width0.6pt
cals@setpaddingAg
cals@setcellprevdepthAl
defcals@cs@width0pt
defcals@rs@width0.4pt
% R1 H1
thead
brow
lpcelllp
ncltb
nctb
nctb
nctb
lprpncrtbalignCscvfill Evaluate on\ complete ground truthstrutlp
cell
ncltb
nctb
nctb
nctb
rpncrtbalignCscvfill Evaluate on truncatedstrutrp
erow
% R2 H2
brow
lptbcelltblp
alignRcell0s
cell1s
cell2s
cell3s
cell4s
tbcelltb
lpalignRcell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R3 B1
brow
lpalignLcellMulti-Task Netlp
alignRcell0
cell1
cell2
cell3
cell4
cell
cell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R4 B2
brow
lptbalignLcellCNNlp
alignRcell71.3
cell
cell
cell
cell
cell
cell
cell23.9
cell30.3
cell
rpcellrp
erow
% R5 B3
brow
lpalignLcellKeypointslp
alignRcell55.6
cell
cell
cell
cell
cell
cell
cell10.0
cell15.2
cell
rpcellrp
erow
% R6 B4
brow
lpalignLcellJAADlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R7 B5
brow
lpalignLcelllp
alignRcell
cell
cell
cell
cell
cell
cell
cell
cell
cell
rpcellrp
erow
% R8 B6
brow
lpalignLcellCNN LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R9 B7
brow
lpalignLcellKeypoints LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% % R10 B8
brow
lpalignLcell3D CNNlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
makeatother
endcalstablepar
captionFoo matter
endtable
enddocument
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494361%2ftabular-make-widths-equal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
A solution with tabularx
, adding an empty column between the groups of 5 X
columns to make the separation clearer:
documentclassarticle
usepackagebooktabs, tabularx
usepackagegeometry
begindocument
begintablecentering
begintabularxlinewidth@l *5>centeringarraybackslashX c *5>centeringarraybackslashX
toprule
& multicolumn5cEvaluate on complete ground truth & & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)8-12
& 0s & 1s & 2s & 3s & 4s & & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabularx
captionFoo matter
endtable
enddocument
add a comment |
A solution with tabularx
, adding an empty column between the groups of 5 X
columns to make the separation clearer:
documentclassarticle
usepackagebooktabs, tabularx
usepackagegeometry
begindocument
begintablecentering
begintabularxlinewidth@l *5>centeringarraybackslashX c *5>centeringarraybackslashX
toprule
& multicolumn5cEvaluate on complete ground truth & & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)8-12
& 0s & 1s & 2s & 3s & 4s & & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabularx
captionFoo matter
endtable
enddocument
add a comment |
A solution with tabularx
, adding an empty column between the groups of 5 X
columns to make the separation clearer:
documentclassarticle
usepackagebooktabs, tabularx
usepackagegeometry
begindocument
begintablecentering
begintabularxlinewidth@l *5>centeringarraybackslashX c *5>centeringarraybackslashX
toprule
& multicolumn5cEvaluate on complete ground truth & & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)8-12
& 0s & 1s & 2s & 3s & 4s & & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabularx
captionFoo matter
endtable
enddocument
A solution with tabularx
, adding an empty column between the groups of 5 X
columns to make the separation clearer:
documentclassarticle
usepackagebooktabs, tabularx
usepackagegeometry
begindocument
begintablecentering
begintabularxlinewidth@l *5>centeringarraybackslashX c *5>centeringarraybackslashX
toprule
& multicolumn5cEvaluate on complete ground truth & & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)8-12
& 0s & 1s & 2s & 3s & 4s & & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabularx
captionFoo matter
endtable
enddocument
answered 8 hours ago
BernardBernard
181k780213
181k780213
add a comment |
add a comment |
In order to make the five columns equally wide, you have several options. The following MWE includes two of them. In both examples, I made the text in the multicolumn narrower by using a linebreak or by adding another shared column header.
documentclassarticle
usepackagebooktabs
usepackagegeometry
begindocument
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on\
& multicolumn5ccomplete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn10cEvaluate on\ cmidrule(l2ptr2pt)2-11
& multicolumn5ccomplete ground truth & multicolumn5ctruncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
enddocument
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
add a comment |
In order to make the five columns equally wide, you have several options. The following MWE includes two of them. In both examples, I made the text in the multicolumn narrower by using a linebreak or by adding another shared column header.
documentclassarticle
usepackagebooktabs
usepackagegeometry
begindocument
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on\
& multicolumn5ccomplete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn10cEvaluate on\ cmidrule(l2ptr2pt)2-11
& multicolumn5ccomplete ground truth & multicolumn5ctruncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
enddocument
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
add a comment |
In order to make the five columns equally wide, you have several options. The following MWE includes two of them. In both examples, I made the text in the multicolumn narrower by using a linebreak or by adding another shared column header.
documentclassarticle
usepackagebooktabs
usepackagegeometry
begindocument
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on\
& multicolumn5ccomplete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn10cEvaluate on\ cmidrule(l2ptr2pt)2-11
& multicolumn5ccomplete ground truth & multicolumn5ctruncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
enddocument
In order to make the five columns equally wide, you have several options. The following MWE includes two of them. In both examples, I made the text in the multicolumn narrower by using a linebreak or by adding another shared column header.
documentclassarticle
usepackagebooktabs
usepackagegeometry
begindocument
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn5cEvaluate on\
& multicolumn5ccomplete ground truth & multicolumn5cEvaluate on truncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
begintablecentering
begintabularl c c c c c c c c c c
toprule
& multicolumn10cEvaluate on\ cmidrule(l2ptr2pt)2-11
& multicolumn5ccomplete ground truth & multicolumn5ctruncated \
cmidrule(l2ptr2pt)2-6 cmidrule(l2ptr2pt)7-11
& 0s & 1s & 2s & 3s & 4s & 0s & 1s & 2s & 3s & 4s \
midrule
Multi-Task Net & 1 & 2 & 3 & 4 & 5 & 0s & 1s & 2s & 3s & 4s \
CNN & 71.3 & & & & & & 23.9 & 30.3 & & \
Keypoints & 55.6 & & & & & & 10.0 & 15.2 & & \
JAAD & 68.3 & & & & & & 18.3 & 24.9 & & \
midrule
CNN LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
Keypoints LSTM & 68.3 & & & & & & 18.3 & 24.9 & & \
3D CNN & 68.3 & & & & & & 18.3 & 24.9 & & \
bottomrule
endtabular
captionFoo matter
endtable
enddocument
answered 8 hours ago
leandriisleandriis
13.6k11135
13.6k11135
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
add a comment |
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
thank you very much. But I ended up using Bernard's solution. Much easier to modify that for my other tables.
– Kong
7 hours ago
add a comment |
A solution with the package cals:
documentclassscrartcl
usepackagecals
letnc=nullcell
letsc=spancontent
makeatletter
deftbifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT0pt
else letcals@borderTrelaxfi
defbbifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB0pt
else letcals@borderBrelaxfi
defrbifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR0pt
else letcals@borderRrelaxfi
deflpifxcals@paddingLempty % Left padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingL0ptfi
defrpifxcals@paddingRempty % Right padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingR0ptfi
makeatother
begindocument
begintablecentering
small
begincalstable
colwidthsdimexpr(columnwidth/30*9)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
makeatletter
defcals@framers@width0.6pt
defcals@framecs@width0pt
defcals@bodyrs@width0.6pt
cals@setpaddingAg
cals@setcellprevdepthAl
defcals@cs@width0pt
defcals@rs@width0.4pt
% R1 H1
thead
brow
lpcelllp
ncltb
nctb
nctb
nctb
lprpncrtbalignCscvfill Evaluate on\ complete ground truthstrutlp
cell
ncltb
nctb
nctb
nctb
rpncrtbalignCscvfill Evaluate on truncatedstrutrp
erow
% R2 H2
brow
lptbcelltblp
alignRcell0s
cell1s
cell2s
cell3s
cell4s
tbcelltb
lpalignRcell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R3 B1
brow
lpalignLcellMulti-Task Netlp
alignRcell0
cell1
cell2
cell3
cell4
cell
cell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R4 B2
brow
lptbalignLcellCNNlp
alignRcell71.3
cell
cell
cell
cell
cell
cell
cell23.9
cell30.3
cell
rpcellrp
erow
% R5 B3
brow
lpalignLcellKeypointslp
alignRcell55.6
cell
cell
cell
cell
cell
cell
cell10.0
cell15.2
cell
rpcellrp
erow
% R6 B4
brow
lpalignLcellJAADlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R7 B5
brow
lpalignLcelllp
alignRcell
cell
cell
cell
cell
cell
cell
cell
cell
cell
rpcellrp
erow
% R8 B6
brow
lpalignLcellCNN LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R9 B7
brow
lpalignLcellKeypoints LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% % R10 B8
brow
lpalignLcell3D CNNlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
makeatother
endcalstablepar
captionFoo matter
endtable
enddocument
add a comment |
A solution with the package cals:
documentclassscrartcl
usepackagecals
letnc=nullcell
letsc=spancontent
makeatletter
deftbifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT0pt
else letcals@borderTrelaxfi
defbbifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB0pt
else letcals@borderBrelaxfi
defrbifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR0pt
else letcals@borderRrelaxfi
deflpifxcals@paddingLempty % Left padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingL0ptfi
defrpifxcals@paddingRempty % Right padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingR0ptfi
makeatother
begindocument
begintablecentering
small
begincalstable
colwidthsdimexpr(columnwidth/30*9)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
makeatletter
defcals@framers@width0.6pt
defcals@framecs@width0pt
defcals@bodyrs@width0.6pt
cals@setpaddingAg
cals@setcellprevdepthAl
defcals@cs@width0pt
defcals@rs@width0.4pt
% R1 H1
thead
brow
lpcelllp
ncltb
nctb
nctb
nctb
lprpncrtbalignCscvfill Evaluate on\ complete ground truthstrutlp
cell
ncltb
nctb
nctb
nctb
rpncrtbalignCscvfill Evaluate on truncatedstrutrp
erow
% R2 H2
brow
lptbcelltblp
alignRcell0s
cell1s
cell2s
cell3s
cell4s
tbcelltb
lpalignRcell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R3 B1
brow
lpalignLcellMulti-Task Netlp
alignRcell0
cell1
cell2
cell3
cell4
cell
cell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R4 B2
brow
lptbalignLcellCNNlp
alignRcell71.3
cell
cell
cell
cell
cell
cell
cell23.9
cell30.3
cell
rpcellrp
erow
% R5 B3
brow
lpalignLcellKeypointslp
alignRcell55.6
cell
cell
cell
cell
cell
cell
cell10.0
cell15.2
cell
rpcellrp
erow
% R6 B4
brow
lpalignLcellJAADlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R7 B5
brow
lpalignLcelllp
alignRcell
cell
cell
cell
cell
cell
cell
cell
cell
cell
rpcellrp
erow
% R8 B6
brow
lpalignLcellCNN LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R9 B7
brow
lpalignLcellKeypoints LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% % R10 B8
brow
lpalignLcell3D CNNlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
makeatother
endcalstablepar
captionFoo matter
endtable
enddocument
add a comment |
A solution with the package cals:
documentclassscrartcl
usepackagecals
letnc=nullcell
letsc=spancontent
makeatletter
deftbifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT0pt
else letcals@borderTrelaxfi
defbbifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB0pt
else letcals@borderBrelaxfi
defrbifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR0pt
else letcals@borderRrelaxfi
deflpifxcals@paddingLempty % Left padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingL0ptfi
defrpifxcals@paddingRempty % Right padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingR0ptfi
makeatother
begindocument
begintablecentering
small
begincalstable
colwidthsdimexpr(columnwidth/30*9)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
makeatletter
defcals@framers@width0.6pt
defcals@framecs@width0pt
defcals@bodyrs@width0.6pt
cals@setpaddingAg
cals@setcellprevdepthAl
defcals@cs@width0pt
defcals@rs@width0.4pt
% R1 H1
thead
brow
lpcelllp
ncltb
nctb
nctb
nctb
lprpncrtbalignCscvfill Evaluate on\ complete ground truthstrutlp
cell
ncltb
nctb
nctb
nctb
rpncrtbalignCscvfill Evaluate on truncatedstrutrp
erow
% R2 H2
brow
lptbcelltblp
alignRcell0s
cell1s
cell2s
cell3s
cell4s
tbcelltb
lpalignRcell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R3 B1
brow
lpalignLcellMulti-Task Netlp
alignRcell0
cell1
cell2
cell3
cell4
cell
cell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R4 B2
brow
lptbalignLcellCNNlp
alignRcell71.3
cell
cell
cell
cell
cell
cell
cell23.9
cell30.3
cell
rpcellrp
erow
% R5 B3
brow
lpalignLcellKeypointslp
alignRcell55.6
cell
cell
cell
cell
cell
cell
cell10.0
cell15.2
cell
rpcellrp
erow
% R6 B4
brow
lpalignLcellJAADlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R7 B5
brow
lpalignLcelllp
alignRcell
cell
cell
cell
cell
cell
cell
cell
cell
cell
rpcellrp
erow
% R8 B6
brow
lpalignLcellCNN LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R9 B7
brow
lpalignLcellKeypoints LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% % R10 B8
brow
lpalignLcell3D CNNlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
makeatother
endcalstablepar
captionFoo matter
endtable
enddocument
A solution with the package cals:
documentclassscrartcl
usepackagecals
letnc=nullcell
letsc=spancontent
makeatletter
deftbifxcals@borderTrelax % Top border switch (off-on)
defcals@borderT0pt
else letcals@borderTrelaxfi
defbbifxcals@borderBrelax % Botton border switch (off-on)
defcals@borderB0pt
else letcals@borderBrelaxfi
defrbifxcals@borderRrelax % Right border switch (off-on)
defcals@borderR0pt
else letcals@borderRrelaxfi
deflpifxcals@paddingLempty % Left padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingL0ptfi
defrpifxcals@paddingRempty % Right padding switch (off-on)
cals@setpaddingAg
else setlengthcals@paddingR0ptfi
makeatother
begindocument
begintablecentering
small
begincalstable
colwidthsdimexpr(columnwidth/30*9)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
dimexpr(columnwidth/30*2)relax
makeatletter
defcals@framers@width0.6pt
defcals@framecs@width0pt
defcals@bodyrs@width0.6pt
cals@setpaddingAg
cals@setcellprevdepthAl
defcals@cs@width0pt
defcals@rs@width0.4pt
% R1 H1
thead
brow
lpcelllp
ncltb
nctb
nctb
nctb
lprpncrtbalignCscvfill Evaluate on\ complete ground truthstrutlp
cell
ncltb
nctb
nctb
nctb
rpncrtbalignCscvfill Evaluate on truncatedstrutrp
erow
% R2 H2
brow
lptbcelltblp
alignRcell0s
cell1s
cell2s
cell3s
cell4s
tbcelltb
lpalignRcell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R3 B1
brow
lpalignLcellMulti-Task Netlp
alignRcell0
cell1
cell2
cell3
cell4
cell
cell0s
cell1s
cell2s
cell3s
rpcell4srp
erow
% R4 B2
brow
lptbalignLcellCNNlp
alignRcell71.3
cell
cell
cell
cell
cell
cell
cell23.9
cell30.3
cell
rpcellrp
erow
% R5 B3
brow
lpalignLcellKeypointslp
alignRcell55.6
cell
cell
cell
cell
cell
cell
cell10.0
cell15.2
cell
rpcellrp
erow
% R6 B4
brow
lpalignLcellJAADlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R7 B5
brow
lpalignLcelllp
alignRcell
cell
cell
cell
cell
cell
cell
cell
cell
cell
rpcellrp
erow
% R8 B6
brow
lpalignLcellCNN LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% R9 B7
brow
lpalignLcellKeypoints LSTMlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
% % R10 B8
brow
lpalignLcell3D CNNlp
alignRcell68.3
cell
cell
cell
cell
cell
cell
cell18.3
cell24.9
cell
rpcellrp
erow
makeatother
endcalstablepar
captionFoo matter
endtable
enddocument
answered 3 hours ago
SveinungSveinung
11.7k23259
11.7k23259
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494361%2ftabular-make-widths-equal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Related and most likely worth having a look at: Table column widths disproportionate due to multicolumn cell being too long
– leandriis
8 hours ago
Could you please state the connection to the
tabularx
andtabulary
packages? You don't seem to use them in your code.– leandriis
8 hours ago
@leandriis there is no tabular package in the list of tags
– Kong
8 hours ago
I've edited the tags and used
tables
instead. (From the tag description: tables is about the tabular environment and related packages [...])– leandriis
8 hours ago