Diagrams in subequations The 2019 Stack Overflow Developer Survey Results Are InUsing...
I looked up a future colleague on linkedin before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?
What tool would a Roman-age civilisation use to reduce/breakup silver and other metals?
Families of ordered set partitions with disjoint blocks
JSON.serialize: is it possible to suppress null values of a map?
Feasability of miniature nuclear reactors for humanoid cyborgs
Did USCIS resume its biometric service for UK visa?
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?
Deadlock Graph and Interpretation, solution to avoid
How to answer pointed "are you quitting" questioning when I don't want them to suspect
How are circuits which use complex ICs normally simulated?
What is the steepest angle that a canal can be traversable without locks?
On the insanity of kings as an argument against Monarchy
Are there any other methods to apply to solving simultaneous equations?
Is bread bad for ducks?
Pristine Bit Checking
Geography at the pixel level
Inline version of a function returns different value then non-inline version
Evaluating number of iteration with a certain map with While
What is the meaning of Triage in Cybersec world?
Lethal sonic weapons
Why could you hear an Amstrad CPC working?
What do hard-Brexiteers want with respect to the Irish border?
How was Skylab's orbit inclination chosen?
Diagrams in subequations
The 2019 Stack Overflow Developer Survey Results Are InUsing subequations without amsmathsubequations customize arabic numbering in aligned environmentsubequations alignDifference in usage between subequations and gather?Labels with subequationsBracket in subequationsboth horizontal and vertical subequationsInterlace Subequations Environmentssplit subequations in two pagesEquation tags with subequations
I am trying to create diagrams like the ones in the photo below. I created the following:
documentclass[11pt]{beamer}
usepackage{pgfpages,amsmath,amssymb,mathtools,color, graphicx, amsfonts, braket}
usepackage{subfig}
usetheme{Madrid}
usepackage{empheq}
usepackage{multicol}
begin{document}
begin{frame}
begin{multicols}{2}
begin{subequations}
begin{empheq}[left=empheqbiglparen, right=empheqbigrparen]{align*}
&e &{e to e to t}& &e\
&text{John} &text{saw}& &text{Mary}\
&j &saw& &m\
end{empheq}
end{subequations}
begin{subequations}
begin{empheq}{align*}
&t\
&text{John saw Mary}\
&saw(j, m)\
end{empheq}
end{subequations}
end{multicols}
end{frame}
end{document}
How can I get the equality sign to appear as in the photo? How can I get parenthesis to occur around "saw John" (as they appear around "saw Elliott" in the photo) and how can I create a small amount of space between the parenthesis and the expression it encloses? How can vertically align the expressions as they are in the photo (so that the expressions in the top and bottom rows align with the middle of the words in the middle row? Also, how can I regulate the size of these diagrams, so that they are smaller?

beamer diagrams sharelatex subequations
add a comment |
I am trying to create diagrams like the ones in the photo below. I created the following:
documentclass[11pt]{beamer}
usepackage{pgfpages,amsmath,amssymb,mathtools,color, graphicx, amsfonts, braket}
usepackage{subfig}
usetheme{Madrid}
usepackage{empheq}
usepackage{multicol}
begin{document}
begin{frame}
begin{multicols}{2}
begin{subequations}
begin{empheq}[left=empheqbiglparen, right=empheqbigrparen]{align*}
&e &{e to e to t}& &e\
&text{John} &text{saw}& &text{Mary}\
&j &saw& &m\
end{empheq}
end{subequations}
begin{subequations}
begin{empheq}{align*}
&t\
&text{John saw Mary}\
&saw(j, m)\
end{empheq}
end{subequations}
end{multicols}
end{frame}
end{document}
How can I get the equality sign to appear as in the photo? How can I get parenthesis to occur around "saw John" (as they appear around "saw Elliott" in the photo) and how can I create a small amount of space between the parenthesis and the expression it encloses? How can vertically align the expressions as they are in the photo (so that the expressions in the top and bottom rows align with the middle of the words in the middle row? Also, how can I regulate the size of these diagrams, so that they are smaller?

beamer diagrams sharelatex subequations
add a comment |
I am trying to create diagrams like the ones in the photo below. I created the following:
documentclass[11pt]{beamer}
usepackage{pgfpages,amsmath,amssymb,mathtools,color, graphicx, amsfonts, braket}
usepackage{subfig}
usetheme{Madrid}
usepackage{empheq}
usepackage{multicol}
begin{document}
begin{frame}
begin{multicols}{2}
begin{subequations}
begin{empheq}[left=empheqbiglparen, right=empheqbigrparen]{align*}
&e &{e to e to t}& &e\
&text{John} &text{saw}& &text{Mary}\
&j &saw& &m\
end{empheq}
end{subequations}
begin{subequations}
begin{empheq}{align*}
&t\
&text{John saw Mary}\
&saw(j, m)\
end{empheq}
end{subequations}
end{multicols}
end{frame}
end{document}
How can I get the equality sign to appear as in the photo? How can I get parenthesis to occur around "saw John" (as they appear around "saw Elliott" in the photo) and how can I create a small amount of space between the parenthesis and the expression it encloses? How can vertically align the expressions as they are in the photo (so that the expressions in the top and bottom rows align with the middle of the words in the middle row? Also, how can I regulate the size of these diagrams, so that they are smaller?

beamer diagrams sharelatex subequations
I am trying to create diagrams like the ones in the photo below. I created the following:
documentclass[11pt]{beamer}
usepackage{pgfpages,amsmath,amssymb,mathtools,color, graphicx, amsfonts, braket}
usepackage{subfig}
usetheme{Madrid}
usepackage{empheq}
usepackage{multicol}
begin{document}
begin{frame}
begin{multicols}{2}
begin{subequations}
begin{empheq}[left=empheqbiglparen, right=empheqbigrparen]{align*}
&e &{e to e to t}& &e\
&text{John} &text{saw}& &text{Mary}\
&j &saw& &m\
end{empheq}
end{subequations}
begin{subequations}
begin{empheq}{align*}
&t\
&text{John saw Mary}\
&saw(j, m)\
end{empheq}
end{subequations}
end{multicols}
end{frame}
end{document}
How can I get the equality sign to appear as in the photo? How can I get parenthesis to occur around "saw John" (as they appear around "saw Elliott" in the photo) and how can I create a small amount of space between the parenthesis and the expression it encloses? How can vertically align the expressions as they are in the photo (so that the expressions in the top and bottom rows align with the middle of the words in the middle row? Also, how can I regulate the size of these diagrams, so that they are smaller?

beamer diagrams sharelatex subequations
beamer diagrams sharelatex subequations
edited 2 hours ago
user65526
asked 2 hours ago
user65526user65526
374110
374110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Use a single math display:
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
e & e to e to t & e \
text{John} & text{saw} & text{Mary}\
j & operatorname{saw} & m
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

If you want the double parentheses
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
begin{matrix} e \ text{John} \ j end{matrix} &
begin{pmatrix}
e to e to t & e \
text{saw} & text{Mary}\
operatorname{saw} & m
end{pmatrix}
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

add a comment |
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484020%2fdiagrams-in-subequations%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
Use a single math display:
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
e & e to e to t & e \
text{John} & text{saw} & text{Mary}\
j & operatorname{saw} & m
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

If you want the double parentheses
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
begin{matrix} e \ text{John} \ j end{matrix} &
begin{pmatrix}
e to e to t & e \
text{saw} & text{Mary}\
operatorname{saw} & m
end{pmatrix}
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

add a comment |
Use a single math display:
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
e & e to e to t & e \
text{John} & text{saw} & text{Mary}\
j & operatorname{saw} & m
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

If you want the double parentheses
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
begin{matrix} e \ text{John} \ j end{matrix} &
begin{pmatrix}
e to e to t & e \
text{saw} & text{Mary}\
operatorname{saw} & m
end{pmatrix}
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

add a comment |
Use a single math display:
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
e & e to e to t & e \
text{John} & text{saw} & text{Mary}\
j & operatorname{saw} & m
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

If you want the double parentheses
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
begin{matrix} e \ text{John} \ j end{matrix} &
begin{pmatrix}
e to e to t & e \
text{saw} & text{Mary}\
operatorname{saw} & m
end{pmatrix}
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

Use a single math display:
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
e & e to e to t & e \
text{John} & text{saw} & text{Mary}\
j & operatorname{saw} & m
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

If you want the double parentheses
documentclass[11pt]{beamer}
usetheme{Madrid}
begin{document}
begin{frame}
[
begin{pmatrix}
begin{matrix} e \ text{John} \ j end{matrix} &
begin{pmatrix}
e to e to t & e \
text{saw} & text{Mary}\
operatorname{saw} & m
end{pmatrix}
end{pmatrix}
=
begin{matrix}
t\
text{John saw Mary}\
operatorname{saw}(j, m)\
end{matrix}
]
end{frame}
end{document}

answered 1 hour ago
egregegreg
732k8919313254
732k8919313254
add a comment |
add a comment |
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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484020%2fdiagrams-in-subequations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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