Make the equation in the center











up vote
2
down vote

favorite












I'm facing difficulties in compilation



    documentclass[12pt,a4paper]{report}
usepackage{amssymb,amsmath,amsthm,mathrsfs}
usepackage{mathtools, nccmath}

begin{document}
Let $mathbf{T} = (T_1,cdots,T_d)in mathcal{B}(mathcal{H })^d$. The joint maximal numerical range of $mathbf{T}$ denoted $JtW_{max}(mathbf{T})$, is defined as
begin{align*}
JtW_{max}(mathbf{T})
& = left{(lambda_1,cdots,lambda_d)in mathbb{C}^d;;exists,
(x_n)_nsubset
mathcal{H},;;;|x_n|=1,displaystylelim_{nto+infty}langle T_k
x_nmid x_nrangle=lambda_k,\
& text{and};displaystylelim_{nto+infty}|T_kx_n|=|T_k|,;
1leq k leq d;right}.
end{align*}
end{document}


My goal is to get



enter image description here










share|improve this question






















  • A serious issue with the screenshot you posted is that the first line is wider than the textblock.
    – Mico
    57 mins ago










  • Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
    – albert
    56 mins ago










  • @albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
    – Mico
    48 mins ago






  • 1




    you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
    – David Carlisle
    39 mins ago










  • @mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
    – albert
    34 mins ago















up vote
2
down vote

favorite












I'm facing difficulties in compilation



    documentclass[12pt,a4paper]{report}
usepackage{amssymb,amsmath,amsthm,mathrsfs}
usepackage{mathtools, nccmath}

begin{document}
Let $mathbf{T} = (T_1,cdots,T_d)in mathcal{B}(mathcal{H })^d$. The joint maximal numerical range of $mathbf{T}$ denoted $JtW_{max}(mathbf{T})$, is defined as
begin{align*}
JtW_{max}(mathbf{T})
& = left{(lambda_1,cdots,lambda_d)in mathbb{C}^d;;exists,
(x_n)_nsubset
mathcal{H},;;;|x_n|=1,displaystylelim_{nto+infty}langle T_k
x_nmid x_nrangle=lambda_k,\
& text{and};displaystylelim_{nto+infty}|T_kx_n|=|T_k|,;
1leq k leq d;right}.
end{align*}
end{document}


My goal is to get



enter image description here










share|improve this question






















  • A serious issue with the screenshot you posted is that the first line is wider than the textblock.
    – Mico
    57 mins ago










  • Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
    – albert
    56 mins ago










  • @albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
    – Mico
    48 mins ago






  • 1




    you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
    – David Carlisle
    39 mins ago










  • @mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
    – albert
    34 mins ago













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I'm facing difficulties in compilation



    documentclass[12pt,a4paper]{report}
usepackage{amssymb,amsmath,amsthm,mathrsfs}
usepackage{mathtools, nccmath}

begin{document}
Let $mathbf{T} = (T_1,cdots,T_d)in mathcal{B}(mathcal{H })^d$. The joint maximal numerical range of $mathbf{T}$ denoted $JtW_{max}(mathbf{T})$, is defined as
begin{align*}
JtW_{max}(mathbf{T})
& = left{(lambda_1,cdots,lambda_d)in mathbb{C}^d;;exists,
(x_n)_nsubset
mathcal{H},;;;|x_n|=1,displaystylelim_{nto+infty}langle T_k
x_nmid x_nrangle=lambda_k,\
& text{and};displaystylelim_{nto+infty}|T_kx_n|=|T_k|,;
1leq k leq d;right}.
end{align*}
end{document}


My goal is to get



enter image description here










share|improve this question













I'm facing difficulties in compilation



    documentclass[12pt,a4paper]{report}
usepackage{amssymb,amsmath,amsthm,mathrsfs}
usepackage{mathtools, nccmath}

begin{document}
Let $mathbf{T} = (T_1,cdots,T_d)in mathcal{B}(mathcal{H })^d$. The joint maximal numerical range of $mathbf{T}$ denoted $JtW_{max}(mathbf{T})$, is defined as
begin{align*}
JtW_{max}(mathbf{T})
& = left{(lambda_1,cdots,lambda_d)in mathbb{C}^d;;exists,
(x_n)_nsubset
mathcal{H},;;;|x_n|=1,displaystylelim_{nto+infty}langle T_k
x_nmid x_nrangle=lambda_k,\
& text{and};displaystylelim_{nto+infty}|T_kx_n|=|T_k|,;
1leq k leq d;right}.
end{align*}
end{document}


My goal is to get



enter image description here







math-mode align






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 1 hour ago









