longtabu and color compatibilitylongtabu X-columns break with xcolorInteraction between hyperref and...
Writing rule which states that two causes for the same superpower is bad writing
N.B. ligature in Latex
Is there really no realistic way for a skeleton monster to move around without magic?
Why are weather verbs 曇る and 晴れる treated differently in this sentence?
Motorized valve interfering with button?
Why linear maps act like matrix multiplication?
What defenses are there against being summoned by the Gate spell?
"You are your self first supporter", a more proper way to say it
Why is an old chain unsafe?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Theorems that impeded progress
Is there a familial term for apples and pears?
What are these boxed doors outside store fronts in New York?
strToHex ( string to its hex representation as string)
How to make payment on the internet without leaving a money trail?
How can I hide my bitcoin transactions to protect anonymity from others?
How to get the available space of $HOME as a variable in shell scripting?
Underlining section titles
How do I create uniquely male characters?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
How long does it take to type this?
Is it legal for company to use my work email to pretend I still work there?
Can I use wish to become the ruler of all dragons?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
longtabu and color compatibility
longtabu X-columns break with xcolorInteraction between hyperref and longtabuTabu very recently stopped working with color/xcolor or with fancyvrbxcolor breaking [ and align environments inside tabuIncompatibility of fix in latex3/latex2e in respect to (unmaintained) tabu packageConflict between color, graphicx and libertinewhy in the second row, the second column is taller than the othertabu package - gaps in vertical linesUsing color in expex gives “Missing cr” errorHow to get a “thousands” separator in `spreadtab` (wrapping `longtable`)?Positioning of rotated longtable in apa6issues with longtabu table splittingRecolor text, such that floats and footnotes are affected correctlylongtabu X-columns break with xcolorIssues with footnotes using wrapping parbox with longtable, threeparttable and tablenotes
After last update of TeX Live packages this code won't compile:
documentclass{article}
usepackage{longtable,tabu}
usepackage{color}
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
I got an error:
Missing } inserted. end{longtabu}
if I comment out usepackage{color}
everything works.
Another strange thing - if I change last column type from X
to say l
- it also works (even with color
package added).
color longtable tabu longtabu latextools
add a comment |
After last update of TeX Live packages this code won't compile:
documentclass{article}
usepackage{longtable,tabu}
usepackage{color}
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
I got an error:
Missing } inserted. end{longtabu}
if I comment out usepackage{color}
everything works.
Another strange thing - if I change last column type from X
to say l
- it also works (even with color
package added).
color longtable tabu longtabu latextools
I can reproduce the issue and guess it has to do with recent changes toarray.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864
– moewe
Jan 7 at 12:12
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29
add a comment |
After last update of TeX Live packages this code won't compile:
documentclass{article}
usepackage{longtable,tabu}
usepackage{color}
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
I got an error:
Missing } inserted. end{longtabu}
if I comment out usepackage{color}
everything works.
Another strange thing - if I change last column type from X
to say l
- it also works (even with color
package added).
color longtable tabu longtabu latextools
After last update of TeX Live packages this code won't compile:
documentclass{article}
usepackage{longtable,tabu}
usepackage{color}
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
I got an error:
Missing } inserted. end{longtabu}
if I comment out usepackage{color}
everything works.
Another strange thing - if I change last column type from X
to say l
- it also works (even with color
package added).
color longtable tabu longtabu latextools
color longtable tabu longtabu latextools
edited Jan 7 at 12:35
andc
asked Jan 7 at 12:11
andcandc
35018
35018
I can reproduce the issue and guess it has to do with recent changes toarray.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864
– moewe
Jan 7 at 12:12
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29
add a comment |
I can reproduce the issue and guess it has to do with recent changes toarray.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864
– moewe
Jan 7 at 12:12
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29
I can reproduce the issue and guess it has to do with recent changes to
array.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864– moewe
Jan 7 at 12:12
I can reproduce the issue and guess it has to do with recent changes to
array.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864– moewe
Jan 7 at 12:12
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29
add a comment |
1 Answer
1
active
oldest
votes
UPDATE 2019-01-14
An equivalent patch has been applied in tabu 2.9 which has been submitted to ctan.
The following seems to work (I also added the other patch):
documentclass{article}
usepackage{longtable}
usepackage{tabu}
usepackage{color}
usepackage{etoolbox}
makeatletter
patchcmdtabu@startpboxmeasure
{aftergrouptabu@endpboxmeasure}
{aftergrouptabu@endpboxmeasure
color@begingroup
}{typeout{tabu patched}}{typeout{tabu patch failed!}}
patchcmdtabu@LT@startpbox
{bgroup}{bgroupcolor@begingroup}
{typeout{tabu patched}}{typeout{tabu patch failed!}}
makeatletter
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
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%2f468948%2flongtabu-and-color-compatibility%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
UPDATE 2019-01-14
An equivalent patch has been applied in tabu 2.9 which has been submitted to ctan.
The following seems to work (I also added the other patch):
documentclass{article}
usepackage{longtable}
usepackage{tabu}
usepackage{color}
usepackage{etoolbox}
makeatletter
patchcmdtabu@startpboxmeasure
{aftergrouptabu@endpboxmeasure}
{aftergrouptabu@endpboxmeasure
color@begingroup
}{typeout{tabu patched}}{typeout{tabu patch failed!}}
patchcmdtabu@LT@startpbox
{bgroup}{bgroupcolor@begingroup}
{typeout{tabu patched}}{typeout{tabu patch failed!}}
makeatletter
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
add a comment |
UPDATE 2019-01-14
An equivalent patch has been applied in tabu 2.9 which has been submitted to ctan.
The following seems to work (I also added the other patch):
documentclass{article}
usepackage{longtable}
usepackage{tabu}
usepackage{color}
usepackage{etoolbox}
makeatletter
patchcmdtabu@startpboxmeasure
{aftergrouptabu@endpboxmeasure}
{aftergrouptabu@endpboxmeasure
color@begingroup
}{typeout{tabu patched}}{typeout{tabu patch failed!}}
patchcmdtabu@LT@startpbox
{bgroup}{bgroupcolor@begingroup}
{typeout{tabu patched}}{typeout{tabu patch failed!}}
makeatletter
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
add a comment |
UPDATE 2019-01-14
An equivalent patch has been applied in tabu 2.9 which has been submitted to ctan.
The following seems to work (I also added the other patch):
documentclass{article}
usepackage{longtable}
usepackage{tabu}
usepackage{color}
usepackage{etoolbox}
makeatletter
patchcmdtabu@startpboxmeasure
{aftergrouptabu@endpboxmeasure}
{aftergrouptabu@endpboxmeasure
color@begingroup
}{typeout{tabu patched}}{typeout{tabu patch failed!}}
patchcmdtabu@LT@startpbox
{bgroup}{bgroupcolor@begingroup}
{typeout{tabu patched}}{typeout{tabu patch failed!}}
makeatletter
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
UPDATE 2019-01-14
An equivalent patch has been applied in tabu 2.9 which has been submitted to ctan.
The following seems to work (I also added the other patch):
documentclass{article}
usepackage{longtable}
usepackage{tabu}
usepackage{color}
usepackage{etoolbox}
makeatletter
patchcmdtabu@startpboxmeasure
{aftergrouptabu@endpboxmeasure}
{aftergrouptabu@endpboxmeasure
color@begingroup
}{typeout{tabu patched}}{typeout{tabu patch failed!}}
patchcmdtabu@LT@startpbox
{bgroup}{bgroupcolor@begingroup}
{typeout{tabu patched}}{typeout{tabu patch failed!}}
makeatletter
begin{document}
begin{longtabu} to linewidth {llX}
a & b & c\
end{longtabu}
end{document}
edited Jan 14 at 20:34
David Carlisle
498k4111441893
498k4111441893
answered Jan 7 at 13:20
Ulrike FischerUlrike Fischer
198k9306692
198k9306692
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
add a comment |
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
Is there a way to run this example with an older version of LaTeX as well (e.g. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit))? At the moment it crashes with the mentioned version with a "! Extra }, or forgotten endgroup."
– albert
Jan 14 at 12:26
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@albert did you ever figure out a way to add this patch only when needed?
– Andreas Grapentin
Mar 29 at 14:30
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
@AndreasGrapentin No I didn't try as I want to try to stick to official distributions regarding LaTeX. I think this problem should be tackled on github in github.com/tabu-fixed/tabu and afterwards in CTAN distributions.
– albert
Mar 29 at 14:49
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%2f468948%2flongtabu-and-color-compatibility%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
I can reproduce the issue and guess it has to do with recent changes to
array.sty
, I suspect this is related to tex.stackexchange.com/q/466147/35864– moewe
Jan 7 at 12:12
It seems so. But workaround proposed here (tex.stackexchange.com/a/466261/87293) doesn't work in my situation.
– andc
Jan 7 at 12:16
Also, it seems my issue is result of 2019-01-05 latex-tools update where issue mentioned by you was fixed.
– andc
Jan 7 at 12:34
The source of the problem is a small change in longtable.
– Ulrike Fischer
Jan 7 at 12:38
The fix appears to be incomplete — see github.com/tabu-fixed/tabu/issues/1 — but I’ve just submitted a patch that may help us further along, hopefully not breaking anything in the progress ☺
– mirabilos
Feb 24 at 16:29