color rows on table (Tabu package)tabularx with different column widthsWhy is the start row of rowcolors ignored in tabularx?vertical space around horizontal rules between tabu rows while maintaining colorDisable tabulinesep for some rows with tabu packageCells in tabu move vertically when color begins the celltabu package endtabu errorBeautify ugly tabu tablePackage tabu: changing row color changes spacing?Formatting tabu tableColumn Width with Tabu PackageColor table rows and columnstabu: Alternating colors of rows

Which is the better way to call a method that is only available to one class that implements an interface but not the other one?

Longest bridge/tunnel that can be cycled over/through?

Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?

I've been given a project I can't complete, what should I do?

Scientist couple raises alien baby

Is it possible for a vehicle to be manufactured without a catalytic converter?

Explain the ending of Black Mirror's "Smithereens"

How to publish items after pipeline is finished?

bash does not know the letter 'p'

Are there any normal animals in Pokemon universe?

If I leave the US through an airport, do I have to return through the same airport?

Does Assassinate grant two attacks?

What is exactly Avijja -- and how to uproot it?

Can I utilise a baking stone to make crepes?

I have a problematic assistant manager, but I can't fire him

color rows on table (Tabu package)

Can a human be transformed into a Mind Flayer?

How to communicate to my GM that not being allowed to use stealth isn't fun for me?

If there's something that implicates the president why is there then a national security issue? (John Dowd)

Proving that a Russian cryptographic standard is too structured

Why can my keyboard only digest 6 keypresses at a time?

Bb13b9 confusion

How can I end combat quickly when the outcome is inevitable?

Does putting salt first make it easier for attacker to bruteforce the hash?



color rows on table (Tabu package)


tabularx with different column widthsWhy is the start row of rowcolors ignored in tabularx?vertical space around horizontal rules between tabu rows while maintaining colorDisable tabulinesep for some rows with tabu packageCells in tabu move vertically when color begins the celltabu package endtabu errorBeautify ugly tabu tablePackage tabu: changing row color changes spacing?Formatting tabu tableColumn Width with Tabu PackageColor table rows and columnstabu: Alternating colors of rows













2















I am writing a table with colored rows using the tabupackage (2.10). For example



documentclass[12pt]article
usepackagetabu
usepackage[table]xcolor
begindocument
begintable
rowcolors2redblue
begintabucc
toprule
Row1 & A \
Row2 & B \
Row3 & C \
bottomrule
endtabu
endtable
enddocument


I have also tried with taburowcolors 2red ... blue but the colors never show up at all.



I am aware of the issue at the github repo https://github.com/tabu-fixed/tabu/issues and even after manually updating to the 2.10 release, the problem still persists for me.



Does anyone know if the problem has been fixed? If so, how can I get the colored table.



It is worth to mention that I am using the tabuenviroment as I will be using the columns with custom lengths X[n]. Is there any other alternative to tabu where I can set up the length of the columns?










share|improve this question

















  • 1





    You could switch to the tabularx package.

    – leandriis
    8 hours ago











  • @leandriis I am not aware of an easy way of set custom column width with the tabularx package

    – C. Zhihao
    8 hours ago











  • Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

    – leandriis
    8 hours ago






  • 1





    No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

    – Ulrike Fischer
    7 hours ago















2















I am writing a table with colored rows using the tabupackage (2.10). For example



documentclass[12pt]article
usepackagetabu
usepackage[table]xcolor
begindocument
begintable
rowcolors2redblue
begintabucc
toprule
Row1 & A \
Row2 & B \
Row3 & C \
bottomrule
endtabu
endtable
enddocument


I have also tried with taburowcolors 2red ... blue but the colors never show up at all.



I am aware of the issue at the github repo https://github.com/tabu-fixed/tabu/issues and even after manually updating to the 2.10 release, the problem still persists for me.



Does anyone know if the problem has been fixed? If so, how can I get the colored table.



It is worth to mention that I am using the tabuenviroment as I will be using the columns with custom lengths X[n]. Is there any other alternative to tabu where I can set up the length of the columns?










share|improve this question

















  • 1





    You could switch to the tabularx package.

    – leandriis
    8 hours ago











  • @leandriis I am not aware of an easy way of set custom column width with the tabularx package

    – C. Zhihao
    8 hours ago











  • Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

    – leandriis
    8 hours ago






  • 1





    No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

    – Ulrike Fischer
    7 hours ago













2












2








2








I am writing a table with colored rows using the tabupackage (2.10). For example



documentclass[12pt]article
usepackagetabu
usepackage[table]xcolor
begindocument
begintable
rowcolors2redblue
begintabucc
toprule
Row1 & A \
Row2 & B \
Row3 & C \
bottomrule
endtabu
endtable
enddocument


I have also tried with taburowcolors 2red ... blue but the colors never show up at all.



I am aware of the issue at the github repo https://github.com/tabu-fixed/tabu/issues and even after manually updating to the 2.10 release, the problem still persists for me.



Does anyone know if the problem has been fixed? If so, how can I get the colored table.



It is worth to mention that I am using the tabuenviroment as I will be using the columns with custom lengths X[n]. Is there any other alternative to tabu where I can set up the length of the columns?










share|improve this question














I am writing a table with colored rows using the tabupackage (2.10). For example



documentclass[12pt]article
usepackagetabu
usepackage[table]xcolor
begindocument
begintable
rowcolors2redblue
begintabucc
toprule
Row1 & A \
Row2 & B \
Row3 & C \
bottomrule
endtabu
endtable
enddocument


I have also tried with taburowcolors 2red ... blue but the colors never show up at all.



I am aware of the issue at the github repo https://github.com/tabu-fixed/tabu/issues and even after manually updating to the 2.10 release, the problem still persists for me.



Does anyone know if the problem has been fixed? If so, how can I get the colored table.



It is worth to mention that I am using the tabuenviroment as I will be using the columns with custom lengths X[n]. Is there any other alternative to tabu where I can set up the length of the columns?







tables color tabularx tabu






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 8 hours ago









C. ZhihaoC. Zhihao

1456




1456







  • 1





    You could switch to the tabularx package.

    – leandriis
    8 hours ago











  • @leandriis I am not aware of an easy way of set custom column width with the tabularx package

    – C. Zhihao
    8 hours ago











  • Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

    – leandriis
    8 hours ago






  • 1





    No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

    – Ulrike Fischer
    7 hours ago












  • 1





    You could switch to the tabularx package.

    – leandriis
    8 hours ago











  • @leandriis I am not aware of an easy way of set custom column width with the tabularx package

    – C. Zhihao
    8 hours ago











  • Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

    – leandriis
    8 hours ago






  • 1





    No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

    – Ulrike Fischer
    7 hours ago







1




1





You could switch to the tabularx package.

– leandriis
8 hours ago





You could switch to the tabularx package.

– leandriis
8 hours ago













@leandriis I am not aware of an easy way of set custom column width with the tabularx package

– C. Zhihao
8 hours ago





@leandriis I am not aware of an easy way of set custom column width with the tabularx package

– C. Zhihao
8 hours ago













Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

– leandriis
8 hours ago





Changing the column width of tabularx X type columns can be done using >hsize=2hsizeX see for example: tex.stackexchange.com/a/337578/134144

– leandriis
8 hours ago




1




1





No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

– Ulrike Fischer
7 hours ago





No the problem hasn't been fixed. Read carefully the readme of the github you mentioned before continuing to use tabu.

– Ulrike Fischer
7 hours ago










2 Answers
2






active

oldest

votes


















3














like this?



enter image description here



Why not use tabu package is explained in comments below your question ...



Solution can be use tabularx instead of tabu and boldline for horizontal lines with adjusted thickness (instead booktabs rules, which have (white) space above/below rule):



documentclass[12pt]article
usepackageboldline% for rules, part of Shipunov bundle
usepackagetabularx
newcolumntypeC>centeringarraybackslashX
usepackage[table]xcolor
newcountertblerows% see https://tex.stackexchange.com/questions/297345/
% why-is-the-start-row-of-rowcolors-ignored-in-tabularx
expandafterletcsname c@tblerowsendcsnamerownum

begindocument
begintable
rowcolors2red!30blue!30
begintabularx0.5linewidth>hsize=1.5hsizeC
>hsize=0.5hsizeC

hlineB2
Row1 & AA AA \
Row2 & B \
Row3 & C \
hlineB2
endtabularx
endtable
enddocument





share|improve this answer
































    3














    The same question has been submitted in GitHub, see Simplest MWE to have an alternating row color #18. The proposed solution for the version v2.9 2019/01/11 of tabu comments some commands, see Figure. For further details, please check the solution provided in GitHub.



    enter image description here



    I try this fix in tabu.sty (v2.9) and does what you are looking for. Maybe it will be fixed in the next release of tabu.



    In any case, please consider the above remark of Ulrike Fisher and thus the solution proposed by Zarco.






    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%2f494689%2fcolor-rows-on-table-tabu-package%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














      like this?



      enter image description here



      Why not use tabu package is explained in comments below your question ...



      Solution can be use tabularx instead of tabu and boldline for horizontal lines with adjusted thickness (instead booktabs rules, which have (white) space above/below rule):



      documentclass[12pt]article
      usepackageboldline% for rules, part of Shipunov bundle
      usepackagetabularx
      newcolumntypeC>centeringarraybackslashX
      usepackage[table]xcolor
      newcountertblerows% see https://tex.stackexchange.com/questions/297345/
      % why-is-the-start-row-of-rowcolors-ignored-in-tabularx
      expandafterletcsname c@tblerowsendcsnamerownum

      begindocument
      begintable
      rowcolors2red!30blue!30
      begintabularx0.5linewidth>hsize=1.5hsizeC
      >hsize=0.5hsizeC

      hlineB2
      Row1 & AA AA \
      Row2 & B \
      Row3 & C \
      hlineB2
      endtabularx
      endtable
      enddocument





      share|improve this answer





























        3














        like this?



        enter image description here



        Why not use tabu package is explained in comments below your question ...



        Solution can be use tabularx instead of tabu and boldline for horizontal lines with adjusted thickness (instead booktabs rules, which have (white) space above/below rule):



        documentclass[12pt]article
        usepackageboldline% for rules, part of Shipunov bundle
        usepackagetabularx
        newcolumntypeC>centeringarraybackslashX
        usepackage[table]xcolor
        newcountertblerows% see https://tex.stackexchange.com/questions/297345/
        % why-is-the-start-row-of-rowcolors-ignored-in-tabularx
        expandafterletcsname c@tblerowsendcsnamerownum

        begindocument
        begintable
        rowcolors2red!30blue!30
        begintabularx0.5linewidth>hsize=1.5hsizeC
        >hsize=0.5hsizeC

        hlineB2
        Row1 & AA AA \
        Row2 & B \
        Row3 & C \
        hlineB2
        endtabularx
        endtable
        enddocument





        share|improve this answer



























          3












          3








          3







          like this?



          enter image description here



          Why not use tabu package is explained in comments below your question ...



          Solution can be use tabularx instead of tabu and boldline for horizontal lines with adjusted thickness (instead booktabs rules, which have (white) space above/below rule):



          documentclass[12pt]article
          usepackageboldline% for rules, part of Shipunov bundle
          usepackagetabularx
          newcolumntypeC>centeringarraybackslashX
          usepackage[table]xcolor
          newcountertblerows% see https://tex.stackexchange.com/questions/297345/
          % why-is-the-start-row-of-rowcolors-ignored-in-tabularx
          expandafterletcsname c@tblerowsendcsnamerownum

          begindocument
          begintable
          rowcolors2red!30blue!30
          begintabularx0.5linewidth>hsize=1.5hsizeC
          >hsize=0.5hsizeC

          hlineB2
          Row1 & AA AA \
          Row2 & B \
          Row3 & C \
          hlineB2
          endtabularx
          endtable
          enddocument





          share|improve this answer















          like this?



          enter image description here



          Why not use tabu package is explained in comments below your question ...



          Solution can be use tabularx instead of tabu and boldline for horizontal lines with adjusted thickness (instead booktabs rules, which have (white) space above/below rule):



          documentclass[12pt]article
          usepackageboldline% for rules, part of Shipunov bundle
          usepackagetabularx
          newcolumntypeC>centeringarraybackslashX
          usepackage[table]xcolor
          newcountertblerows% see https://tex.stackexchange.com/questions/297345/
          % why-is-the-start-row-of-rowcolors-ignored-in-tabularx
          expandafterletcsname c@tblerowsendcsnamerownum

          begindocument
          begintable
          rowcolors2red!30blue!30
          begintabularx0.5linewidth>hsize=1.5hsizeC
          >hsize=0.5hsizeC

          hlineB2
          Row1 & AA AA \
          Row2 & B \
          Row3 & C \
          hlineB2
          endtabularx
          endtable
          enddocument






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 hours ago

























          answered 4 hours ago









          ZarkoZarko

          137k872180




          137k872180





















              3














              The same question has been submitted in GitHub, see Simplest MWE to have an alternating row color #18. The proposed solution for the version v2.9 2019/01/11 of tabu comments some commands, see Figure. For further details, please check the solution provided in GitHub.



              enter image description here



              I try this fix in tabu.sty (v2.9) and does what you are looking for. Maybe it will be fixed in the next release of tabu.



              In any case, please consider the above remark of Ulrike Fisher and thus the solution proposed by Zarco.






              share|improve this answer



























                3














                The same question has been submitted in GitHub, see Simplest MWE to have an alternating row color #18. The proposed solution for the version v2.9 2019/01/11 of tabu comments some commands, see Figure. For further details, please check the solution provided in GitHub.



                enter image description here



                I try this fix in tabu.sty (v2.9) and does what you are looking for. Maybe it will be fixed in the next release of tabu.



                In any case, please consider the above remark of Ulrike Fisher and thus the solution proposed by Zarco.






                share|improve this answer

























                  3












                  3








                  3







                  The same question has been submitted in GitHub, see Simplest MWE to have an alternating row color #18. The proposed solution for the version v2.9 2019/01/11 of tabu comments some commands, see Figure. For further details, please check the solution provided in GitHub.



                  enter image description here



                  I try this fix in tabu.sty (v2.9) and does what you are looking for. Maybe it will be fixed in the next release of tabu.



                  In any case, please consider the above remark of Ulrike Fisher and thus the solution proposed by Zarco.






                  share|improve this answer













                  The same question has been submitted in GitHub, see Simplest MWE to have an alternating row color #18. The proposed solution for the version v2.9 2019/01/11 of tabu comments some commands, see Figure. For further details, please check the solution provided in GitHub.



                  enter image description here



                  I try this fix in tabu.sty (v2.9) and does what you are looking for. Maybe it will be fixed in the next release of tabu.



                  In any case, please consider the above remark of Ulrike Fisher and thus the solution proposed by Zarco.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 3 hours ago









                  ÑakoÑako

                  706




                  706



























                      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%2f494689%2fcolor-rows-on-table-tabu-package%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