Schüler

26419




26419












  • A serious issue with the screenshot you posted is that the first line is wider than the textblock.
    – Mico
    57 mins ago










  • Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
    – albert
    56 mins ago










  • @albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
    – Mico
    48 mins ago






  • 1




    you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
    – David Carlisle
    39 mins ago










  • @mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
    – albert
    34 mins ago


















  • A serious issue with the screenshot you posted is that the first line is wider than the textblock.
    – Mico
    57 mins ago










  • Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
    – albert
    56 mins ago










  • @albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
    – Mico
    48 mins ago






  • 1




    you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
    – David Carlisle
    39 mins ago










  • @mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
    – albert
    34 mins ago
















A serious issue with the screenshot you posted is that the first line is wider than the textblock.
– Mico
57 mins ago




A serious issue with the screenshot you posted is that the first line is wider than the textblock.
– Mico
57 mins ago












Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
– albert
56 mins ago




Possible duplicate of center align equation in ‎documentclass[11pt,twoside,fleqn]{book}‎
– albert
56 mins ago












@albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
– Mico
48 mins ago




@albert - It's not a duplicate: a main issue with the current query is that one of the lines is wider than the text block, making it impossible to center both lines.
– Mico
48 mins ago




1




1




you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
– David Carlisle
39 mins ago




