rowcolor from colortbl package stopped working inside 'longtabu' environmentSpecify starting row number for rowcolors from colortbl packagecolortbl: rowcolor in tables with begintabular@ccc@colortbl rowcolor overtop of @declDefine 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
SOQL: Populate a Literal List in WHERE IN Clause
What's causing this power spike in STM32 low power mode
Do I need life insurance if I can cover my own funeral costs?
Why one should not leave fingerprints on bulbs and plugs?
Python if-else code style for reduced code for rounding floats
How big is a MODIS 250m pixel in reality?
Is it possible to upcast ritual spells?
Is it normal that my co-workers at a fitness company criticize my food choices?
Existence of subset with given Hausdorff dimension
How to use deus ex machina safely?
How to write cleanly even if my character uses expletive language?
Recruiter wants very extensive technical details about all of my previous work
Welcoming 2019 Pi day: How to draw the letter π?
What's the meaning of “spike” in the context of “adrenaline spike”?
What is the significance behind "40 days" that often appears in the Bible?
Hacking a Safe Lock after 3 tries
Why did it take so long to abandon sail after steamships were demonstrated?
Could the Saturn V actually have launched astronauts around Venus?
If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Interplanetary conflict, some disease destroys the ability to understand or appreciate music
Gantt Chart like rectangles with log scale
My adviser wants to be the first author
Do I need to be arrogant to get ahead?
rowcolor from colortbl package stopped working inside 'longtabu' environment
Specify starting row number for rowcolors from colortbl packagecolortbl: rowcolor in tables with begintabular@ccc@colortbl rowcolor overtop of @declDefine 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 beginlongtabu
environment no longer works.
Package versions according to texdoc
:
colortbl
package: 2018/12/12tabu
package: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex
.
documentclassarticle
usepackagecolortbl% Required for rowcolor
usepackagelongtable% Required for tabu package's 'longtabu' environment
usepackagetabu
begindocument
% rowcolor works as expected in a regular 'tabular' environment
begintabularll
foo & bla\
rowcolorred bla & foo
endtabular
% rowcolor no longer works (since recently) in a 'longtabu' environment
beginlongtabu to linewidth ll%
foo & bla\
rowcolorred bla & foo
endlongtabu
enddocument
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 beginlongtabu
environment no longer works.
Package versions according to texdoc
:
colortbl
package: 2018/12/12tabu
package: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex
.
documentclassarticle
usepackagecolortbl% Required for rowcolor
usepackagelongtable% Required for tabu package's 'longtabu' environment
usepackagetabu
begindocument
% rowcolor works as expected in a regular 'tabular' environment
begintabularll
foo & bla\
rowcolorred bla & foo
endtabular
% rowcolor no longer works (since recently) in a 'longtabu' environment
beginlongtabu to linewidth ll%
foo & bla\
rowcolorred bla & foo
endlongtabu
enddocument
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
2 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 beginlongtabu
environment no longer works.
Package versions according to texdoc
:
colortbl
package: 2018/12/12tabu
package: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex
.
documentclassarticle
usepackagecolortbl% Required for rowcolor
usepackagelongtable% Required for tabu package's 'longtabu' environment
usepackagetabu
begindocument
% rowcolor works as expected in a regular 'tabular' environment
begintabularll
foo & bla\
rowcolorred bla & foo
endtabular
% rowcolor no longer works (since recently) in a 'longtabu' environment
beginlongtabu to linewidth ll%
foo & bla\
rowcolorred bla & foo
endlongtabu
enddocument
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 beginlongtabu
environment no longer works.
Package versions according to texdoc
:
colortbl
package: 2018/12/12tabu
package: 2019/01/12
Minimal (non-)working example (MWE)
Compile the following example with a single run of pdflatex
.
documentclassarticle
usepackagecolortbl% Required for rowcolor
usepackagelongtable% Required for tabu package's 'longtabu' environment
usepackagetabu
begindocument
% rowcolor works as expected in a regular 'tabular' environment
begintabularll
foo & bla\
rowcolorred bla & foo
endtabular
% rowcolor no longer works (since recently) in a 'longtabu' environment
beginlongtabu to linewidth ll%
foo & bla\
rowcolorred bla & foo
endlongtabu
enddocument
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 5 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
2 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
2 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
2 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
2 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
2 mins ago