Cases inside tabular environment with left aligned column











up vote
0
down vote

favorite












I want to have equations in a column of a table, using the amsmath cases option, but where the column is left aligned. The MWE below shows an example of the equations that I need in the column, with the second table showing the layout I am after.



What I found online suggests you need the p{} option in order to include the cases option from amsmath. The array package has been suggested as a way to get the left aligned in the second column, but I cannot get it working as I expected it to.



Appreciate any pointers to what I am doing wrong.



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{amssymb}
usepackage{array}

begin{document}
%
begin{table}
begin{tabular}{| c>{raggedrightarraybackslash}p{10cm} |} hline
Option 1 & [M_f(t) = begin{cases}
M_f(0) & t leq tau \
M_f^dag & t > tau
end{cases} ]\ hline
Option 2 & [ M_f(t) = begin{cases}
left[M_f^dag - M_f(0)right]left[frac{exp(-0.25 t) - 1}{exp(-0.25 tau) - 1}right] + M_f(0) & t leq tau \
M_f^dag & t> tau
end{cases} ] \ hline
end{tabular}
caption{The equations I need}
label{a label}
end{table}


begin{table}
begin{tabular}{| l l |} hline
Option 1 & $x^2 + 3$ \ hline
Option 2 & $sin(x) + text{a much longer equation than the others to show the formatting}$ \ hline
end{tabular}
caption{The layout I want}
label{a 2nd label}
end{table}

end{document}









share|improve this question


























    up vote
    0
    down vote

    favorite












    I want to have equations in a column of a table, using the amsmath cases option, but where the column is left aligned. The MWE below shows an example of the equations that I need in the column, with the second table showing the layout I am after.



    What I found online suggests you need the p{} option in order to include the cases option from amsmath. The array package has been suggested as a way to get the left aligned in the second column, but I cannot get it working as I expected it to.



    Appreciate any pointers to what I am doing wrong.



    documentclass[a4paper,10pt]{article}

    usepackage{amsmath}
    usepackage{amssymb}
    usepackage{array}

    begin{document}
    %
    begin{table}
    begin{tabular}{| c>{raggedrightarraybackslash}p{10cm} |} hline
    Option 1 & [M_f(t) = begin{cases}
    M_f(0) & t leq tau \
    M_f^dag & t > tau
    end{cases} ]\ hline
    Option 2 & [ M_f(t) = begin{cases}
    left[M_f^dag - M_f(0)right]left[frac{exp(-0.25 t) - 1}{exp(-0.25 tau) - 1}right] + M_f(0) & t leq tau \
    M_f^dag & t> tau
    end{cases} ] \ hline
    end{tabular}
    caption{The equations I need}
    label{a label}
    end{table}


    begin{table}
    begin{tabular}{| l l |} hline
    Option 1 & $x^2 + 3$ \ hline
    Option 2 & $sin(x) + text{a much longer equation than the others to show the formatting}$ \ hline
    end{tabular}
    caption{The layout I want}
    label{a 2nd label}
    end{table}

    end{document}









    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I want to have equations in a column of a table, using the amsmath cases option, but where the column is left aligned. The MWE below shows an example of the equations that I need in the column, with the second table showing the layout I am after.



      What I found online suggests you need the p{} option in order to include the cases option from amsmath. The array package has been suggested as a way to get the left aligned in the second column, but I cannot get it working as I expected it to.



      Appreciate any pointers to what I am doing wrong.



      documentclass[a4paper,10pt]{article}

      usepackage{amsmath}
      usepackage{amssymb}
      usepackage{array}

      begin{document}
      %
      begin{table}
      begin{tabular}{| c>{raggedrightarraybackslash}p{10cm} |} hline
      Option 1 & [M_f(t) = begin{cases}
      M_f(0) & t leq tau \
      M_f^dag & t > tau
      end{cases} ]\ hline
      Option 2 & [ M_f(t) = begin{cases}
      left[M_f^dag - M_f(0)right]left[frac{exp(-0.25 t) - 1}{exp(-0.25 tau) - 1}right] + M_f(0) & t leq tau \
      M_f^dag & t> tau
      end{cases} ] \ hline
      end{tabular}
      caption{The equations I need}
      label{a label}
      end{table}


      begin{table}
      begin{tabular}{| l l |} hline
      Option 1 & $x^2 + 3$ \ hline
      Option 2 & $sin(x) + text{a much longer equation than the others to show the formatting}$ \ hline
      end{tabular}
      caption{The layout I want}
      label{a 2nd label}
      end{table}

      end{document}









      share|improve this question













      I want to have equations in a column of a table, using the amsmath cases option, but where the column is left aligned. The MWE below shows an example of the equations that I need in the column, with the second table showing the layout I am after.



      What I found online suggests you need the p{} option in order to include the cases option from amsmath. The array package has been suggested as a way to get the left aligned in the second column, but I cannot get it working as I expected it to.



      Appreciate any pointers to what I am doing wrong.



      documentclass[a4paper,10pt]{article}

      usepackage{amsmath}
      usepackage{amssymb}
      usepackage{array}

      begin{document}
      %
      begin{table}
      begin{tabular}{| c>{raggedrightarraybackslash}p{10cm} |} hline
      Option 1 & [M_f(t) = begin{cases}
      M_f(0) & t leq tau \
      M_f^dag & t > tau
      end{cases} ]\ hline
      Option 2 & [ M_f(t) = begin{cases}
      left[M_f^dag - M_f(0)right]left[frac{exp(-0.25 t) - 1}{exp(-0.25 tau) - 1}right] + M_f(0) & t leq tau \
      M_f^dag & t> tau
      end{cases} ] \ hline
      end{tabular}
      caption{The equations I need}
      label{a label}
      end{table}


      begin{table}
      begin{tabular}{| l l |} hline
      Option 1 & $x^2 + 3$ \ hline
      Option 2 & $sin(x) + text{a much longer equation than the others to show the formatting}$ \ hline
      end{tabular}
      caption{The layout I want}
      label{a 2nd label}
      end{table}

      end{document}






      tables cases






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      Esme_

      1647




      1647






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          like this?



          enter image description here



          documentclass[a4paper,10pt]{article}
          usepackage{amsmath, amssymb}
          usepackage{makecell}

          begin{document}
          begin{table}
          centering
          setcellgapes{3pt}
          makegapedcells
          begin{tabular}{| c l|}
          hline
          Option 1 & $ M_f(t) = begin{cases}
          M_f(0) & t leq tau \
          M_f^dag & t > tau
          end{cases}$ \
          hline
          Option 2 & $ M_f(t) = begin{cases}
          left[M_f^dag - M_f(0)right]
          left[dfrac{exp(-0.25 t) - 1}
          {exp(-0.25 tau) - 1}right]
          + M_f(0) & t leq tau \
          M_f^dag & t> tau
          end{cases}$ \
          hline
          end{tabular}
          caption{The equations I need}
          label{a label}
          end{table}
          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%2f462501%2fcases-inside-tabular-environment-with-left-aligned-column%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
            1
            down vote



            accepted










            like this?



            enter image description here



            documentclass[a4paper,10pt]{article}
            usepackage{amsmath, amssymb}
            usepackage{makecell}

            begin{document}
            begin{table}
            centering
            setcellgapes{3pt}
            makegapedcells
            begin{tabular}{| c l|}
            hline
            Option 1 & $ M_f(t) = begin{cases}
            M_f(0) & t leq tau \
            M_f^dag & t > tau
            end{cases}$ \
            hline
            Option 2 & $ M_f(t) = begin{cases}
            left[M_f^dag - M_f(0)right]
            left[dfrac{exp(-0.25 t) - 1}
            {exp(-0.25 tau) - 1}right]
            + M_f(0) & t leq tau \
            M_f^dag & t> tau
            end{cases}$ \
            hline
            end{tabular}
            caption{The equations I need}
            label{a label}
            end{table}
            end{document}





            share|improve this answer

























              up vote
              1
              down vote



              accepted










              like this?



              enter image description here



              documentclass[a4paper,10pt]{article}
              usepackage{amsmath, amssymb}
              usepackage{makecell}

              begin{document}
              begin{table}
              centering
              setcellgapes{3pt}
              makegapedcells
              begin{tabular}{| c l|}
              hline
              Option 1 & $ M_f(t) = begin{cases}
              M_f(0) & t leq tau \
              M_f^dag & t > tau
              end{cases}$ \
              hline
              Option 2 & $ M_f(t) = begin{cases}
              left[M_f^dag - M_f(0)right]
              left[dfrac{exp(-0.25 t) - 1}
              {exp(-0.25 tau) - 1}right]
              + M_f(0) & t leq tau \
              M_f^dag & t> tau
              end{cases}$ \
              hline
              end{tabular}
              caption{The equations I need}
              label{a label}
              end{table}
              end{document}





              share|improve this answer























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                like this?



                enter image description here



                documentclass[a4paper,10pt]{article}
                usepackage{amsmath, amssymb}
                usepackage{makecell}

                begin{document}
                begin{table}
                centering
                setcellgapes{3pt}
                makegapedcells
                begin{tabular}{| c l|}
                hline
                Option 1 & $ M_f(t) = begin{cases}
                M_f(0) & t leq tau \
                M_f^dag & t > tau
                end{cases}$ \
                hline
                Option 2 & $ M_f(t) = begin{cases}
                left[M_f^dag - M_f(0)right]
                left[dfrac{exp(-0.25 t) - 1}
                {exp(-0.25 tau) - 1}right]
                + M_f(0) & t leq tau \
                M_f^dag & t> tau
                end{cases}$ \
                hline
                end{tabular}
                caption{The equations I need}
                label{a label}
                end{table}
                end{document}





                share|improve this answer












                like this?



                enter image description here



                documentclass[a4paper,10pt]{article}
                usepackage{amsmath, amssymb}
                usepackage{makecell}

                begin{document}
                begin{table}
                centering
                setcellgapes{3pt}
                makegapedcells
                begin{tabular}{| c l|}
                hline
                Option 1 & $ M_f(t) = begin{cases}
                M_f(0) & t leq tau \
                M_f^dag & t > tau
                end{cases}$ \
                hline
                Option 2 & $ M_f(t) = begin{cases}
                left[M_f^dag - M_f(0)right]
                left[dfrac{exp(-0.25 t) - 1}
                {exp(-0.25 tau) - 1}right]
                + M_f(0) & t leq tau \
                M_f^dag & t> tau
                end{cases}$ \
                hline
                end{tabular}
                caption{The equations I need}
                label{a label}
                end{table}
                end{document}






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Zarko

                117k865155




                117k865155






























                    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%2f462501%2fcases-inside-tabular-environment-with-left-aligned-column%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

                    サソリ

                    広島県道265号伴広島線

                    Setup Asymptote in Texstudio