longtabu and color compatibilitylongtabu 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

Theorems that impeded progress

Why doesn't H₄O²⁺ exist?

Test whether all array elements are factors of a number

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Is this a crack on the carbon frame?

Modeling an IPv4 Address

What do you call a Matrix-like slowdown and camera movement effect?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

Why, historically, did Gödel think CH was false?

Email Account under attack (really) - anything I can do?

Why not use SQL instead of GraphQL?

Why was the small council so happy for Tyrion to become the Master of Coin?

What does "Puller Prush Person" mean?

Writing rule stating superpower from different root cause is bad writing

can i play a electric guitar through a bass amp?

tikz: show 0 at the axis origin

How to find program name(s) of an installed package?

The use of multiple foreign keys on same column in SQL Server

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

Is it legal for company to use my work email to pretend I still work there?

Can I make popcorn with any corn?

Why are electrically insulating heatsinks so rare? Is it just cost?

Is a tag line useful on a cover?

Mage Armor with Defense fighting style (for Adventurers League bladeslinger)



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













3















After last update of TeX Live packages this code won't compile:



documentclassarticle

usepackagelongtable,tabu
usepackagecolor

begindocument

beginlongtabu to linewidth llX
a & b & c\
endlongtabu

enddocument


I got an error:




Missing } inserted. endlongtabu




if I comment out usepackagecolor everything works.
Another strange thing - if I change last column type from X to say l - it also works (even with color package added).










share|improve this question
























  • 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 la­tex-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















3















After last update of TeX Live packages this code won't compile:



documentclassarticle

usepackagelongtable,tabu
usepackagecolor

begindocument

beginlongtabu to linewidth llX
a & b & c\
endlongtabu

enddocument


I got an error:




Missing } inserted. endlongtabu




if I comment out usepackagecolor everything works.
Another strange thing - if I change last column type from X to say l - it also works (even with color package added).










share|improve this question
























  • 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 la­tex-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













3












3








3


2






After last update of TeX Live packages this code won't compile:



documentclassarticle

usepackagelongtable,tabu
usepackagecolor

begindocument

beginlongtabu to linewidth llX
a & b & c\
endlongtabu

enddocument


I got an error:




Missing } inserted. endlongtabu




if I comment out usepackagecolor everything works.
Another strange thing - if I change last column type from X to say l - it also works (even with color package added).










share|improve this question
















After last update of TeX Live packages this code won't compile:



documentclassarticle

usepackagelongtable,tabu
usepackagecolor

begindocument

beginlongtabu to linewidth llX
a & b & c\
endlongtabu

enddocument


I got an error:




Missing } inserted. endlongtabu




if I comment out usepackagecolor 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 7 at 12:35







andc

















asked Jan 7 at 12:11









andcandc

34518




34518












  • 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 la­tex-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












  • 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 la­tex-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 la­tex-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 la­tex-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










2 Answers
2






active

oldest

votes


















6














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):



documentclassarticle

usepackagelongtable
usepackagetabu
usepackagecolor
usepackageetoolbox

makeatletter
patchcmdtabu@startpboxmeasure
aftergrouptabu@endpboxmeasure
aftergrouptabu@endpboxmeasure
color@begingroup
typeouttabu patchedtypeouttabu patch failed!

patchcmdtabu@LT@startpbox
bgroupbgroupcolor@begingroup
typeouttabu patchedtypeouttabu patch failed!
makeatletter

begindocument

beginlongtabu to linewidth llX
a & b & c\
endlongtabu

enddocument





share|improve this answer

























  • 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


















0














All lottery winners has a secrets they will never share to the public 90% will keep the secret of their success to the grave, but in this life of no mans own you have to help others in other for you to gain more help in the future, its been seven years now i have been playing the lottery the highest win i won was $700, night and day something inner always tell me that there is a perfect way to win the lottery so i continue my search which lead me to Dr.Oluwa the great voodoo doc who cast a lottery spell for me and i won (40,million dollars) i doubted him at first, but success was the final result you can ask well write him on his Email Oluwajesutemple@gmail.com for more details vist him on his website https://oluwajesutemple1.wixsite.com/dr-oluwajesu text or whatsapp him +1(914)-705-7761





share








