Multirow texts overlapping with hline in this table
the edges are not drawn, why ?
How can it be solved?
I want complete table:
documentclass[12pt]{article}
usepackage{multirow}
usepackage{multicol}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
usepackage{hhline}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|c|}
hhline{*{3}{|-}|~|}
technique & multicolumn{2}{c|}{aaaaa}\
hhline{*{3}{|-}|~|}
%I dont yet know how to do it locally, so modiying the multirow color globally and then redefining it.
hhline{|>{arrayrulecolor{cyan}}->{arrayrulecolor{black}}|-|-|}
multirow{-2}{=}{{cellcolor{cyan}1}}& {cellcolor{cyan}1e-1} & {cellcolor{cyan}1e-2} & {cellcolor{cyan}1e-2} \
multirow{-2}{=}{{2}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{3}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{4}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{5}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
tables
add a comment |
the edges are not drawn, why ?
How can it be solved?
I want complete table:
documentclass[12pt]{article}
usepackage{multirow}
usepackage{multicol}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
usepackage{hhline}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|c|}
hhline{*{3}{|-}|~|}
technique & multicolumn{2}{c|}{aaaaa}\
hhline{*{3}{|-}|~|}
%I dont yet know how to do it locally, so modiying the multirow color globally and then redefining it.
hhline{|>{arrayrulecolor{cyan}}->{arrayrulecolor{black}}|-|-|}
multirow{-2}{=}{{cellcolor{cyan}1}}& {cellcolor{cyan}1e-1} & {cellcolor{cyan}1e-2} & {cellcolor{cyan}1e-2} \
multirow{-2}{=}{{2}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{3}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{4}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{5}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
tables
Check the number of columns and its alignment in your table definition. Which is conflicting with thehhline
formulations.
– Raaja
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
2
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
1
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday
add a comment |
the edges are not drawn, why ?
How can it be solved?
I want complete table:
documentclass[12pt]{article}
usepackage{multirow}
usepackage{multicol}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
usepackage{hhline}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|c|}
hhline{*{3}{|-}|~|}
technique & multicolumn{2}{c|}{aaaaa}\
hhline{*{3}{|-}|~|}
%I dont yet know how to do it locally, so modiying the multirow color globally and then redefining it.
hhline{|>{arrayrulecolor{cyan}}->{arrayrulecolor{black}}|-|-|}
multirow{-2}{=}{{cellcolor{cyan}1}}& {cellcolor{cyan}1e-1} & {cellcolor{cyan}1e-2} & {cellcolor{cyan}1e-2} \
multirow{-2}{=}{{2}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{3}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{4}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{5}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
tables
the edges are not drawn, why ?
How can it be solved?
I want complete table:
documentclass[12pt]{article}
usepackage{multirow}
usepackage{multicol}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
usepackage{hhline}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|c|}
hhline{*{3}{|-}|~|}
technique & multicolumn{2}{c|}{aaaaa}\
hhline{*{3}{|-}|~|}
%I dont yet know how to do it locally, so modiying the multirow color globally and then redefining it.
hhline{|>{arrayrulecolor{cyan}}->{arrayrulecolor{black}}|-|-|}
multirow{-2}{=}{{cellcolor{cyan}1}}& {cellcolor{cyan}1e-1} & {cellcolor{cyan}1e-2} & {cellcolor{cyan}1e-2} \
multirow{-2}{=}{{2}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{3}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{4}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
multirow{-2}{=}{{5}}& {1e-1} & {1e-2} & {1e-2} \
hhline{*{3}{|-}|~|}
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
tables
tables
edited 24 mins ago
Raaja
2,9102933
2,9102933
asked yesterday
x-rwx-rw
40717
40717
Check the number of columns and its alignment in your table definition. Which is conflicting with thehhline
formulations.
– Raaja
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
2
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
1
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday
add a comment |
Check the number of columns and its alignment in your table definition. Which is conflicting with thehhline
formulations.
– Raaja
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
2
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
1
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday
Check the number of columns and its alignment in your table definition. Which is conflicting with the
hhline
formulations.– Raaja
yesterday
Check the number of columns and its alignment in your table definition. Which is conflicting with the
hhline
formulations.– Raaja
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
2
2
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
1
1
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday
add a comment |
2 Answers
2
active
oldest
votes
I hope I understand correctly what you want.
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
end{document}
Easiest way to enlarge a table vertically is to redefine arraystretch
to something bigger than 1 (begingroup
and endgroup
added to keep the change local):
documentclass[border=2mm]{standalone}
usepackage[table]{xcolor}
begin{document}
begingroup
defarraystretch{1.2}%
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
endgroup
end{document}
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
add a comment |
Try this
documentclass[12pt]{article}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa}\
hline
{cellcolor{cyan}x}& {cellcolor{cyan}Margen C} & {cellcolor{cyan}Gamma}&{cellcolor{cyan}y}\
hline
OC-SVM & Margen C & Gamma&1\hline
OC-SVM& 1e-1 & 1e-2 &2 \
hline
RNA & Lr & error&3\hline
OC-SVM& 0.9 & 0.0001&3 \
hline
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
This would give you:
Everybody starts as a beginner, it's always better to read the manual first (most of the answers are there per se). Something that I learnt recently ;)
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%2f471490%2fmultirow-texts-overlapping-with-hline-in-this-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I hope I understand correctly what you want.
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
end{document}
Easiest way to enlarge a table vertically is to redefine arraystretch
to something bigger than 1 (begingroup
and endgroup
added to keep the change local):
documentclass[border=2mm]{standalone}
usepackage[table]{xcolor}
begin{document}
begingroup
defarraystretch{1.2}%
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
endgroup
end{document}
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
add a comment |
I hope I understand correctly what you want.
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
end{document}
Easiest way to enlarge a table vertically is to redefine arraystretch
to something bigger than 1 (begingroup
and endgroup
added to keep the change local):
documentclass[border=2mm]{standalone}
usepackage[table]{xcolor}
begin{document}
begingroup
defarraystretch{1.2}%
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
endgroup
end{document}
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
add a comment |
I hope I understand correctly what you want.
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
end{document}
Easiest way to enlarge a table vertically is to redefine arraystretch
to something bigger than 1 (begingroup
and endgroup
added to keep the change local):
documentclass[border=2mm]{standalone}
usepackage[table]{xcolor}
begin{document}
begingroup
defarraystretch{1.2}%
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
endgroup
end{document}
I hope I understand correctly what you want.
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
end{document}
Easiest way to enlarge a table vertically is to redefine arraystretch
to something bigger than 1 (begingroup
and endgroup
added to keep the change local):
documentclass[border=2mm]{standalone}
usepackage[table]{xcolor}
begin{document}
begingroup
defarraystretch{1.2}%
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa} \
hline
rowcolor{cyan}
1 & 1e-1 & 1e-2 & 1e-2 \
hline
2 & 1e-1 & 1e-2 & 1e-2 \
hline
3 & 1e-1 & 1e-2 & 1e-2 \
hline
4 & 1e-1 & 1e-2 & 1e-2 \
hline
5 & 1e-1 & 1e-2 & 1e-2 \
hline
end{tabular}
endgroup
end{document}
edited yesterday
answered yesterday
SkillmonSkillmon
21.8k11942
21.8k11942
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
add a comment |
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
How put more spacing in each cell?
– x-rw
yesterday
How put more spacing in each cell?
– x-rw
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
@x-rw horizontally or vertically?
– Skillmon
yesterday
mmm vertically please
– x-rw
yesterday
mmm vertically please
– x-rw
yesterday
@x-rw see my edit.
– Skillmon
yesterday
@x-rw see my edit.
– Skillmon
yesterday
add a comment |
Try this
documentclass[12pt]{article}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa}\
hline
{cellcolor{cyan}x}& {cellcolor{cyan}Margen C} & {cellcolor{cyan}Gamma}&{cellcolor{cyan}y}\
hline
OC-SVM & Margen C & Gamma&1\hline
OC-SVM& 1e-1 & 1e-2 &2 \
hline
RNA & Lr & error&3\hline
OC-SVM& 0.9 & 0.0001&3 \
hline
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
This would give you:
Everybody starts as a beginner, it's always better to read the manual first (most of the answers are there per se). Something that I learnt recently ;)
add a comment |
Try this
documentclass[12pt]{article}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa}\
hline
{cellcolor{cyan}x}& {cellcolor{cyan}Margen C} & {cellcolor{cyan}Gamma}&{cellcolor{cyan}y}\
hline
OC-SVM & Margen C & Gamma&1\hline
OC-SVM& 1e-1 & 1e-2 &2 \
hline
RNA & Lr & error&3\hline
OC-SVM& 0.9 & 0.0001&3 \
hline
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
This would give you:
Everybody starts as a beginner, it's always better to read the manual first (most of the answers are there per se). Something that I learnt recently ;)
add a comment |
Try this
documentclass[12pt]{article}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa}\
hline
{cellcolor{cyan}x}& {cellcolor{cyan}Margen C} & {cellcolor{cyan}Gamma}&{cellcolor{cyan}y}\
hline
OC-SVM & Margen C & Gamma&1\hline
OC-SVM& 1e-1 & 1e-2 &2 \
hline
RNA & Lr & error&3\hline
OC-SVM& 0.9 & 0.0001&3 \
hline
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
This would give you:
Everybody starts as a beginner, it's always better to read the manual first (most of the answers are there per se). Something that I learnt recently ;)
Try this
documentclass[12pt]{article}
usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
usepackage{colortbl}
begin{document}
begin{table}
centering
copyrightbox[b]{
begin{tabular}{|p{25mm}|c|c|c|}
hline
technique & multicolumn{3}{c|}{aaaaa}\
hline
{cellcolor{cyan}x}& {cellcolor{cyan}Margen C} & {cellcolor{cyan}Gamma}&{cellcolor{cyan}y}\
hline
OC-SVM & Margen C & Gamma&1\hline
OC-SVM& 1e-1 & 1e-2 &2 \
hline
RNA & Lr & error&3\hline
OC-SVM& 0.9 & 0.0001&3 \
hline
% etc. ...
end{tabular}
}{copyright info text}
end{table}
end{document}
This would give you:
Everybody starts as a beginner, it's always better to read the manual first (most of the answers are there per se). Something that I learnt recently ;)
edited yesterday
answered yesterday
RaajaRaaja
2,9102933
2,9102933
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%2f471490%2fmultirow-texts-overlapping-with-hline-in-this-table%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
Check the number of columns and its alignment in your table definition. Which is conflicting with the
hhline
formulations.– Raaja
yesterday
@Raaja i new in latex please i need the help
– x-rw
yesterday
2
What do you want to achieve? I'm a bit lost here...
– Skillmon
yesterday
1
Do you want those numbers to be placed on those lines?
– Skillmon
yesterday
@Skillmon I put a new image, that image shows what I want to achieve
– x-rw
yesterday