How to get transparent examples in linguexTransparent itemRemove vertical space in examples...
In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?
Do I have a twin with permutated remainders?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
SSH "lag" in LAN on some machines, mixed distros
Is it canonical bit space?
Reserved de-dupe rules
Emailing HOD to enhance faculty application
How do I write bicross product symbols in latex?
Doing something right before you need it - expression for this?
Assassin's bullet with mercury
What's the point of deactivating Num Lock on login screens?
Infinite Abelian subgroup of infinite non Abelian group example
Can a virus destroy the BIOS of a modern computer?
Should I tell management that I intend to leave due to bad software development practices?
Will google still index a page if I use a $_SESSION variable?
Why is consensus so controversial in Britain?
Why does Arabsat 6A need a Falcon Heavy to launch
Where does SFDX store details about scratch orgs?
What is the most common color to indicate the input-field is disabled?
Brothers & sisters
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
90's TV series where a boy goes to another dimension through portal near power lines
How to prevent "they're falling in love" trope
Why is the 'in' operator throwing an error with a string literal instead of logging false?
How to get transparent examples in linguex
Transparent itemRemove vertical space in examples (Linguex)Numerical conditional within tikz keys?Beamer: handout/article mode - produce multiple copies of a frame with distinct overlay numbersHow to get a first unglossed line with linguexIndentation of examples with Linguex and Brill typefaceHighlighting equation with text below using hf-tikz - endcsname errorLaTeX beamer: pagenumbering appendix'bullet centered' between examples in linguexunderarrows with linguex examplesItalicising examples with linguex
In a slide I want to explain each linguistic gloss point by point. When focusing on one sentence, I want the rest to be made transparent(translucent?), as would happen here with itemize(taken from this question)
How do I accomplish the same using linguex? Here's a MWE
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.
end{frame}
end{document}
EDIT: To add to the above question, what I also want to achieve is to show an already existing frame between every flash of the sentence. I'm not sure how to get this to work with existing itemize
either so here's a probably incorrect MWE for linguex.
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin[label=blurb]{frame}
Show this between each example
end{frame}
begin[label=blurb-2]{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
% Now show a previous slide
againframe{blurb}
% Now show the second example, with first one translucent
againframe{blurb-2}
% Ideally be able to do this over and over
end{document}
Using the same techniques as before(the <1>
, <2>
) doesn't seem to work.
beamer transparency linguex
New contributor
add a comment |
In a slide I want to explain each linguistic gloss point by point. When focusing on one sentence, I want the rest to be made transparent(translucent?), as would happen here with itemize(taken from this question)
How do I accomplish the same using linguex? Here's a MWE
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.
end{frame}
end{document}
EDIT: To add to the above question, what I also want to achieve is to show an already existing frame between every flash of the sentence. I'm not sure how to get this to work with existing itemize
either so here's a probably incorrect MWE for linguex.
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin[label=blurb]{frame}
Show this between each example
end{frame}
begin[label=blurb-2]{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
% Now show a previous slide
againframe{blurb}
% Now show the second example, with first one translucent
againframe{blurb-2}
% Ideally be able to do this over and over
end{document}
Using the same techniques as before(the <1>
, <2>
) doesn't seem to work.
beamer transparency linguex
New contributor
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago
add a comment |
In a slide I want to explain each linguistic gloss point by point. When focusing on one sentence, I want the rest to be made transparent(translucent?), as would happen here with itemize(taken from this question)
How do I accomplish the same using linguex? Here's a MWE
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.
end{frame}
end{document}
EDIT: To add to the above question, what I also want to achieve is to show an already existing frame between every flash of the sentence. I'm not sure how to get this to work with existing itemize
either so here's a probably incorrect MWE for linguex.
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin[label=blurb]{frame}
Show this between each example
end{frame}
begin[label=blurb-2]{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
% Now show a previous slide
againframe{blurb}
% Now show the second example, with first one translucent
againframe{blurb-2}
% Ideally be able to do this over and over
end{document}
Using the same techniques as before(the <1>
, <2>
) doesn't seem to work.
beamer transparency linguex
New contributor
In a slide I want to explain each linguistic gloss point by point. When focusing on one sentence, I want the rest to be made transparent(translucent?), as would happen here with itemize(taken from this question)
How do I accomplish the same using linguex? Here's a MWE
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.
end{frame}
end{document}
EDIT: To add to the above question, what I also want to achieve is to show an already existing frame between every flash of the sentence. I'm not sure how to get this to work with existing itemize
either so here's a probably incorrect MWE for linguex.
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin[label=blurb]{frame}
Show this between each example
end{frame}
begin[label=blurb-2]{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
% Now show a previous slide
againframe{blurb}
% Now show the second example, with first one translucent
againframe{blurb-2}
% Ideally be able to do this over and over
end{document}
Using the same techniques as before(the <1>
, <2>
) doesn't seem to work.
beamer transparency linguex
beamer transparency linguex
New contributor
New contributor
edited 6 hours ago
Venkat
New contributor
asked 8 hours ago
VenkatVenkat
184
184
New contributor
New contributor
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago
add a comment |
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Using beamer overlays:
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
end{document}
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
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
});
}
});
Venkat 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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483248%2fhow-to-get-transparent-examples-in-linguex%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
Using beamer overlays:
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
end{document}
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
add a comment |
Using beamer overlays:
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
end{document}
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
add a comment |
Using beamer overlays:
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
end{document}
Using beamer overlays:
documentclass{beamer}
usepackage{linguex}
setbeamercovered{transparent}
begin{document}
begin{frame}
ex. uncover<+>{a. This is a sentence. Focus here.}
uncover<+>{b. Now focus here while the above fades away.}
end{frame}
end{document}
edited 8 hours ago
answered 8 hours ago
samcartersamcarter
93.8k7105303
93.8k7105303
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
add a comment |
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
Thank you so much!
– Venkat
7 hours ago
Thank you so much!
– Venkat
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
@Venkat You're welcome!
– samcarter
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
Argh I've run into another bigger issue, I'm going to add some stuff to my above question since its quite long and needs another MWE :/
– Venkat
7 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question
– samcarter
5 hours ago
add a comment |
Venkat is a new contributor. Be nice, and check out our Code of Conduct.
Venkat is a new contributor. Be nice, and check out our Code of Conduct.
Venkat is a new contributor. Be nice, and check out our Code of Conduct.
Venkat is a new contributor. Be nice, and check out our Code of Conduct.
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%2f483248%2fhow-to-get-transparent-examples-in-linguex%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
Welcome to TeX.Stackexchange!
– samcarter
8 hours ago