Horizontal line in tables coming in article document class but not visible in beamerHow to remove extra black...

What's the difference between a cart and a wagon?

Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?

Easy code troubleshooting in wordpress

Six real numbers so that product of any five is the sixth one

Hacker Rank: Array left rotation

Can chords be played on the flute?

Sometimes a banana is just a banana

Compare four integers, return word based on maximum

Multiplication via squaring and addition

Exponential growth/decay formula: what happened to the other constant of integration?

What am I? I am in theaters and computer programs

As a new poet, where can I find help from a professional to judge my work?

How can I handle a player who pre-plans arguments about my rulings on RAW?

What is the wife of a henpecked husband called?

You'll find me clean when something is full

How do I construct an nxn matrix?

Where is the fallacy here?

Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?

Can you use a beast's innate abilities while polymorphed?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

Understanding Kramnik's play in game 1 of Candidates 2018

Use comma instead of & in table

What is this waxed root vegetable?

What type of postprocessing gives the effect of people standing out



Horizontal line in tables coming in article document class but not visible in beamer


How to remove extra black line coming in table due to hhlineFancy table: Multicol and multirowbeamer blocks in ordinary article-style documentDisplaying slides with Beamer and Article classarticle style bibliography in Beamer classBeamer columns environment in article documentTabular and grid typesettingtabu package - gaps in vertical linesEmbedded movies, animations in beamer and article document classMath error with beamer but not article - multiple 'missing { inserted'listings' line numbers non selectable: okay with beamer but not with (e.g.) article class (if hyperref is used)Setting line spread globally, but not for tables













0















The following table (How to remove extra black line coming in table due to hhline) is working fine in document class article but, the horizontal lines of table are not visible in beamer class.



documentclass{article}
usepackage{hhline}
usepackage[table, svgnames]{xcolor}

usepackage{multirow}
usepackage{booktabs}

definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

begin{document}

begin{table}[ht]
centering
setlengtharrayrulewidth{1.3pt}
footnotesizesetlength{tabcolsep}{2.7 pt}
renewcommand{arraystretch}{1.4}
begin{tabular}{|c|c|c|c|c|c|c|}
hline
cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
multirow{-2}{*}{cellcolor{aliceblue}Methods}
& cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
end{tabular}
end{table}
end{document}


How do I make the horizontal lines to be visible in beamer environment as well?










share|improve this question




















  • 1





    Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

    – koleygr
    14 hours ago






  • 1





    if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

    – Zarko
    14 hours ago
















0















The following table (How to remove extra black line coming in table due to hhline) is working fine in document class article but, the horizontal lines of table are not visible in beamer class.



documentclass{article}
usepackage{hhline}
usepackage[table, svgnames]{xcolor}

usepackage{multirow}
usepackage{booktabs}

definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

begin{document}

begin{table}[ht]
centering
setlengtharrayrulewidth{1.3pt}
footnotesizesetlength{tabcolsep}{2.7 pt}
renewcommand{arraystretch}{1.4}
begin{tabular}{|c|c|c|c|c|c|c|}
hline
cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
multirow{-2}{*}{cellcolor{aliceblue}Methods}
& cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
end{tabular}
end{table}
end{document}


How do I make the horizontal lines to be visible in beamer environment as well?










share|improve this question




















  • 1





    Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

    – koleygr
    14 hours ago






  • 1





    if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

    – Zarko
    14 hours ago














0












0








0








The following table (How to remove extra black line coming in table due to hhline) is working fine in document class article but, the horizontal lines of table are not visible in beamer class.



documentclass{article}
usepackage{hhline}
usepackage[table, svgnames]{xcolor}

usepackage{multirow}
usepackage{booktabs}

definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

begin{document}

begin{table}[ht]
centering
setlengtharrayrulewidth{1.3pt}
footnotesizesetlength{tabcolsep}{2.7 pt}
renewcommand{arraystretch}{1.4}
begin{tabular}{|c|c|c|c|c|c|c|}
hline
cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
multirow{-2}{*}{cellcolor{aliceblue}Methods}
& cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
end{tabular}
end{table}
end{document}


