Disappearing left side of `aligned`Strange spacing with gathered and alignedLeft-align {align}...

Examples of subgroups where it's nontrivial to show closure under multiplication?

What does the "ep" capability mean?

Who is the Umpire in this picture?

What is the relationship between spectral sequences and obstruction theory?

How to make a pipeline wait for end-of-file or stop after an error?

Is there really no use for MD5 anymore?

Please, smoke with good manners

Exchange,swap or switch

Sci fi novel series with instant travel between planets through gates. A river runs through the gates

French for 'It must be my imagination'?

How can I place the product on a social media post better?

Apply MapThread to all but one variable

Does a semiconductor follow Ohm's law?

Controversial area of mathematics

What happened to Captain America in Endgame?

Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?

How to get a plain text file version of a CP/M .BAS (M-BASIC) program?

Meaning of Bloch representation

Was there a Viking Exchange as well as a Columbian one?

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

How did Captain America manage to do this?

A ​Note ​on ​N!

Reducing vertical space in stackrel

What makes accurate emulation of old systems a difficult task?



Disappearing left side of `aligned`


Strange spacing with gathered and alignedLeft-align {align} environmentarray environment with tags/labelsLeft aligning equations without align characterHow to move amsmath equation label into LHS margin?Aligning an element of an Array to a bracketvisible{} messes up alignment in tablebreqn not aligning first two linesCombining itemize and aligned: first line to the left and remaining lines to the rightList of equation aligned on the left and which return to the line













3















The following code



documentclass{amsart}


begin{document}

