How can I type the following equations in Latex?
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
How can I type equations as the following format?
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
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.
add a comment |Â
up vote
3
down vote
favorite
How can I type equations as the following format?
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
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 withdocumentclass...
and ending withenddocument
.
– albert
3 hours ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
How can I type equations as the following format?
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
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?
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
equations cases subequations
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.
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 withdocumentclass...
and ending withenddocument
.
– albert
3 hours ago
add a comment |Â
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 withdocumentclass...
and ending withenddocument
.
– 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
add a comment |Â
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
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.
add a comment |Â
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
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.
add a comment |Â
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
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.
add a comment |Â
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
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.
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
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.
edited 2 hours ago
answered 2 hours ago


campa
6,01721337
6,01721337
add a comment |Â
add a comment |Â
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.
Jack is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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 withenddocument
.– albert
3 hours ago