How do I make the horizontal lines to be visible in beamer environment as well?










share|improve this question
















The following table (How to remove extra black line coming in table due to hhline) is working fine in document class article but, the horizontal lines of table are not visible in beamer class.



documentclass{article}
usepackage{hhline}
usepackage[table, svgnames]{xcolor}

usepackage{multirow}
usepackage{booktabs}

definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

begin{document}

begin{table}[ht]
centering
setlengtharrayrulewidth{1.3pt}
footnotesizesetlength{tabcolsep}{2.7 pt}
renewcommand{arraystretch}{1.4}
begin{tabular}{|c|c|c|c|c|c|c|}
hline
cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
multirow{-2}{*}{cellcolor{aliceblue}Methods}
& cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
end{tabular}
end{table}
end{document}


How do I make the horizontal lines to be visible in beamer environment as well?







tables beamer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 14 hours ago









JouleV

4,76111039




4,76111039










asked 14 hours ago









ShiSShiS

316129




316129








  • 1





    Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

    – koleygr
    14 hours ago






  • 1





    if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

    – Zarko
    14 hours ago














  • 1





    Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

    – koleygr
    14 hours ago






  • 1





    if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

    – Zarko
    14 hours ago








1




1





Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

– koleygr
14 hours ago





Add this : makeatletterletzzreset@colordefreset@color{kernz@zz}makeatother in your preamble as described here: tex.stackexchange.com/a/405021/120578

– koleygr
14 hours ago




1




1





if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

– Zarko
14 hours ago





if you would consider tex.stackexchange.com/questions/477205/… answer, than you wouldn't have these problems ;-)

– Zarko
14 hours ago










1 Answer
1






active

oldest

votes


















0














Possible duplicate of this, So, do not upvote:



Full solution:



documentclass[xcolor=table]{beamer}
usepackage{hhline}
makeatletter
letzzreset@color
defreset@color{kernz@zz}
makeatother

usepackage{multirow}
usepackage{booktabs}

definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

begin{document}
begin{frame}
begin{table}[ht]
centering
setlengtharrayrulewidth{1.3pt}
footnotesizesetlength{tabcolsep}{2.7 pt}
renewcommand{arraystretch}{1.4}
begin{tabular}{|c|c|c|c|c|c|c|}
hline
cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
multirow{-2}{*}{cellcolor{aliceblue}Methods}
& cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
end{tabular}
end{table}
end{frame}
end{document}


enter image description here






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%2f477683%2fhorizontal-line-in-tables-coming-in-article-document-class-but-not-visible-in-be%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Possible duplicate of this, So, do not upvote:



    Full solution:



    documentclass[xcolor=table]{beamer}
    usepackage{hhline}
    makeatletter
    letzzreset@color
    defreset@color{kernz@zz}
    makeatother

    usepackage{multirow}
    usepackage{booktabs}

    definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
    definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

    definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

    begin{document}
    begin{frame}
    begin{table}[ht]
    centering
    setlengtharrayrulewidth{1.3pt}
    footnotesizesetlength{tabcolsep}{2.7 pt}
    renewcommand{arraystretch}{1.4}
    begin{tabular}{|c|c|c|c|c|c|c|}
    hline
    cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
    hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
    multirow{-2}{*}{cellcolor{aliceblue}Methods}
    & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
    rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
    rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
    rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
    rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
    end{tabular}
    end{table}
    end{frame}
    end{document}


    enter image description here






    share|improve this answer




























      0














      Possible duplicate of this, So, do not upvote:



      Full solution:



      documentclass[xcolor=table]{beamer}
      usepackage{hhline}
      makeatletter
      letzzreset@color
      defreset@color{kernz@zz}
      makeatother

      usepackage{multirow}
      usepackage{booktabs}

      definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
      definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

      definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

      begin{document}
      begin{frame}
      begin{table}[ht]
      centering
      setlengtharrayrulewidth{1.3pt}
      footnotesizesetlength{tabcolsep}{2.7 pt}
      renewcommand{arraystretch}{1.4}
      begin{tabular}{|c|c|c|c|c|c|c|}
      hline
      cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
      hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
      multirow{-2}{*}{cellcolor{aliceblue}Methods}
      & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
      rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
      rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
      rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
      rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
      end{tabular}
      end{table}
      end{frame}
      end{document}


      enter image description here






      share|improve this answer


























        0












        0








        0







        Possible duplicate of this, So, do not upvote:



        Full solution:



        documentclass[xcolor=table]{beamer}
        usepackage{hhline}
        makeatletter
        letzzreset@color
        defreset@color{kernz@zz}
        makeatother

        usepackage{multirow}
        usepackage{booktabs}

        definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
        definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

        definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

        begin{document}
        begin{frame}
        begin{table}[ht]
        centering
        setlengtharrayrulewidth{1.3pt}
        footnotesizesetlength{tabcolsep}{2.7 pt}
        renewcommand{arraystretch}{1.4}
        begin{tabular}{|c|c|c|c|c|c|c|}
        hline
        cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
        hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
        multirow{-2}{*}{cellcolor{aliceblue}Methods}
        & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
        rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
        rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
        rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
        rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
        end{tabular}
        end{table}
        end{frame}
        end{document}


        enter image description here






        share|improve this answer













        Possible duplicate of this, So, do not upvote:



        Full solution:



        documentclass[xcolor=table]{beamer}
        usepackage{hhline}
        makeatletter
        letzzreset@color
        defreset@color{kernz@zz}
        makeatother

        usepackage{multirow}
        usepackage{booktabs}

        definecolor{Aliceblue}{rgb}{0.94, 0.97, 1.0}
        definecolor{aliceblue}{rgb}{0.94, 0.97, 1.0}

        definecolor{babyblue}{rgb}{0.54, 0.81, 0.94}

        begin{document}
        begin{frame}
        begin{table}[ht]
        centering
        setlengtharrayrulewidth{1.3pt}
        footnotesizesetlength{tabcolsep}{2.7 pt}
        renewcommand{arraystretch}{1.4}
        begin{tabular}{|c|c|c|c|c|c|c|}
        hline
        cellcolor{aliceblue} & multicolumn{2}{c|}{cellcolor{babyblue}ISE} & multicolumn{2}{c|}{cellcolor{babyblue}IAE} & multicolumn{2}{c|}{cellcolor{babyblue}ITAE} \
        hhline{|>{arrayrulecolor{aliceblue}}->{arrayrulecolor{black}}|-|-|-|-|-|-|} % <==========================================
        multirow{-2}{*}{cellcolor{aliceblue}Methods}
        & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% & cellcolor{aliceblue}-20% & cellcolor{aliceblue}+20% \ hhline{-|*6-}
        rowcolor{babyblue}ABC & 0.5645 & 0.63 & 1.8 & 1.8 & 6.1 & 6.6 \ hhline{-|*6-}
        rowcolor{aliceblue}XYZ & 2.1 & 2.3 & 0.881 & 9.82 & 9.2 & 28.9 \ hhline{-|*6-}
        rowcolor{babyblue}MNO & 0.68 & 0.97 & 1.62 & 1.61 & 8.9 & 8.2 \ hhline{-|*6-}
        rowcolor{aliceblue} PQR & 0.65 & 0.753 & 2.064 & 2.231 & 28.04 & 28.56 \ hhline{-|*6-}
        end{tabular}
        end{table}
        end{frame}
        end{document}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 14 hours ago









        koleygrkoleygr

        11.7k11038




        11.7k11038






























            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%2f477683%2fhorizontal-line-in-tables-coming-in-article-document-class-but-not-visible-in-be%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

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...