How to build a logical argument like this?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
How to build a logical argument like this?
with the color line
tikz-pgf
New contributor
Carlos Feliz 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
2
down vote
favorite
How to build a logical argument like this?
with the color line
tikz-pgf
New contributor
Carlos Feliz 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
2
down vote
favorite
up vote
2
down vote
favorite
How to build a logical argument like this?
with the color line
tikz-pgf
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How to build a logical argument like this?
with the color line
tikz-pgf
tikz-pgf
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 39 mins ago


Werner
425k589321605
425k589321605
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 52 mins ago


Carlos Feliz
112
112
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carlos Feliz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Carlos Feliz 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 |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
A simple array
will do:
documentclassarticle
usepackageamsmath,amssymb
begindocument
[
beginarray r l
& p rightarrow q \
& p \
cline2-2
therefore & q
endarray
]
enddocument
If you want a coloured rule, add colortbl
to your preamble and use:
[
beginarray r l
& p rightarrow q \
& p \
arrayrulecolorredcline2-2
therefore & q
endarray
]
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
add a comment |Â
up vote
1
down vote
Depending on how much extension you want on the line...two ways are shown.
The thickness of the rule is determined by the value of fboxrule
.
documentclassarticle
usepackageamssymb
usepackage[TABcline]tabstackengine
TABstackMath
begindocument
[
alignShortstack
& p rightarrow q\
& p\
TABcline2
therefore & q
]
[
fboxrule=1pt
setstacktabbedgap1.5ex
tabbedShortstack[l]
& p rightarrow q&\
& p&\
TABcline2
therefore & q&
]
enddocument
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
A simple array
will do:
documentclassarticle
usepackageamsmath,amssymb
begindocument
[
beginarray r l
& p rightarrow q \
& p \
cline2-2
therefore & q
endarray
]
enddocument
If you want a coloured rule, add colortbl
to your preamble and use:
[
beginarray r l
& p rightarrow q \
& p \
arrayrulecolorredcline2-2
therefore & q
endarray
]
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
add a comment |Â
up vote
1
down vote
A simple array
will do:
documentclassarticle
usepackageamsmath,amssymb
begindocument
[
beginarray r l
& p rightarrow q \
& p \
cline2-2
therefore & q
endarray
]
enddocument
If you want a coloured rule, add colortbl
to your preamble and use:
[
beginarray r l
& p rightarrow q \
& p \
arrayrulecolorredcline2-2
therefore & q
endarray
]
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
add a comment |Â
up vote
1
down vote
up vote
1
down vote
A simple array
will do:
documentclassarticle
usepackageamsmath,amssymb
begindocument
[
beginarray r l
& p rightarrow q \
& p \
cline2-2
therefore & q
endarray
]
enddocument
If you want a coloured rule, add colortbl
to your preamble and use:
[
beginarray r l
& p rightarrow q \
& p \
arrayrulecolorredcline2-2
therefore & q
endarray
]
A simple array
will do:
documentclassarticle
usepackageamsmath,amssymb
begindocument
[
beginarray r l
& p rightarrow q \
& p \
cline2-2
therefore & q
endarray
]
enddocument
If you want a coloured rule, add colortbl
to your preamble and use:
[
beginarray r l
& p rightarrow q \
& p \
arrayrulecolorredcline2-2
therefore & q
endarray
]
answered 30 mins ago


Werner
425k589321605
425k589321605
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
add a comment |Â
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
Thank you very much for your help. Can you tell me how to increase the thickness of the line?
– Carlos Feliz
13 mins ago
add a comment |Â
up vote
1
down vote
Depending on how much extension you want on the line...two ways are shown.
The thickness of the rule is determined by the value of fboxrule
.
documentclassarticle
usepackageamssymb
usepackage[TABcline]tabstackengine
TABstackMath
begindocument
[
alignShortstack
& p rightarrow q\
& p\
TABcline2
therefore & q
]
[
fboxrule=1pt
setstacktabbedgap1.5ex
tabbedShortstack[l]
& p rightarrow q&\
& p&\
TABcline2
therefore & q&
]
enddocument
add a comment |Â
up vote
1
down vote
Depending on how much extension you want on the line...two ways are shown.
The thickness of the rule is determined by the value of fboxrule
.
documentclassarticle
usepackageamssymb
usepackage[TABcline]tabstackengine
TABstackMath
begindocument
[
alignShortstack
& p rightarrow q\
& p\
TABcline2
therefore & q
]
[
fboxrule=1pt
setstacktabbedgap1.5ex
tabbedShortstack[l]
& p rightarrow q&\
& p&\
TABcline2
therefore & q&
]
enddocument
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Depending on how much extension you want on the line...two ways are shown.
The thickness of the rule is determined by the value of fboxrule
.
documentclassarticle
usepackageamssymb
usepackage[TABcline]tabstackengine
TABstackMath
begindocument
[
alignShortstack
& p rightarrow q\
& p\
TABcline2
therefore & q
]
[
fboxrule=1pt
setstacktabbedgap1.5ex
tabbedShortstack[l]
& p rightarrow q&\
& p&\
TABcline2
therefore & q&
]
enddocument
Depending on how much extension you want on the line...two ways are shown.
The thickness of the rule is determined by the value of fboxrule
.
documentclassarticle
usepackageamssymb
usepackage[TABcline]tabstackengine
TABstackMath
begindocument
[
alignShortstack
& p rightarrow q\
& p\
TABcline2
therefore & q
]
[
fboxrule=1pt
setstacktabbedgap1.5ex
tabbedShortstack[l]
& p rightarrow q&\
& p&\
TABcline2
therefore & q&
]
enddocument
answered 7 mins ago


Steven B. Segletes
148k9187392
148k9187392
add a comment |Â
add a comment |Â
Carlos Feliz is a new contributor. Be nice, and check out our Code of Conduct.
Carlos Feliz is a new contributor. Be nice, and check out our Code of Conduct.
Carlos Feliz is a new contributor. Be nice, and check out our Code of Conduct.
Carlos Feliz 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%2f456052%2fhow-to-build-a-logical-argument-like-this%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