how to write a long equation in a 2 column format paper Unicorn Meta Zoo #1: Why another...

`microtype`: Set Minimum Width of a Space

Co-worker works way more than he should

Contradiction proof for inequality of P and NP?

Is Diceware more secure than a long passphrase?

std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?

The weakest link

What to do with someone that cheated their way through university and a PhD program?

What *exactly* is electrical current, voltage, and resistance?

How to keep bees out of canned beverages?

What was Apollo 13's "Little Jolt" after MECO?

A Paper Record is What I Hamper

Where was the County of Thurn und Taxis located?

When do you need buffers/drivers on buses in a microprocessor design?

My admission is revoked after accepting the admission offer

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

How to have a sharp product image?

Retract an already submitted recommendation letter (written for an undergrad student)

Is there really no use for MD5 anymore?

As an international instructor, should I openly talk about my accent?

How does the mezzoloth's teleportation work?

Why do distances seem to matter in the Foundation world?

Does Mathematica have an implementation of the Poisson binomial distribution?

Is Electric Central Heating worth it if using Solar Panels?

Will I lose my paid in full property



how to write a long equation in a 2 column format paper



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraLatex, left indent numcasesproblem with left| and alignMake aligned equation vary alignment to avoid equation numbers on new lineCan't generate png with Error: Erroneous nesting of equation structuresAlignment of equation number with the end of the lineMultiple lines one side of equation with a Curly BracketHow can I left-align each cell in an equation containing math symbols?Why do I need a second | at the end of my custom column descriptionNeed to align four lines of display-style mathHow can I align this equation in the center?












1















I wanna write a long equation in for a 2-column template of a paper. I used the aligned command to do that, but it doesn't work.



I attache the target equation I am trying to obtain.



enter image description here



Here is my try:



 begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}









share|improve this question

























  • What is your desired output? Which errors do you get, if any?

    – Marijn
    6 mins ago


















1















I wanna write a long equation in for a 2-column template of a paper. I used the aligned command to do that, but it doesn't work.



I attache the target equation I am trying to obtain.



enter image description here



Here is my try:



 begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}









share|improve this question

























  • What is your desired output? Which errors do you get, if any?

    – Marijn
    6 mins ago
















1












1








1


1






I wanna write a long equation in for a 2-column template of a paper. I used the aligned command to do that, but it doesn't work.



I attache the target equation I am trying to obtain.



enter image description here



Here is my try:



 begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}









share|improve this question
















I wanna write a long equation in for a 2-column template of a paper. I used the aligned command to do that, but it doesn't work.



I attache the target equation I am trying to obtain.



enter image description here



Here is my try:



 begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}






equations align






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 19 mins ago









valerie

934




934










asked 25 mins ago









user78333user78333

164




164













  • What is your desired output? Which errors do you get, if any?

    – Marijn
    6 mins ago





















  • What is your desired output? Which errors do you get, if any?

    – Marijn
    6 mins ago



















What is your desired output? Which errors do you get, if any?

– Marijn
6 mins ago







What is your desired output? Which errors do you get, if any?

– Marijn
6 mins ago












1 Answer
1






active

oldest

votes


















1














The problem is that the left( right) pair is split over two lines. Either add some dummy closing and opening macros right. and left. at the end and start of the line or manually choose the size:



documentclass[twocolumn]{article}

usepackage{mathtools}

begin{document}

begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}

end{document}




documentclass[twocolumn]{article}

usepackage{mathtools}

begin{document}

begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}



end{document}




share








New contributor




valerie 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%2f487600%2fhow-to-write-a-long-equation-in-a-2-column-format-paper%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









    1














    The problem is that the left( right) pair is split over two lines. Either add some dummy closing and opening macros right. and left. at the end and start of the line or manually choose the size:



    documentclass[twocolumn]{article}

    usepackage{mathtools}

    begin{document}

    begin{equation}
    begin{aligned}
    L ( mathbf { m } ) =
    & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
    & left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
    end{aligned}
    end{equation}

    end{document}




    documentclass[twocolumn]{article}

    usepackage{mathtools}

    begin{document}

    begin{equation}
    begin{aligned}
    L ( mathbf { m } ) =
    & k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
    & - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
    end{aligned}
    end{equation}



    end{document}




    share








    New contributor




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

























      1














      The problem is that the left( right) pair is split over two lines. Either add some dummy closing and opening macros right. and left. at the end and start of the line or manually choose the size:



      documentclass[twocolumn]{article}

      usepackage{mathtools}

      begin{document}

      begin{equation}
      begin{aligned}
      L ( mathbf { m } ) =
      & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
      & left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
      end{aligned}
      end{equation}

      end{document}




      documentclass[twocolumn]{article}

      usepackage{mathtools}

      begin{document}

      begin{equation}
      begin{aligned}
      L ( mathbf { m } ) =
      & k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
      & - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
      end{aligned}
      end{equation}



      end{document}




      share








      New contributor




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























        1












        1








        1







        The problem is that the left( right) pair is split over two lines. Either add some dummy closing and opening macros right. and left. at the end and start of the line or manually choose the size:



        documentclass[twocolumn]{article}

        usepackage{mathtools}

        begin{document}

        begin{equation}
        begin{aligned}
        L ( mathbf { m } ) =
        & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
        & left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
        end{aligned}
        end{equation}

        end{document}




        documentclass[twocolumn]{article}

        usepackage{mathtools}

        begin{document}

        begin{equation}
        begin{aligned}
        L ( mathbf { m } ) =
        & k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
        & - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
        end{aligned}
        end{equation}



        end{document}




        share








        New contributor




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










        The problem is that the left( right) pair is split over two lines. Either add some dummy closing and opening macros right. and left. at the end and start of the line or manually choose the size:



        documentclass[twocolumn]{article}

        usepackage{mathtools}

        begin{document}

        begin{equation}
        begin{aligned}
        L ( mathbf { m } ) =
        & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
        & left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
        end{aligned}
        end{equation}

        end{document}




        documentclass[twocolumn]{article}

        usepackage{mathtools}

        begin{document}

        begin{equation}
        begin{aligned}
        L ( mathbf { m } ) =
        & k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
        & - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
        end{aligned}
        end{equation}



        end{document}





        share








        New contributor




        valerie 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




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









        answered 4 mins ago









        valerievalerie

        934




        934




        New contributor




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





        New contributor





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






        valerie 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%2f487600%2fhow-to-write-a-long-equation-in-a-2-column-format-paper%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 does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...