How to colour a table with opaque colour such that no text and no lines are visible?How can I put a coloured outline around fraction lines?How to format table with long column head entries?Change text background within paragraph (with automatic linebreaks)Tabular and grid typesettingMulti-layered tableChanging border colors of all tables in a documenttabu package - gaps in vertical linesRecolor text, such that floats and footnotes are affected correctlyHow to set longtable width to text width so that the text in cell wraps around automatically?How to modify the text that prints when cross-referencing a table?

Drawing people along with x and y axis

Do I have any obligations to my PhD supervisor's requests after I have graduated?

What is "industrial ethernet"?

How did Bellatrix know about the Philosopher's Stone?

When can you leave off “le/la” to say “it” in French?

Why did pressing the joystick button spit out keypresses?

Is there a way, while dragging, to "snap" to the nearest guide?

.NET executes a SQL query and Active Monitor shows multiple rows blocking each other

Count All Possible Unique Combinations of Letters in a Word

How is hair tissue mineral analysis performed?

Why is it recommended to mix yogurt starter with a small amount of milk before adding to the entire batch?

Can there be an UN resolution to remove a country from the UNSC?

What could exist inside and between the walls of a Dyson Sphere?

Why tighten down in a criss-cross pattern?

What is the origin of Scooby-Doo's name?

What exactly is the 'online' in OLAP and OLTP?

Find the C-factor of a vote

How can I politely work my way around not liking coffee or beer when it comes to professional networking?

How much will studying magic in an academy cost?

Array initialization optimization

Is there a term for the belief that "if it's legal, it's moral"?

If I wouldn't want to read the story, is writing it still a good idea?

Is this proposal by U.S. presidential candidate Pete Buttigieg to change the composition of the Supreme Court constitutional?

What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?



How to colour a table with opaque colour such that no text and no lines are visible?


How can I put a coloured outline around fraction lines?How to format table with long column head entries?Change text background within paragraph (with automatic linebreaks)Tabular and grid typesettingMulti-layered tableChanging border colors of all tables in a documenttabu package - gaps in vertical linesRecolor text, such that floats and footnotes are affected correctlyHow to set longtable width to text width so that the text in cell wraps around automatically?How to modify the text that prints when cross-referencing a table?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am iterating a latex file and want to colour all the tables green such that no text or no lines are visible. I tried using "transparent" but it fades the colour along with the text. I want the colour to be the green and no text should be visible?
My code is



documentclass[border=3.14]standalone
usepackage[table]xcolor
begindocument
colorboxgreen
begintabular c
a & b \
c & d \
endtabular
enddocument









share|improve this question







New contributor



MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    2















    I am iterating a latex file and want to colour all the tables green such that no text or no lines are visible. I tried using "transparent" but it fades the colour along with the text. I want the colour to be the green and no text should be visible?
    My code is



    documentclass[border=3.14]standalone
    usepackage[table]xcolor
    begindocument
    colorboxgreen
    begintabular c
    a & b \
    c & d \
    endtabular
    enddocument









    share|improve this question







    New contributor



    MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      2












      2








      2








      I am iterating a latex file and want to colour all the tables green such that no text or no lines are visible. I tried using "transparent" but it fades the colour along with the text. I want the colour to be the green and no text should be visible?
      My code is



      documentclass[border=3.14]standalone
      usepackage[table]xcolor
      begindocument
      colorboxgreen
      begintabular c
      a & b \
      c & d \
      endtabular
      enddocument









      share|improve this question







      New contributor



      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am iterating a latex file and want to colour all the tables green such that no text or no lines are visible. I tried using "transparent" but it fades the colour along with the text. I want the colour to be the green and no text should be visible?
      My code is



      documentclass[border=3.14]standalone
      usepackage[table]xcolor
      begindocument
      colorboxgreen
      begintabular c
      a & b \
      c & d \
      endtabular
      enddocument






      tables color colorbox transparent






      share|improve this question







      New contributor



      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 8 hours ago









      MRIDUL SHARMAMRIDUL SHARMA

      285




      285




      New contributor



      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      MRIDUL SHARMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          3 Answers
          3






          active

          oldest

          votes


















          3














          colorgreen before the table will color the lines and text



          documentclass[border=3.14]standalone
          usepackage[table]xcolor
          begindocument
          colorboxgreen
          colorgreen
          begintabular c
          a & b \
          c & d \
          endtabular
          enddocument





          share|improve this answer








          New contributor



          user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


























            2














            I'm not sure whether I understood your question correctly or not. The following typesets its argument inside a box and outputs a green box which has the same size as the argument would have had.



            documentclass[]article

            usepackagexcolor
            usepackagegrabbox

            newsaveboxovergreenboxBox
            newcommand*overgreenbox
            %
            grabboxovergreenboxBoxhbox
            %
            textcolorgreen
            %
            vrule
            height htovergreenboxBox
            depth dpovergreenboxBox
            width wdovergreenboxBox
            %
            %


            begindocument
            overgreenboxbegintabular c a&b\c&d\endtabular
            enddocument


            enter image description here






            share|improve this answer
































              0














              You can colourise both cell background and text using the same colour. I forgot in in my first example, but arrayrulecolor colourise the lines:



              documentclass[border=3.14]standalone
              usepackage[table]xcolor
              begindocument

              begintabular * 2
              arrayrulecolorgreen
              a & b \
              c & d \
              endtabular
              enddocument


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



                );






                MRIDUL SHARMA is a new contributor. Be nice, and check out our Code of Conduct.









                draft saved

                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496512%2fhow-to-colour-a-table-with-opaque-colour-such-that-no-text-and-no-lines-are-visi%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









                3














                colorgreen before the table will color the lines and text



                documentclass[border=3.14]standalone
                usepackage[table]xcolor
                begindocument
                colorboxgreen
                colorgreen
                begintabular c
                a & b \
                c & d \
                endtabular
                enddocument





                share|improve this answer








                New contributor



                user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  3














                  colorgreen before the table will color the lines and text



                  documentclass[border=3.14]standalone
                  usepackage[table]xcolor
                  begindocument
                  colorboxgreen
                  colorgreen
                  begintabular c
                  a & b \
                  c & d \
                  endtabular
                  enddocument





                  share|improve this answer








                  New contributor



                  user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





















                    3












                    3








                    3







                    colorgreen before the table will color the lines and text



                    documentclass[border=3.14]standalone
                    usepackage[table]xcolor
                    begindocument
                    colorboxgreen
                    colorgreen
                    begintabular c
                    a & b \
                    c & d \
                    endtabular
                    enddocument





                    share|improve this answer








                    New contributor



                    user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    colorgreen before the table will color the lines and text



                    documentclass[border=3.14]standalone
                    usepackage[table]xcolor
                    begindocument
                    colorboxgreen
                    colorgreen
                    begintabular c
                    a & b \
                    c & d \
                    endtabular
                    enddocument






                    share|improve this answer








                    New contributor



                    user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    share|improve this answer



                    share|improve this answer






                    New contributor



                    user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    answered 8 hours ago









                    user191173user191173

                    2456




                    2456




                    New contributor



                    user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.




                    New contributor




                    user191173 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.

























                        2














                        I'm not sure whether I understood your question correctly or not. The following typesets its argument inside a box and outputs a green box which has the same size as the argument would have had.



                        documentclass[]article

                        usepackagexcolor
                        usepackagegrabbox

                        newsaveboxovergreenboxBox
                        newcommand*overgreenbox
                        %
                        grabboxovergreenboxBoxhbox
                        %
                        textcolorgreen
                        %
                        vrule
                        height htovergreenboxBox
                        depth dpovergreenboxBox
                        width wdovergreenboxBox
                        %
                        %


                        begindocument
                        overgreenboxbegintabular c a&b\c&d\endtabular
                        enddocument


                        enter image description here






                        share|improve this answer





























                          2














                          I'm not sure whether I understood your question correctly or not. The following typesets its argument inside a box and outputs a green box which has the same size as the argument would have had.



                          documentclass[]article

                          usepackagexcolor
                          usepackagegrabbox

                          newsaveboxovergreenboxBox
                          newcommand*overgreenbox
                          %
                          grabboxovergreenboxBoxhbox
                          %
                          textcolorgreen
                          %
                          vrule
                          height htovergreenboxBox
                          depth dpovergreenboxBox
                          width wdovergreenboxBox
                          %
                          %


                          begindocument
                          overgreenboxbegintabular c a&b\c&d\endtabular
                          enddocument


                          enter image description here






                          share|improve this answer



























                            2












                            2








                            2







                            I'm not sure whether I understood your question correctly or not. The following typesets its argument inside a box and outputs a green box which has the same size as the argument would have had.



                            documentclass[]article

                            usepackagexcolor
                            usepackagegrabbox

                            newsaveboxovergreenboxBox
                            newcommand*overgreenbox
                            %
                            grabboxovergreenboxBoxhbox
                            %
                            textcolorgreen
                            %
                            vrule
                            height htovergreenboxBox
                            depth dpovergreenboxBox
                            width wdovergreenboxBox
                            %
                            %


                            begindocument
                            overgreenboxbegintabular c a&b\c&d\endtabular
                            enddocument


                            enter image description here






                            share|improve this answer















                            I'm not sure whether I understood your question correctly or not. The following typesets its argument inside a box and outputs a green box which has the same size as the argument would have had.



                            documentclass[]article

                            usepackagexcolor
                            usepackagegrabbox

                            newsaveboxovergreenboxBox
                            newcommand*overgreenbox
                            %
                            grabboxovergreenboxBoxhbox
                            %
                            textcolorgreen
                            %
                            vrule
                            height htovergreenboxBox
                            depth dpovergreenboxBox
                            width wdovergreenboxBox
                            %
                            %


                            begindocument
                            overgreenboxbegintabular c a&b\c&d\endtabular
                            enddocument


                            enter image description here







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 7 hours ago

























                            answered 8 hours ago









                            SkillmonSkillmon

                            26.1k12554




                            26.1k12554





















                                0














                                You can colourise both cell background and text using the same colour. I forgot in in my first example, but arrayrulecolor colourise the lines:



                                documentclass[border=3.14]standalone
                                usepackage[table]xcolor
                                begindocument

                                begintabular * 2
                                arrayrulecolorgreen
                                a & b \
                                c & d \
                                endtabular
                                enddocument


                                enter image description here






                                share|improve this answer





























                                  0














                                  You can colourise both cell background and text using the same colour. I forgot in in my first example, but arrayrulecolor colourise the lines:



                                  documentclass[border=3.14]standalone
                                  usepackage[table]xcolor
                                  begindocument

                                  begintabular * 2
                                  arrayrulecolorgreen
                                  a & b \
                                  c & d \
                                  endtabular
                                  enddocument


                                  enter image description here






                                  share|improve this answer



























                                    0












                                    0








                                    0







                                    You can colourise both cell background and text using the same colour. I forgot in in my first example, but arrayrulecolor colourise the lines:



                                    documentclass[border=3.14]standalone
                                    usepackage[table]xcolor
                                    begindocument

                                    begintabular * 2
                                    arrayrulecolorgreen
                                    a & b \
                                    c & d \
                                    endtabular
                                    enddocument


                                    enter image description here






                                    share|improve this answer















                                    You can colourise both cell background and text using the same colour. I forgot in in my first example, but arrayrulecolor colourise the lines:



                                    documentclass[border=3.14]standalone
                                    usepackage[table]xcolor
                                    begindocument

                                    begintabular * 2
                                    arrayrulecolorgreen
                                    a & b \
                                    c & d \
                                    endtabular
                                    enddocument


                                    enter image description here







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited 7 hours ago

























                                    answered 8 hours ago









                                    SveinungSveinung

                                    12.2k23359




                                    12.2k23359




















                                        MRIDUL SHARMA is a new contributor. Be nice, and check out our Code of Conduct.









                                        draft saved

                                        draft discarded


















                                        MRIDUL SHARMA is a new contributor. Be nice, and check out our Code of Conduct.












                                        MRIDUL SHARMA is a new contributor. Be nice, and check out our Code of Conduct.











                                        MRIDUL SHARMA 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.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496512%2fhow-to-colour-a-table-with-opaque-colour-such-that-no-text-and-no-lines-are-visi%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

                                        Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                                        Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                        François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480