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
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
add a comment |
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
1
You could switch to thetabularxpackage.
– leandriis
8 hours ago
@leandriis I am not aware of an easy way of set custom column width with thetabularxpackage
– C. Zhihao
8 hours ago
Changing the column width oftabularxXtype columns can be done using>hsize=2hsizeXsee 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
add a comment |
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
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
tables color tabularx tabu
asked 8 hours ago
C. ZhihaoC. Zhihao
1456
1456
1
You could switch to thetabularxpackage.
– leandriis
8 hours ago
@leandriis I am not aware of an easy way of set custom column width with thetabularxpackage
– C. Zhihao
8 hours ago
Changing the column width oftabularxXtype columns can be done using>hsize=2hsizeXsee 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
add a comment |
1
You could switch to thetabularxpackage.
– leandriis
8 hours ago
@leandriis I am not aware of an easy way of set custom column width with thetabularxpackage
– C. Zhihao
8 hours ago
Changing the column width oftabularxXtype columns can be done using>hsize=2hsizeXsee 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
add a comment |
2 Answers
2
active
oldest
votes
like this?

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
add a comment |
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.

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.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%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
like this?

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
add a comment |
like this?

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
add a comment |
like this?

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
like this?

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
edited 4 hours ago
answered 4 hours ago
ZarkoZarko
137k872180
137k872180
add a comment |
add a comment |
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.

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.
add a comment |
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.

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.
add a comment |
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.

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

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.
answered 3 hours ago
ÑakoÑako
706
706
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494689%2fcolor-rows-on-table-tabu-package%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You could switch to the
tabularxpackage.– leandriis
8 hours ago
@leandriis I am not aware of an easy way of set custom column width with the
tabularxpackage– C. Zhihao
8 hours ago
Changing the column width of
tabularxXtype columns can be done using>hsize=2hsizeXsee 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