you should also remove the displaystyle (which do nothing there as align uses displaystyle anyway, but in other places would make an odd layout with half the expression on in textstyle and half in display (it applies to the whole expression not just the lim)
– David Carlisle
39 mins ago












@mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
– albert
34 mins ago




@mico thanks. OP: question should probably be posed a bit more clearly, regarding error message, and header etc.
– albert
34 mins ago










1 Answer
1






active

oldest

votes

















up vote
5
down vote



accepted










The main issue with your code is that it's not permissible to split the scope of left and right across two or more lines. Another issue is that the first line in the screenshot you posted is wider than the texblock.



I'd use a multline* environment instead of an align* environment, and I'd move lim_{nto+infty}langle T_k x_nmid x_nrangle=lambda_k from the first line to the second.



Incidentally, both displaystyle directives are redundant. And, you should be using dots (or ldots) rather than cdots in two places.



enter image description here



documentclass[12pt,a4paper]{report}
usepackage{amssymb,amsthm,mathrsfs,mathtools,nccmath}
newcommandjtw{mathit{Jt!W}}
newcommandjtwmax{jtw_{!!max}}

begin{document}
Let $mathbf{T}=(T_1,dots,T_d)inmathcal{B}(mathcal{H})^d$. The joint maximal
numerical range of $mathbf{T}$, denoted $jtwmax(mathbf{T})$, is defined as
begin{multline*}
jtwmax(mathbf{T})= bigl{
(lambda_1,dots,lambda_d)in mathbb{C}^d;
exists, (x_n)_nsubsetmathcal{H};
|x_n|=1, \
lim_{ntoinfty}langle T_k x_nmid x_nrangle=lambda_k
text{ and }
lim_{ntoinfty}|T_kx_n|=|T_k|, 1leq k leq d bigr}.
end{multline*}
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',
    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%2f466071%2fmake-the-equation-in-the-center%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








    up vote
    5
    down vote



    accepted










    The main issue with your code is that it's not permissible to split the scope of left and right across two or more lines. Another issue is that the first line in the screenshot you posted is wider than the texblock.



    I'd use a multline* environment instead of an align* environment, and I'd move lim_{nto+infty}langle T_k x_nmid x_nrangle=lambda_k from the first line to the second.



    Incidentally, both displaystyle directives are redundant. And, you should be using dots (or ldots) rather than cdots in two places.



    enter image description here



    documentclass[12pt,a4paper]{report}
    usepackage{amssymb,amsthm,mathrsfs,mathtools,nccmath}
    newcommandjtw{mathit{Jt!W}}
    newcommandjtwmax{jtw_{!!max}}

    begin{document}
    Let $mathbf{T}=(T_1,dots,T_d)inmathcal{B}(mathcal{H})^d$. The joint maximal
    numerical range of $mathbf{T}$, denoted $jtwmax(mathbf{T})$, is defined as
    begin{multline*}
    jtwmax(mathbf{T})= bigl{
    (lambda_1,dots,lambda_d)in mathbb{C}^d;
    exists, (x_n)_nsubsetmathcal{H};
    |x_n|=1, \
    lim_{ntoinfty}langle T_k x_nmid x_nrangle=lambda_k
    text{ and }
    lim_{ntoinfty}|T_kx_n|=|T_k|, 1leq k leq d bigr}.
    end{multline*}
    end{document}





    share|improve this answer

























      up vote
      5
      down vote



      accepted










      The main issue with your code is that it's not permissible to split the scope of left and right across two or more lines. Another issue is that the first line in the screenshot you posted is wider than the texblock.



      I'd use a multline* environment instead of an align* environment, and I'd move lim_{nto+infty}langle T_k x_nmid x_nrangle=lambda_k from the first line to the second.



      Incidentally, both displaystyle directives are redundant. And, you should be using dots (or ldots) rather than cdots in two places.



      enter image description here



      documentclass[12pt,a4paper]{report}
      usepackage{amssymb,amsthm,mathrsfs,mathtools,nccmath}
      newcommandjtw{mathit{Jt!W}}
      newcommandjtwmax{jtw_{!!max}}

      begin{document}
      Let $mathbf{T}=(T_1,dots,T_d)inmathcal{B}(mathcal{H})^d$. The joint maximal
      numerical range of $mathbf{T}$, denoted $jtwmax(mathbf{T})$, is defined as
      begin{multline*}
      jtwmax(mathbf{T})= bigl{
      (lambda_1,dots,lambda_d)in mathbb{C}^d;
      exists, (x_n)_nsubsetmathcal{H};
      |x_n|=1, \
      lim_{ntoinfty}langle T_k x_nmid x_nrangle=lambda_k
      text{ and }
      lim_{ntoinfty}|T_kx_n|=|T_k|, 1leq k leq d bigr}.
      end{multline*}
      end{document}





      share|improve this answer























        up vote
        5
        down vote



        accepted







        up vote
        5
        down vote



        accepted






        The main issue with your code is that it's not permissible to split the scope of left and right across two or more lines. Another issue is that the first line in the screenshot you posted is wider than the texblock.



        I'd use a multline* environment instead of an align* environment, and I'd move lim_{nto+infty}langle T_k x_nmid x_nrangle=lambda_k from the first line to the second.



        Incidentally, both displaystyle directives are redundant. And, you should be using dots (or ldots) rather than cdots in two places.



        enter image description here



        documentclass[12pt,a4paper]{report}
        usepackage{amssymb,amsthm,mathrsfs,mathtools,nccmath}
        newcommandjtw{mathit{Jt!W}}
        newcommandjtwmax{jtw_{!!max}}

        begin{document}
        Let $mathbf{T}=(T_1,dots,T_d)inmathcal{B}(mathcal{H})^d$. The joint maximal
        numerical range of $mathbf{T}$, denoted $jtwmax(mathbf{T})$, is defined as
        begin{multline*}
        jtwmax(mathbf{T})= bigl{
        (lambda_1,dots,lambda_d)in mathbb{C}^d;
        exists, (x_n)_nsubsetmathcal{H};
        |x_n|=1, \
        lim_{ntoinfty}langle T_k x_nmid x_nrangle=lambda_k
        text{ and }
        lim_{ntoinfty}|T_kx_n|=|T_k|, 1leq k leq d bigr}.
        end{multline*}
        end{document}





        share|improve this answer












        The main issue with your code is that it's not permissible to split the scope of left and right across two or more lines. Another issue is that the first line in the screenshot you posted is wider than the texblock.



        I'd use a multline* environment instead of an align* environment, and I'd move lim_{nto+infty}langle T_k x_nmid x_nrangle=lambda_k from the first line to the second.



        Incidentally, both displaystyle directives are redundant. And, you should be using dots (or ldots) rather than cdots in two places.



        enter image description here



        documentclass[12pt,a4paper]{report}
        usepackage{amssymb,amsthm,mathrsfs,mathtools,nccmath}
        newcommandjtw{mathit{Jt!W}}
        newcommandjtwmax{jtw_{!!max}}

        begin{document}
        Let $mathbf{T}=(T_1,dots,T_d)inmathcal{B}(mathcal{H})^d$. The joint maximal
        numerical range of $mathbf{T}$, denoted $jtwmax(mathbf{T})$, is defined as
        begin{multline*}
        jtwmax(mathbf{T})= bigl{
        (lambda_1,dots,lambda_d)in mathbb{C}^d;
        exists, (x_n)_nsubsetmathcal{H};
        |x_n|=1, \
        lim_{ntoinfty}langle T_k x_nmid x_nrangle=lambda_k
        text{ and }
        lim_{ntoinfty}|T_kx_n|=|T_k|, 1leq k leq d bigr}.
        end{multline*}
        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 51 mins ago









        Mico

        272k30369756




        272k30369756






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f466071%2fmake-the-equation-in-the-center%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei