covington gloss in multicolumn in a Beamer slide … randomly inserted line
My wife is trying to create a presentation for her PhD linguistics class and the minimal example I have here is:
documentclass[american,table]{beamer}
usepackage{multicol}
usepackage{covington}
usepackage{polyglossia}
begin{document}
begin{frame}[fragile]{Slide 1}
begin{multicols}{2}
gll Richard je hladový.
Richard is hungry
glt 'Richard is hungry.'
glend
columnbreak{}
gll Richard má hlad.
Richard has hunger
glt 'Richard is hungry.'
glend
end{multicols}
end{frame}
end{document}
which unfortunately leads to this:
Notice how the second example has inserted line before the translation line.
Anybody any idea how to avoid this superfluous line? Is there any better method how to make a tableaux with two glosses (normal LaTeX table didn't work and multicolumn as a workaround has been suggested here on the StackExchange)?
Thank you
beamer linguistics covington
add a comment |
My wife is trying to create a presentation for her PhD linguistics class and the minimal example I have here is:
documentclass[american,table]{beamer}
usepackage{multicol}
usepackage{covington}
usepackage{polyglossia}
begin{document}
begin{frame}[fragile]{Slide 1}
begin{multicols}{2}
gll Richard je hladový.
Richard is hungry
glt 'Richard is hungry.'
glend
columnbreak{}
gll Richard má hlad.
Richard has hunger
glt 'Richard is hungry.'
glend
end{multicols}
end{frame}
end{document}
which unfortunately leads to this:
Notice how the second example has inserted line before the translation line.
Anybody any idea how to avoid this superfluous line? Is there any better method how to make a tableaux with two glosses (normal LaTeX table didn't work and multicolumn as a workaround has been suggested here on the StackExchange)?
Thank you
beamer linguistics covington
What's the reason formulticols
rather thecolumn
feature ofbeamer
? Anyway, I don't get the wrong spacing from the presented code.
– egreg
7 hours ago
add a comment |
My wife is trying to create a presentation for her PhD linguistics class and the minimal example I have here is:
documentclass[american,table]{beamer}
usepackage{multicol}
usepackage{covington}
usepackage{polyglossia}
begin{document}
begin{frame}[fragile]{Slide 1}
begin{multicols}{2}
gll Richard je hladový.
Richard is hungry
glt 'Richard is hungry.'
glend
columnbreak{}
gll Richard má hlad.
Richard has hunger
glt 'Richard is hungry.'
glend
end{multicols}
end{frame}
end{document}
which unfortunately leads to this:
Notice how the second example has inserted line before the translation line.
Anybody any idea how to avoid this superfluous line? Is there any better method how to make a tableaux with two glosses (normal LaTeX table didn't work and multicolumn as a workaround has been suggested here on the StackExchange)?
Thank you
beamer linguistics covington
My wife is trying to create a presentation for her PhD linguistics class and the minimal example I have here is:
documentclass[american,table]{beamer}
usepackage{multicol}
usepackage{covington}
usepackage{polyglossia}
begin{document}
begin{frame}[fragile]{Slide 1}
begin{multicols}{2}
gll Richard je hladový.
Richard is hungry
glt 'Richard is hungry.'
glend
columnbreak{}
gll Richard má hlad.
Richard has hunger
glt 'Richard is hungry.'
glend
end{multicols}
end{frame}
end{document}
which unfortunately leads to this:
Notice how the second example has inserted line before the translation line.
Anybody any idea how to avoid this superfluous line? Is there any better method how to make a tableaux with two glosses (normal LaTeX table didn't work and multicolumn as a workaround has been suggested here on the StackExchange)?
Thank you
beamer linguistics covington
beamer linguistics covington
edited 7 hours ago
mcepl
asked 8 hours ago
mceplmcepl
1084
1084
What's the reason formulticols
rather thecolumn
feature ofbeamer
? Anyway, I don't get the wrong spacing from the presented code.
– egreg
7 hours ago
add a comment |
What's the reason formulticols
rather thecolumn
feature ofbeamer
? Anyway, I don't get the wrong spacing from the presented code.
– egreg
7 hours ago
What's the reason for
multicols
rather the column
feature of beamer
? Anyway, I don't get the wrong spacing from the presented code.– egreg
7 hours ago
What's the reason for
multicols
rather the column
feature of beamer
? Anyway, I don't get the wrong spacing from the presented code.– egreg
7 hours ago
add a comment |
0
active
oldest
votes
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%2f483923%2fcovington-gloss-in-multicolumn-in-a-beamer-slide-randomly-inserted-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f483923%2fcovington-gloss-in-multicolumn-in-a-beamer-slide-randomly-inserted-line%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
What's the reason for
multicols
rather thecolumn
feature ofbeamer
? Anyway, I don't get the wrong spacing from the presented code.– egreg
7 hours ago