How can I create a Table like this in Latex?
How can I create a table like this in Latex?
I have tried but it didn't work. I need also that it is enumerated so that it appears in the List of Tables. It doesn't matter if it is not coloured, as long as the first two rows are bold.
begin{center}
begin{tabular}{ |c|c|c|c|c| }
hline
multicolumn{5}{|c|}{Number of cells per type} \
hline
a& b& c& d& e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabular}
end{center}
tables table-of-contents
New contributor
add a comment |
How can I create a table like this in Latex?
I have tried but it didn't work. I need also that it is enumerated so that it appears in the List of Tables. It doesn't matter if it is not coloured, as long as the first two rows are bold.
begin{center}
begin{tabular}{ |c|c|c|c|c| }
hline
multicolumn{5}{|c|}{Number of cells per type} \
hline
a& b& c& d& e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabular}
end{center}
tables table-of-contents
New contributor
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
1
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
1
I have added it
– Federica Benassi
10 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago
add a comment |
How can I create a table like this in Latex?
I have tried but it didn't work. I need also that it is enumerated so that it appears in the List of Tables. It doesn't matter if it is not coloured, as long as the first two rows are bold.
begin{center}
begin{tabular}{ |c|c|c|c|c| }
hline
multicolumn{5}{|c|}{Number of cells per type} \
hline
a& b& c& d& e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabular}
end{center}
tables table-of-contents
New contributor
How can I create a table like this in Latex?
I have tried but it didn't work. I need also that it is enumerated so that it appears in the List of Tables. It doesn't matter if it is not coloured, as long as the first two rows are bold.
begin{center}
begin{tabular}{ |c|c|c|c|c| }
hline
multicolumn{5}{|c|}{Number of cells per type} \
hline
a& b& c& d& e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabular}
end{center}
tables table-of-contents
tables table-of-contents
New contributor
New contributor
edited 10 hours ago
Federica Benassi
New contributor
asked 10 hours ago
Federica BenassiFederica Benassi
212
212
New contributor
New contributor
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
1
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
1
I have added it
– Federica Benassi
10 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago
add a comment |
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
1
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
1
I have added it
– Federica Benassi
10 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
1
1
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
1
1
I have added it
– Federica Benassi
10 hours ago
I have added it
– Federica Benassi
10 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago
add a comment |
3 Answers
3
active
oldest
votes
I suggest you to use booktabs
for professional tables.
documentclass[11pt,openright]{book}
usepackage{array}
newcolumntype{C}{>{centeringarraybackslash}X}
renewcommand{arraystretch}{1.2}
usepackage{booktabs}
usepackage{tabularx}
usepackage{caption}
begin{document}
listoftables
chapter{My chapter}
begin{table}[htb]centering
caption{Your tablelabel{tab:yourtab}}
begin{tabularx}{.5linewidth}{ |C|C|C|C|C| }
hline
multicolumn{5}{|c|}{bfseries Number of cells per type} \
hline
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabularx}
end{table}
begin{table}[htb]centering
caption{My suggestionlabel{tab:mytab}}
begin{tabularx}{.5linewidth}{*5C}
toprule
multicolumn{5}{c}{bfseries Number of cells per type} \
midrule
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
midrule
44 & 39 & 7 & 32 &22 \
bottomrule
end{tabularx}
end{table}
end{document}
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put thecaption...
afterend{tabularx}
.
– CarLaTeX
9 hours ago
add a comment |
A mix-and-match with colors and using something as a starting point
documentclass[10pt,a4paper]{article}
usepackage[table,xcdraw]{xcolor}
begin{document}
listoftablesnewpage
begin{table}
begin{tabular}{!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}}
arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
multicolumn{5}{!{color{cyan}vrule}l!{color{cyan}vrule}}{cellcolor[HTML]{38FFF8}Number of cells per type} \ arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
a & b & c & d & e \ arrayrulecolor{cyan}hline
1 & 2 & 3 & 4 & 5 \ hline
end{tabular}
caption{a}
end{table}
end{document}
to get:
PS: Feel free to play with colors (I right now, do not have the necessary things to find out the colors) and I was lazy enough not to input your numbers (sorry ;-)
)
2
Needless to loadcolortbl
: thetable
option ofxcolor
does it for you.
– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
add a comment |
Don't mix-and-mismatch visual cues and metaphores: if you employ colored rows, don't employ horizontal rules. And, for sure, you can omit all vertical rules -- they're not needed.
documentclass{article}
usepackage[table,svgnames]{xcolor}
usepackage{array} % for 'extrarowheight' macro
begin{document}
begin{center}
sffamily
setlengthextrarowheight{2pt} % optional
setlengthtabcolsep{9pt} % default: 6pt
begin{tabular}{ ccccc }
%hline
rowcolor{LightBlue} multicolumn{5}{c}{Number of cells per type} \
%hline
rowcolor{LightBlue} a & b & c & d & e\
%hline
44 & 39 & 7 & 32 & 22 \
hline
end{tabular}
end{center}
end{document}
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
Thank you so much!
– Federica Benassi
9 hours ago
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
});
}
});
Federica Benassi is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477931%2fhow-can-i-create-a-table-like-this-in-latex%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
I suggest you to use booktabs
for professional tables.
documentclass[11pt,openright]{book}
usepackage{array}
newcolumntype{C}{>{centeringarraybackslash}X}
renewcommand{arraystretch}{1.2}
usepackage{booktabs}
usepackage{tabularx}
usepackage{caption}
begin{document}
listoftables
chapter{My chapter}
begin{table}[htb]centering
caption{Your tablelabel{tab:yourtab}}
begin{tabularx}{.5linewidth}{ |C|C|C|C|C| }
hline
multicolumn{5}{|c|}{bfseries Number of cells per type} \
hline
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabularx}
end{table}
begin{table}[htb]centering
caption{My suggestionlabel{tab:mytab}}
begin{tabularx}{.5linewidth}{*5C}
toprule
multicolumn{5}{c}{bfseries Number of cells per type} \
midrule
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
midrule
44 & 39 & 7 & 32 &22 \
bottomrule
end{tabularx}
end{table}
end{document}
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put thecaption...
afterend{tabularx}
.
– CarLaTeX
9 hours ago
add a comment |
I suggest you to use booktabs
for professional tables.
documentclass[11pt,openright]{book}
usepackage{array}
newcolumntype{C}{>{centeringarraybackslash}X}
renewcommand{arraystretch}{1.2}
usepackage{booktabs}
usepackage{tabularx}
usepackage{caption}
begin{document}
listoftables
chapter{My chapter}
begin{table}[htb]centering
caption{Your tablelabel{tab:yourtab}}
begin{tabularx}{.5linewidth}{ |C|C|C|C|C| }
hline
multicolumn{5}{|c|}{bfseries Number of cells per type} \
hline
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabularx}
end{table}
begin{table}[htb]centering
caption{My suggestionlabel{tab:mytab}}
begin{tabularx}{.5linewidth}{*5C}
toprule
multicolumn{5}{c}{bfseries Number of cells per type} \
midrule
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
midrule
44 & 39 & 7 & 32 &22 \
bottomrule
end{tabularx}
end{table}
end{document}
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put thecaption...
afterend{tabularx}
.
– CarLaTeX
9 hours ago
add a comment |
I suggest you to use booktabs
for professional tables.
documentclass[11pt,openright]{book}
usepackage{array}
newcolumntype{C}{>{centeringarraybackslash}X}
renewcommand{arraystretch}{1.2}
usepackage{booktabs}
usepackage{tabularx}
usepackage{caption}
begin{document}
listoftables
chapter{My chapter}
begin{table}[htb]centering
caption{Your tablelabel{tab:yourtab}}
begin{tabularx}{.5linewidth}{ |C|C|C|C|C| }
hline
multicolumn{5}{|c|}{bfseries Number of cells per type} \
hline
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabularx}
end{table}
begin{table}[htb]centering
caption{My suggestionlabel{tab:mytab}}
begin{tabularx}{.5linewidth}{*5C}
toprule
multicolumn{5}{c}{bfseries Number of cells per type} \
midrule
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
midrule
44 & 39 & 7 & 32 &22 \
bottomrule
end{tabularx}
end{table}
end{document}
I suggest you to use booktabs
for professional tables.
documentclass[11pt,openright]{book}
usepackage{array}
newcolumntype{C}{>{centeringarraybackslash}X}
renewcommand{arraystretch}{1.2}
usepackage{booktabs}
usepackage{tabularx}
usepackage{caption}
begin{document}
listoftables
chapter{My chapter}
begin{table}[htb]centering
caption{Your tablelabel{tab:yourtab}}
begin{tabularx}{.5linewidth}{ |C|C|C|C|C| }
hline
multicolumn{5}{|c|}{bfseries Number of cells per type} \
hline
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
hline
44 & 39 & 7 & 32 &22 \
hline
end{tabularx}
end{table}
begin{table}[htb]centering
caption{My suggestionlabel{tab:mytab}}
begin{tabularx}{.5linewidth}{*5C}
toprule
multicolumn{5}{c}{bfseries Number of cells per type} \
midrule
bfseries a& bfseries b& bfseries c& bfseries d& bfseries e\
midrule
44 & 39 & 7 & 32 &22 \
bottomrule
end{tabularx}
end{table}
end{document}
answered 9 hours ago
CarLaTeXCarLaTeX
32.7k551135
32.7k551135
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put thecaption...
afterend{tabularx}
.
– CarLaTeX
9 hours ago
add a comment |
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put thecaption...
afterend{tabularx}
.
– CarLaTeX
9 hours ago
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Thank you! That's exactly what I was thinking about
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
Is there, by any chance, a way to put "Table 1.2: My suggestion" under the table and not above?
– Federica Benassi
9 hours ago
@FedericaBenassi Yes, just put the
caption...
after end{tabularx}
.– CarLaTeX
9 hours ago
@FedericaBenassi Yes, just put the
caption...
after end{tabularx}
.– CarLaTeX
9 hours ago
add a comment |
A mix-and-match with colors and using something as a starting point
documentclass[10pt,a4paper]{article}
usepackage[table,xcdraw]{xcolor}
begin{document}
listoftablesnewpage
begin{table}
begin{tabular}{!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}}
arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
multicolumn{5}{!{color{cyan}vrule}l!{color{cyan}vrule}}{cellcolor[HTML]{38FFF8}Number of cells per type} \ arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
a & b & c & d & e \ arrayrulecolor{cyan}hline
1 & 2 & 3 & 4 & 5 \ hline
end{tabular}
caption{a}
end{table}
end{document}
to get:
PS: Feel free to play with colors (I right now, do not have the necessary things to find out the colors) and I was lazy enough not to input your numbers (sorry ;-)
)
2
Needless to loadcolortbl
: thetable
option ofxcolor
does it for you.
– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
add a comment |
A mix-and-match with colors and using something as a starting point
documentclass[10pt,a4paper]{article}
usepackage[table,xcdraw]{xcolor}
begin{document}
listoftablesnewpage
begin{table}
begin{tabular}{!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}}
arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
multicolumn{5}{!{color{cyan}vrule}l!{color{cyan}vrule}}{cellcolor[HTML]{38FFF8}Number of cells per type} \ arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
a & b & c & d & e \ arrayrulecolor{cyan}hline
1 & 2 & 3 & 4 & 5 \ hline
end{tabular}
caption{a}
end{table}
end{document}
to get:
PS: Feel free to play with colors (I right now, do not have the necessary things to find out the colors) and I was lazy enough not to input your numbers (sorry ;-)
)
2
Needless to loadcolortbl
: thetable
option ofxcolor
does it for you.
– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
add a comment |
A mix-and-match with colors and using something as a starting point
documentclass[10pt,a4paper]{article}
usepackage[table,xcdraw]{xcolor}
begin{document}
listoftablesnewpage
begin{table}
begin{tabular}{!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}}
arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
multicolumn{5}{!{color{cyan}vrule}l!{color{cyan}vrule}}{cellcolor[HTML]{38FFF8}Number of cells per type} \ arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
a & b & c & d & e \ arrayrulecolor{cyan}hline
1 & 2 & 3 & 4 & 5 \ hline
end{tabular}
caption{a}
end{table}
end{document}
to get:
PS: Feel free to play with colors (I right now, do not have the necessary things to find out the colors) and I was lazy enough not to input your numbers (sorry ;-)
)
A mix-and-match with colors and using something as a starting point
documentclass[10pt,a4paper]{article}
usepackage[table,xcdraw]{xcolor}
begin{document}
listoftablesnewpage
begin{table}
begin{tabular}{!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}l!{color{cyan}vrule}}
arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
multicolumn{5}{!{color{cyan}vrule}l!{color{cyan}vrule}}{cellcolor[HTML]{38FFF8}Number of cells per type} \ arrayrulecolor{cyan}hline
rowcolor[HTML]{38FFF8}
a & b & c & d & e \ arrayrulecolor{cyan}hline
1 & 2 & 3 & 4 & 5 \ hline
end{tabular}
caption{a}
end{table}
end{document}
to get:
PS: Feel free to play with colors (I right now, do not have the necessary things to find out the colors) and I was lazy enough not to input your numbers (sorry ;-)
)
edited 9 hours ago
answered 9 hours ago
RaajaRaaja
4,44121138
4,44121138
2
Needless to loadcolortbl
: thetable
option ofxcolor
does it for you.
– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
add a comment |
2
Needless to loadcolortbl
: thetable
option ofxcolor
does it for you.
– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
2
2
Needless to load
colortbl
: the table
option of xcolor
does it for you.– Bernard
9 hours ago
Needless to load
colortbl
: the table
option of xcolor
does it for you.– Bernard
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
@Bernard Thanks for the remark, updated my answer.
– Raaja
9 hours ago
add a comment |
Don't mix-and-mismatch visual cues and metaphores: if you employ colored rows, don't employ horizontal rules. And, for sure, you can omit all vertical rules -- they're not needed.
documentclass{article}
usepackage[table,svgnames]{xcolor}
usepackage{array} % for 'extrarowheight' macro
begin{document}
begin{center}
sffamily
setlengthextrarowheight{2pt} % optional
setlengthtabcolsep{9pt} % default: 6pt
begin{tabular}{ ccccc }
%hline
rowcolor{LightBlue} multicolumn{5}{c}{Number of cells per type} \
%hline
rowcolor{LightBlue} a & b & c & d & e\
%hline
44 & 39 & 7 & 32 & 22 \
hline
end{tabular}
end{center}
end{document}
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
Thank you so much!
– Federica Benassi
9 hours ago
add a comment |
Don't mix-and-mismatch visual cues and metaphores: if you employ colored rows, don't employ horizontal rules. And, for sure, you can omit all vertical rules -- they're not needed.
documentclass{article}
usepackage[table,svgnames]{xcolor}
usepackage{array} % for 'extrarowheight' macro
begin{document}
begin{center}
sffamily
setlengthextrarowheight{2pt} % optional
setlengthtabcolsep{9pt} % default: 6pt
begin{tabular}{ ccccc }
%hline
rowcolor{LightBlue} multicolumn{5}{c}{Number of cells per type} \
%hline
rowcolor{LightBlue} a & b & c & d & e\
%hline
44 & 39 & 7 & 32 & 22 \
hline
end{tabular}
end{center}
end{document}
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
Thank you so much!
– Federica Benassi
9 hours ago
add a comment |
Don't mix-and-mismatch visual cues and metaphores: if you employ colored rows, don't employ horizontal rules. And, for sure, you can omit all vertical rules -- they're not needed.
documentclass{article}
usepackage[table,svgnames]{xcolor}
usepackage{array} % for 'extrarowheight' macro
begin{document}
begin{center}
sffamily
setlengthextrarowheight{2pt} % optional
setlengthtabcolsep{9pt} % default: 6pt
begin{tabular}{ ccccc }
%hline
rowcolor{LightBlue} multicolumn{5}{c}{Number of cells per type} \
%hline
rowcolor{LightBlue} a & b & c & d & e\
%hline
44 & 39 & 7 & 32 & 22 \
hline
end{tabular}
end{center}
end{document}
Don't mix-and-mismatch visual cues and metaphores: if you employ colored rows, don't employ horizontal rules. And, for sure, you can omit all vertical rules -- they're not needed.
documentclass{article}
usepackage[table,svgnames]{xcolor}
usepackage{array} % for 'extrarowheight' macro
begin{document}
begin{center}
sffamily
setlengthextrarowheight{2pt} % optional
setlengthtabcolsep{9pt} % default: 6pt
begin{tabular}{ ccccc }
%hline
rowcolor{LightBlue} multicolumn{5}{c}{Number of cells per type} \
%hline
rowcolor{LightBlue} a & b & c & d & e\
%hline
44 & 39 & 7 & 32 & 22 \
hline
end{tabular}
end{center}
end{document}
answered 9 hours ago
MicoMico
281k31385774
281k31385774
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
Thank you so much!
– Federica Benassi
9 hours ago
add a comment |
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
Thank you so much!
– Federica Benassi
9 hours ago
1
1
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
Nice remark and a good suggestion (+1).
– Raaja
9 hours ago
1
1
Thank you so much!
– Federica Benassi
9 hours ago
Thank you so much!
– Federica Benassi
9 hours ago
add a comment |
Federica Benassi is a new contributor. Be nice, and check out our Code of Conduct.
Federica Benassi is a new contributor. Be nice, and check out our Code of Conduct.
Federica Benassi is a new contributor. Be nice, and check out our Code of Conduct.
Federica Benassi is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477931%2fhow-can-i-create-a-table-like-this-in-latex%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
Welcome to TeX.SE. First of all, please try to ask one question per thread. And, please show us what you have tried so far. This is not a do-it-for-me site.
– Raaja
10 hours ago
begin{center} begin{tabular}{ |c|c|c|c|c| } hline multicolumn{5}{|c|}{Number of cells per type} \ hline a& b& c& d& e\ hline 44 & 39 & 7 & 32 &22 \ hline end{tabular} end{center}
– Federica Benassi
10 hours ago
1
Please add it in your question and kindly make it compilable.
– Raaja
10 hours ago
1
I have added it
– Federica Benassi
10 hours ago
Do you need the first two columns to be narrower than the next three, as appears to be the case in the screenshot you posted? Please advise.
– Mico
9 hours ago