How to get transparent examples in linguexTransparent 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

Neighboring nodes in the network

Python: return float 1.0 as int 1 but float 1.5 as float 1.5

Why can't we play rap on piano?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Did Shadowfax go to Valinor?

How to say in German "enjoying home comforts"

Why is consensus so controversial in Britain?

What exploit are these user agents trying to use?

How to model explosives?

SSH "lag" in LAN on some machines, mixed distros

intersection of two sorted vectors in C++

Why are electrically insulating heatsinks so rare? Is it just cost?

Were any external disk drives stacked vertically?

Fully-Firstable Anagram Sets

How can I tell someone that I want to be his or her friend?

Has there ever been an airliner design involving reducing generator load by installing solar panels?

Is it unprofessional to ask if a job posting on GlassDoor is real?

Can I make "comment-region" comment empty lines?

Anagram holiday

What is the word for reserving something for yourself before others do?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

What's the point of deactivating Num Lock on login screens?

Withdrawals from HSA

I'm flying to France today and my passport expires in less than 2 months



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



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.

endframe
enddocument


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.



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

begin[label=blurb]frame
Show this between each example
endframe

begin[label=blurb-2]frame

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe

% Now show a previous slide
againframeblurb

% Now show the second example, with first one translucent
againframeblurb-2

% Ideally be able to do this over and over
enddocument


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
    3 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



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.

endframe
enddocument


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.



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

begin[label=blurb]frame
Show this between each example
endframe

begin[label=blurb-2]frame

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe

% Now show a previous slide
againframeblurb

% Now show the second example, with first one translucent
againframeblurb-2

% Ideally be able to do this over and over
enddocument


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
    3 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



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.

endframe
enddocument


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.



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

begin[label=blurb]frame
Show this between each example
endframe

begin[label=blurb-2]frame

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe

% Now show a previous slide
againframeblurb

% Now show the second example, with first one translucent
againframeblurb-2

% Ideally be able to do this over and over
enddocument


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



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. a. This is a sentence. Focus here.
b. Now focus here while the above fades away.

endframe
enddocument


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.



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

begin[label=blurb]frame
Show this between each example
endframe

begin[label=blurb-2]frame

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe

% Now show a previous slide
againframeblurb

% Now show the second example, with first one translucent
againframeblurb-2

% Ideally be able to do this over and over
enddocument


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 2 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 3 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
    3 hours ago

















  • Welcome to TeX.Stackexchange!

    – samcarter
    3 hours ago
















Welcome to TeX.Stackexchange!

– samcarter
3 hours ago





Welcome to TeX.Stackexchange!

– samcarter
3 hours ago










1 Answer
1






active

oldest

votes


















4














Using beamer overlays:



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe
enddocument


enter image description here






share|improve this answer

























  • Thank you so much!

    – Venkat
    2 hours ago











  • @Venkat You're welcome!

    – samcarter
    2 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
    2 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
    52 mins 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:



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe
enddocument


enter image description here






share|improve this answer

























  • Thank you so much!

    – Venkat
    2 hours ago











  • @Venkat You're welcome!

    – samcarter
    2 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
    2 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
    52 mins ago















4














Using beamer overlays:



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe
enddocument


enter image description here






share|improve this answer

























  • Thank you so much!

    – Venkat
    2 hours ago











  • @Venkat You're welcome!

    – samcarter
    2 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
    2 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
    52 mins ago













4












4








4







Using beamer overlays:



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe
enddocument


enter image description here






share|improve this answer















Using beamer overlays:



documentclassbeamer
usepackagelinguex
setbeamercoveredtransparent

begindocument

beginframe

ex. uncover<+>a. This is a sentence. Focus here.
uncover<+>b. Now focus here while the above fades away.

endframe
enddocument


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago

























answered 3 hours ago









samcartersamcarter

93.8k7105303




93.8k7105303












  • Thank you so much!

    – Venkat
    2 hours ago











  • @Venkat You're welcome!

    – samcarter
    2 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
    2 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
    52 mins ago

















  • Thank you so much!

    – Venkat
    2 hours ago











  • @Venkat You're welcome!

    – samcarter
    2 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
    2 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
    52 mins ago
















Thank you so much!

– Venkat
2 hours ago





Thank you so much!

– Venkat
2 hours ago













@Venkat You're welcome!

– samcarter
2 hours ago





@Venkat You're welcome!

– samcarter
2 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
2 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
2 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
52 mins ago





@Venkat If you have a new question, please use the "ask question" button on the top right to ask a new question

– samcarter
52 mins 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

How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"