Multirow texts overlapping with hline in this table












0















the edges are not drawn, why ?
How can it be solved?



enter image description here



I want complete table:



enter image description here



 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}









share|improve this question

























  • 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
















0















the edges are not drawn, why ?
How can it be solved?



enter image description here



I want complete table:



enter image description here



 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}









share|improve this question

























  • 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














0












0








0








the edges are not drawn, why ?
How can it be solved?



enter image description here



I want complete table:



enter image description here



 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}









share|improve this question
















the edges are not drawn, why ?
How can it be solved?



enter image description here



I want complete table:



enter image description here



 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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



















  • 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

















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










2 Answers
2






active

oldest

votes


















3














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}


enter image description here



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}





share|improve this answer


























  • 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



















3














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:



enter image description here



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 ;)






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    3














    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}


    enter image description here



    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}





    share|improve this answer


























    • 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
















    3














    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}


    enter image description here



    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}





    share|improve this answer


























    • 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














    3












    3








    3







    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}


    enter image description here



    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}





    share|improve this answer















    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}


    enter image description here



    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}






    share|improve this answer














    share|improve this answer



    share|improve this answer








    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



















    • 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











    3














    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:



    enter image description here



    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 ;)






    share|improve this answer






























      3














      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:



      enter image description here



      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 ;)






      share|improve this answer




























        3












        3








        3







        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:



        enter image description here



        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 ;)






        share|improve this answer















        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:



        enter image description here



        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 ;)







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited yesterday

























        answered yesterday









        RaajaRaaja

        2,9102933




        2,9102933






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            サソリ

            広島県道265号伴広島線

            Accessing regular linux commands in Huawei's Dopra Linux