[
begin{aligned}
[E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
&+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
&+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
&+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
end{aligned}
]

end{document}


produces (for me)



enter image description here



As you see, the left-hand side [E^dx,y] of aligned has disappeared.



Does anybody know the reason, and how to prevent it from happening?










share|improve this question


















  • 1





    put relax after begin{aligned} to stop the [ being taken as an optional argument

    – David Carlisle
    16 hours ago






  • 1





    why use [begin{aligned} here rather than begin{align*} ?

    – David Carlisle
    16 hours ago








  • 1





    also help to add usepackage{mathtools} in preamble of your document.

    – Zarko
    16 hours ago






  • 1





    OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

    – David Carlisle
    16 hours ago






  • 1





    doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

    – David Carlisle
    15 hours ago
















3















The following code



documentclass{amsart}


begin{document}

[
begin{aligned}
[E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
&+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
&+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
&+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
end{aligned}
]

end{document}


produces (for me)



enter image description here



As you see, the left-hand side [E^dx,y] of aligned has disappeared.



Does anybody know the reason, and how to prevent it from happening?










share|improve this question


















  • 1





    put relax after begin{aligned} to stop the [ being taken as an optional argument

    – David Carlisle
    16 hours ago






  • 1





    why use [begin{aligned} here rather than begin{align*} ?

    – David Carlisle
    16 hours ago








  • 1





    also help to add usepackage{mathtools} in preamble of your document.

    – Zarko
    16 hours ago






  • 1





    OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

    – David Carlisle
    16 hours ago






  • 1





    doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

    – David Carlisle
    15 hours ago














3












3








3








The following code



documentclass{amsart}


begin{document}

[
begin{aligned}
[E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
&+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
&+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
&+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
end{aligned}
]

end{document}


produces (for me)



enter image description here



As you see, the left-hand side [E^dx,y] of aligned has disappeared.



Does anybody know the reason, and how to prevent it from happening?










share|improve this question














The following code



documentclass{amsart}


begin{document}

[
begin{aligned}
[E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
&+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
&+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
&+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
end{aligned}
]

end{document}


produces (for me)



enter image description here



As you see, the left-hand side [E^dx,y] of aligned has disappeared.



Does anybody know the reason, and how to prevent it from happening?







amsmath alignment bugs






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 16 hours ago









მამუკა ჯიბლაძემამუკა ჯიბლაძე

408210




408210








  • 1





    put relax after begin{aligned} to stop the [ being taken as an optional argument

    – David Carlisle
    16 hours ago






  • 1





    why use [begin{aligned} here rather than begin{align*} ?

    – David Carlisle
    16 hours ago








  • 1





    also help to add usepackage{mathtools} in preamble of your document.

    – Zarko
    16 hours ago






  • 1





    OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

    – David Carlisle
    16 hours ago






  • 1





    doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

    – David Carlisle
    15 hours ago














  • 1





    put relax after begin{aligned} to stop the [ being taken as an optional argument

    – David Carlisle
    16 hours ago






  • 1





    why use [begin{aligned} here rather than begin{align*} ?

    – David Carlisle
    16 hours ago








  • 1





    also help to add usepackage{mathtools} in preamble of your document.

    – Zarko
    16 hours ago






  • 1





    OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

    – David Carlisle
    16 hours ago






  • 1





    doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

    – David Carlisle
    15 hours ago








1




1





put relax after begin{aligned} to stop the [ being taken as an optional argument

– David Carlisle
16 hours ago





put relax after begin{aligned} to stop the [ being taken as an optional argument

– David Carlisle
16 hours ago




1




1





why use [begin{aligned} here rather than begin{align*} ?

– David Carlisle
16 hours ago







why use [begin{aligned} here rather than begin{align*} ?

– David Carlisle
16 hours ago






1




1





also help to add usepackage{mathtools} in preamble of your document.

– Zarko
16 hours ago





also help to add usepackage{mathtools} in preamble of your document.

– Zarko
16 hours ago




1




1





OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

– David Carlisle
16 hours ago





OK if you'd used begin{equation} rather than [ so the equation number appeared I wouldn't have asked:-)

– David Carlisle
16 hours ago




1




1





doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

– David Carlisle
15 hours ago





doesn't matter really, the issue is just with aligned (we have considered fixing this, but there are some compatibility issues your [E^dx,y] is "clearly" intended to be part of the formula, but if it had been [t] then it may have been intended to specify top alignment and if we change things to make it typeset [t] then documents may break....

– David Carlisle
15 hours ago










1 Answer
1






active

oldest

votes


















5














This is documented behaviour but not that great and may change in a future release see



https://github.com/latex3/latex2e/issues/5



The [...] is taken as an optional argument, so you can "hide" it with relax



documentclass{amsart}


begin{document}

[
begin{aligned}relax
[E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
&+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
&+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
&+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
end{aligned}
]

end{document}





share|improve this answer


























    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%2f487878%2fdisappearing-left-side-of-aligned%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









    5














    This is documented behaviour but not that great and may change in a future release see



    https://github.com/latex3/latex2e/issues/5



    The [...] is taken as an optional argument, so you can "hide" it with relax



    documentclass{amsart}


    begin{document}

    [
    begin{aligned}relax
    [E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
    &+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
    &+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
    &+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
    end{aligned}
    ]

    end{document}





    share|improve this answer






























      5














      This is documented behaviour but not that great and may change in a future release see



      https://github.com/latex3/latex2e/issues/5



      The [...] is taken as an optional argument, so you can "hide" it with relax



      documentclass{amsart}


      begin{document}

      [
      begin{aligned}relax
      [E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
      &+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
      &+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
      &+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
      end{aligned}
      ]

      end{document}





      share|improve this answer




























        5












        5








        5







        This is documented behaviour but not that great and may change in a future release see



        https://github.com/latex3/latex2e/issues/5



        The [...] is taken as an optional argument, so you can "hide" it with relax



        documentclass{amsart}


        begin{document}

        [
        begin{aligned}relax
        [E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
        &+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
        &+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
        &+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
        end{aligned}
        ]

        end{document}





        share|improve this answer















        This is documented behaviour but not that great and may change in a future release see



        https://github.com/latex3/latex2e/issues/5



        The [...] is taken as an optional argument, so you can "hide" it with relax



        documentclass{amsart}


        begin{document}

        [
        begin{aligned}relax
        [E^dx,y]&=E^k[E^{d-k}x,y]-kE^{k-1}[E^{d-k}x,Ey]\
        &+binom k2E^{k-2}[E^{d-k}x,E^2y]-...\
        &+(-1)^jbinom kjE^{k-j}[E^{d-k}x,E^jy]+...\
        &+(-1)^{k-1}kE[E^{d-k}x,E^{k-1}y]+(-1)^k[E^{d-k}x,E^ky].
        end{aligned}
        ]

        end{document}






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 15 hours ago

























        answered 16 hours ago









        David CarlisleDavid Carlisle

        501k4211481897




        501k4211481897






























            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%2f487878%2fdisappearing-left-side-of-aligned%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

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...