rowcolor from colortbl package stopped working inside 'longtabu' environmentSpecify starting row number for...
My Graph Theory Students
Life insurance that covers only simultaneous/dual deaths
A link redirect to http instead of https: how critical is it?
Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?
Why one should not leave fingerprints on bulbs and plugs?
How to read the value of this capacitor?
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
How big is a MODIS 250m pixel in reality?
Why does Bach not break the rules here?
What options are left, if Britain cannot decide?
Opacity of an object in 2.8
The difference between「N分で」and「後N分で」
Gantt Chart like rectangles with log scale
It's a yearly task, alright
Declaring defaulted assignment operator as constexpr: which compiler is right?
Stiffness of a cantilever beam
Is it possible to upcast ritual spells?
Does Mathematica reuse previous computations?
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
My adviser wants to be the first author
Audio processing. Is it possible to directly access the decoded audio data going into the analog input of a computer
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
SOQL: Populate a Literal List in WHERE IN Clause
Could the Saturn V actually have launched astronauts around Venus?
rowcolor from colortbl package stopped working inside 'longtabu' environment
Specify starting row number for rowcolors from colortbl packagecolortbl: rowcolor in tables with begin{tabular}{@{}ccc@{}}colortbl rowcolor overtop of @{decl}Define and use new colors for rowcolor (Colortbl)cellcolor command from colortbl package not workingBiblatex Ibid. citations inside longtabu environmentAltering only header hline colors with longtabu and colortblUpdating length variable inside longtabu working strangelytabu package - gaps in vertical linesrowcolor command from colortbl package leaves unwanted gaps in shading between columns
Problem description
After a recent system upgrade on a Debian testing machine with TeXLive 2018, a rowcolor command inside a begin{longtabu} environment no longer works.
Package versions according to texdoc:
colortblpackage: 2018/12/12
tabupackage: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex.
documentclass{article}
usepackage{colortbl}% Required for rowcolor
usepackage{longtable}% Required for tabu package's 'longtabu' environment
usepackage{tabu}
begin{document}
% rowcolor works as expected in a regular 'tabular' environment
begin{tabular}{ll}
foo & bla\
rowcolor{red} bla & foo
end{tabular}
% rowcolor no longer works (since recently) in a 'longtabu' environment
begin{longtabu} to linewidth {ll}%
foo & bla\
rowcolor{red} bla & foo
end{longtabu}
end{document}
Output

A slightly more complex example used to produce the expected result (ie, a colored row also in the second example using longtabu) until about a month ago. Any ideas anyone?
tabu colortbl
add a comment |
Problem description
After a recent system upgrade on a Debian testing machine with TeXLive 2018, a rowcolor command inside a begin{longtabu} environment no longer works.
Package versions according to texdoc:
colortblpackage: 2018/12/12
tabupackage: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex.
documentclass{article}
usepackage{colortbl}% Required for rowcolor
usepackage{longtable}% Required for tabu package's 'longtabu' environment
usepackage{tabu}
begin{document}
% rowcolor works as expected in a regular 'tabular' environment
begin{tabular}{ll}
foo & bla\
rowcolor{red} bla & foo
end{tabular}
% rowcolor no longer works (since recently) in a 'longtabu' environment
begin{longtabu} to linewidth {ll}%
foo & bla\
rowcolor{red} bla & foo
end{longtabu}
end{document}
Output

A slightly more complex example used to produce the expected result (ie, a colored row also in the second example using longtabu) until about a month ago. Any ideas anyone?
tabu colortbl
1
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago
add a comment |
Problem description
After a recent system upgrade on a Debian testing machine with TeXLive 2018, a rowcolor command inside a begin{longtabu} environment no longer works.
Package versions according to texdoc:
colortblpackage: 2018/12/12
tabupackage: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex.
documentclass{article}
usepackage{colortbl}% Required for rowcolor
usepackage{longtable}% Required for tabu package's 'longtabu' environment
usepackage{tabu}
begin{document}
% rowcolor works as expected in a regular 'tabular' environment
begin{tabular}{ll}
foo & bla\
rowcolor{red} bla & foo
end{tabular}
% rowcolor no longer works (since recently) in a 'longtabu' environment
begin{longtabu} to linewidth {ll}%
foo & bla\
rowcolor{red} bla & foo
end{longtabu}
end{document}
Output

A slightly more complex example used to produce the expected result (ie, a colored row also in the second example using longtabu) until about a month ago. Any ideas anyone?
tabu colortbl
Problem description
After a recent system upgrade on a Debian testing machine with TeXLive 2018, a rowcolor command inside a begin{longtabu} environment no longer works.
Package versions according to texdoc:
colortblpackage: 2018/12/12
tabupackage: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex.
documentclass{article}
usepackage{colortbl}% Required for rowcolor
usepackage{longtable}% Required for tabu package's 'longtabu' environment
usepackage{tabu}
begin{document}
% rowcolor works as expected in a regular 'tabular' environment
begin{tabular}{ll}
foo & bla\
rowcolor{red} bla & foo
end{tabular}
% rowcolor no longer works (since recently) in a 'longtabu' environment
begin{longtabu} to linewidth {ll}%
foo & bla\
rowcolor{red} bla & foo
end{longtabu}
end{document}
Output

A slightly more complex example used to produce the expected result (ie, a colored row also in the second example using longtabu) until about a month ago. Any ideas anyone?
tabu colortbl
tabu colortbl
asked 7 mins ago
Florian H.Florian H.
37217
37217
1
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago
add a comment |
1
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago
1
1
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago
add a comment |
0
active
oldest
votes
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%2f479733%2frowcolor-from-colortbl-package-stopped-working-inside-longtabu-environment%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f479733%2frowcolor-from-colortbl-package-stopped-working-inside-longtabu-environment%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
See github.com/tabu-fixed/tabu. Read the readme there and check the issue list. If your issue is new (which I doubt, imho it is already known), add it.
– Ulrike Fischer
4 mins ago