New contributor




Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    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%2f468948%2flongtabu-and-color-compatibility%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









    6














    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):



    documentclassarticle

    usepackagelongtable
    usepackagetabu
    usepackagecolor
    usepackageetoolbox

    makeatletter
    patchcmdtabu@startpboxmeasure
    aftergrouptabu@endpboxmeasure
    aftergrouptabu@endpboxmeasure
    color@begingroup
    typeouttabu patchedtypeouttabu patch failed!

    patchcmdtabu@LT@startpbox
    bgroupbgroupcolor@begingroup
    typeouttabu patchedtypeouttabu patch failed!
    makeatletter

    begindocument

    beginlongtabu to linewidth llX
    a & b & c\
    endlongtabu

    enddocument





    share|improve this answer

























    • 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















    6














    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):



    documentclassarticle

    usepackagelongtable
    usepackagetabu
    usepackagecolor
    usepackageetoolbox

    makeatletter
    patchcmdtabu@startpboxmeasure
    aftergrouptabu@endpboxmeasure
    aftergrouptabu@endpboxmeasure
    color@begingroup
    typeouttabu patchedtypeouttabu patch failed!

    patchcmdtabu@LT@startpbox
    bgroupbgroupcolor@begingroup
    typeouttabu patchedtypeouttabu patch failed!
    makeatletter

    begindocument

    beginlongtabu to linewidth llX
    a & b & c\
    endlongtabu

    enddocument





    share|improve this answer

























    • 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













    6












    6








    6







    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):



    documentclassarticle

    usepackagelongtable
    usepackagetabu
    usepackagecolor
    usepackageetoolbox

    makeatletter
    patchcmdtabu@startpboxmeasure
    aftergrouptabu@endpboxmeasure
    aftergrouptabu@endpboxmeasure
    color@begingroup
    typeouttabu patchedtypeouttabu patch failed!

    patchcmdtabu@LT@startpbox
    bgroupbgroupcolor@begingroup
    typeouttabu patchedtypeouttabu patch failed!
    makeatletter

    begindocument

    beginlongtabu to linewidth llX
    a & b & c\
    endlongtabu

    enddocument





    share|improve this answer















    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):



    documentclassarticle

    usepackagelongtable
    usepackagetabu
    usepackagecolor
    usepackageetoolbox

    makeatletter
    patchcmdtabu@startpboxmeasure
    aftergrouptabu@endpboxmeasure
    aftergrouptabu@endpboxmeasure
    color@begingroup
    typeouttabu patchedtypeouttabu patch failed!

    patchcmdtabu@LT@startpbox
    bgroupbgroupcolor@begingroup
    typeouttabu patchedtypeouttabu patch failed!
    makeatletter

    begindocument

    beginlongtabu to linewidth llX
    a & b & c\
    endlongtabu

    enddocument






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jan 14 at 20:34









    David Carlisle

    498k4111441892




    498k4111441892










    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

















    • 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











    0














    All lottery winners has a secrets they will never share to the public 90% will keep the secret of their success to the grave, but in this life of no mans own you have to help others in other for you to gain more help in the future, its been seven years now i have been playing the lottery the highest win i won was $700, night and day something inner always tell me that there is a perfect way to win the lottery so i continue my search which lead me to Dr.Oluwa the great voodoo doc who cast a lottery spell for me and i won (40,million dollars) i doubted him at first, but success was the final result you can ask well write him on his Email Oluwajesutemple@gmail.com for more details vist him on his website https://oluwajesutemple1.wixsite.com/dr-oluwajesu text or whatsapp him +1(914)-705-7761





    share








    New contributor




    Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      All lottery winners has a secrets they will never share to the public 90% will keep the secret of their success to the grave, but in this life of no mans own you have to help others in other for you to gain more help in the future, its been seven years now i have been playing the lottery the highest win i won was $700, night and day something inner always tell me that there is a perfect way to win the lottery so i continue my search which lead me to Dr.Oluwa the great voodoo doc who cast a lottery spell for me and i won (40,million dollars) i doubted him at first, but success was the final result you can ask well write him on his Email Oluwajesutemple@gmail.com for more details vist him on his website https://oluwajesutemple1.wixsite.com/dr-oluwajesu text or whatsapp him +1(914)-705-7761





      share








      New contributor




      Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        All lottery winners has a secrets they will never share to the public 90% will keep the secret of their success to the grave, but in this life of no mans own you have to help others in other for you to gain more help in the future, its been seven years now i have been playing the lottery the highest win i won was $700, night and day something inner always tell me that there is a perfect way to win the lottery so i continue my search which lead me to Dr.Oluwa the great voodoo doc who cast a lottery spell for me and i won (40,million dollars) i doubted him at first, but success was the final result you can ask well write him on his Email Oluwajesutemple@gmail.com for more details vist him on his website https://oluwajesutemple1.wixsite.com/dr-oluwajesu text or whatsapp him +1(914)-705-7761





        share








        New contributor




        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        All lottery winners has a secrets they will never share to the public 90% will keep the secret of their success to the grave, but in this life of no mans own you have to help others in other for you to gain more help in the future, its been seven years now i have been playing the lottery the highest win i won was $700, night and day something inner always tell me that there is a perfect way to win the lottery so i continue my search which lead me to Dr.Oluwa the great voodoo doc who cast a lottery spell for me and i won (40,million dollars) i doubted him at first, but success was the final result you can ask well write him on his Email Oluwajesutemple@gmail.com for more details vist him on his website https://oluwajesutemple1.wixsite.com/dr-oluwajesu text or whatsapp him +1(914)-705-7761






        share








        New contributor




        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 6 mins ago









        Harry SmithHarry Smith

        1




        1




        New contributor




        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Harry Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























            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%2f468948%2flongtabu-and-color-compatibility%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

            Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

            Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

            Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm