How can I type the following equations in Latex?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite
1












How can I type equations as the following format?



enter image description here



usepackageamsmath
usepackagecases

begindocument

% without labels for different case which I need
beginalign*

A & Longrightarrow B tag1 \
& Longrightarrow

begincases
G_11=G^t &z in C_1, z' in C_1 \
G_12=G^< &z in C_1, z' in C_2 \
G_13=G^rceil &z in C_1, z' in C_3
endcases
endalign*

% another unsucessful try
beginalign*
A & Longrightarrow B tag1 \
& Longrightarrow
beginnumcases
c\
d\
e
endnumcases

endalign*
enddocument









share|improve this question









New contributor




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















  • 1




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
    – albert
    3 hours ago














up vote
3
down vote

favorite
1












How can I type equations as the following format?



enter image description here



usepackageamsmath
usepackagecases

begindocument

% without labels for different case which I need
beginalign*

A & Longrightarrow B tag1 \
& Longrightarrow

begincases
G_11=G^t &z in C_1, z' in C_1 \
G_12=G^< &z in C_1, z' in C_2 \
G_13=G^rceil &z in C_1, z' in C_3
endcases
endalign*

% another unsucessful try
beginalign*
A & Longrightarrow B tag1 \
& Longrightarrow
beginnumcases
c\
d\
e
endnumcases

endalign*
enddocument









share|improve this question









New contributor




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















  • 1




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
    – albert
    3 hours ago












up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





How can I type equations as the following format?



enter image description here



usepackageamsmath
usepackagecases

begindocument

% without labels for different case which I need
beginalign*

A & Longrightarrow B tag1 \
& Longrightarrow

begincases
G_11=G^t &z in C_1, z' in C_1 \
G_12=G^< &z in C_1, z' in C_2 \
G_13=G^rceil &z in C_1, z' in C_3
endcases
endalign*

% another unsucessful try
beginalign*
A & Longrightarrow B tag1 \
& Longrightarrow
beginnumcases
c\
d\
e
endnumcases

endalign*
enddocument









share|improve this question









New contributor




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











How can I type equations as the following format?



enter image description here



usepackageamsmath
usepackagecases

begindocument

% without labels for different case which I need
beginalign*

A & Longrightarrow B tag1 \
& Longrightarrow

begincases
G_11=G^t &z in C_1, z' in C_1 \
G_12=G^< &z in C_1, z' in C_2 \
G_13=G^rceil &z in C_1, z' in C_3
endcases
endalign*

% another unsucessful try
beginalign*
A & Longrightarrow B tag1 \
& Longrightarrow
beginnumcases
c\
d\
e
endnumcases

endalign*
enddocument






equations cases subequations






share|improve this question









New contributor




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











share|improve this question









New contributor




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









share|improve this question




share|improve this question








edited 3 hours ago









Bobyandbob

3,82851160




3,82851160






New contributor




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









asked 3 hours ago









Jack

1185




1185




New contributor




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





New contributor





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






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







  • 1




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
    – albert
    3 hours ago












  • 1




    Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
    – albert
    3 hours ago







1




1




Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
– albert
3 hours ago




Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with documentclass... and ending with enddocument.
– albert
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
3
down vote



accepted










Very dirty and inelegant. Not to be used ;-)



documentclassarticle

usepackageamsmath

begindocument

beginalignat2
a &to &b \
&&c \
&to&smash{leftbeginarray@c@ mathstrut \ mathstrut \ mathstrut endarrayright. d \
&&e
endalignat

enddocument


enter image description here



Explanation: alignat2 makes two pairs of rl columns, so it is basically equivalent to an array with rlrl alignment. In the first, right-aligned column I put a; in the second, left-aligned column the two arrows; in the third, right-aligned column the brace and the other letters; the fourth column is empty.






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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Jack is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f454886%2fhow-can-i-type-the-following-equations-in-latex%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote



    accepted










    Very dirty and inelegant. Not to be used ;-)



    documentclassarticle

    usepackageamsmath

    begindocument

    beginalignat2
    a &to &b \
    &&c \
    &to&smash{leftbeginarray@c@ mathstrut \ mathstrut \ mathstrut endarrayright. d \
    &&e
    endalignat

    enddocument


    enter image description here



    Explanation: alignat2 makes two pairs of rl columns, so it is basically equivalent to an array with rlrl alignment. In the first, right-aligned column I put a; in the second, left-aligned column the two arrows; in the third, right-aligned column the brace and the other letters; the fourth column is empty.






    share|improve this answer


























      up vote
      3
      down vote



      accepted










      Very dirty and inelegant. Not to be used ;-)



      documentclassarticle

      usepackageamsmath

      begindocument

      beginalignat2
      a &to &b \
      &&c \
      &to&smash{leftbeginarray@c@ mathstrut \ mathstrut \ mathstrut endarrayright. d \
      &&e
      endalignat

      enddocument


      enter image description here



      Explanation: alignat2 makes two pairs of rl columns, so it is basically equivalent to an array with rlrl alignment. In the first, right-aligned column I put a; in the second, left-aligned column the two arrows; in the third, right-aligned column the brace and the other letters; the fourth column is empty.






      share|improve this answer
























        up vote
        3
        down vote



        accepted







        up vote
        3
        down vote



        accepted






        Very dirty and inelegant. Not to be used ;-)



        documentclassarticle

        usepackageamsmath

        begindocument

        beginalignat2
        a &to &b \
        &&c \
        &to&smash{leftbeginarray@c@ mathstrut \ mathstrut \ mathstrut endarrayright. d \
        &&e
        endalignat

        enddocument


        enter image description here



        Explanation: alignat2 makes two pairs of rl columns, so it is basically equivalent to an array with rlrl alignment. In the first, right-aligned column I put a; in the second, left-aligned column the two arrows; in the third, right-aligned column the brace and the other letters; the fourth column is empty.






        share|improve this answer














        Very dirty and inelegant. Not to be used ;-)



        documentclassarticle

        usepackageamsmath

        begindocument

        beginalignat2
        a &to &b \
        &&c \
        &to&smash{leftbeginarray@c@ mathstrut \ mathstrut \ mathstrut endarrayright. d \
        &&e
        endalignat

        enddocument


        enter image description here



        Explanation: alignat2 makes two pairs of rl columns, so it is basically equivalent to an array with rlrl alignment. In the first, right-aligned column I put a; in the second, left-aligned column the two arrows; in the third, right-aligned column the brace and the other letters; the fourth column is empty.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        campa

        6,01721337




        6,01721337




















            Jack is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Jack is a new contributor. Be nice, and check out our Code of Conduct.












            Jack is a new contributor. Be nice, and check out our Code of Conduct.











            Jack is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f454886%2fhow-can-i-type-the-following-equations-in-latex%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            One-line joke