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













3















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.










share|improve this question









New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX.Stackexchange!

    – samcarter
    8 hours ago
















3















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.










share|improve this question









New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX.Stackexchange!

    – samcarter
    8 hours ago














3












3








3








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.










share|improve this question









New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 hours ago







Venkat













New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









VenkatVenkat

184




184




New contributor




Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Venkat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Welcome to TeX.Stackexchange!

    – samcarter
    8 hours ago



















  • Welcome to TeX.Stackexchange!

    – samcarter
    8 hours ago

















Welcome to TeX.Stackexchange!

– samcarter
8 hours ago





Welcome to TeX.Stackexchange!

– samcarter
8 hours ago










1 Answer
1






active

oldest

votes


















4














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}


enter image description here






share|improve this answer


























  • 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












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.










draft saved

draft discarded


















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









4














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}


enter image description here






share|improve this answer


























  • 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
















4














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}


enter image description here






share|improve this answer


























  • 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














4












4








4







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}


enter image description here






share|improve this answer















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}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








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



















  • 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










Venkat is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...