Search found 3 matches

by dpeterson3
Thu Dec 11, 2014 8:00 pm
Forum: Page Layout
Topic: making a slide transparent and superimposing content
Replies: 6
Views: 9651

making a slide transparent and superimposing content

Thanks for the reply. I actually came up with a working solution right after I posted.

\newcommand<>{\superimpose}[2][]{%
\tikz[overlay, remember picture]{%
\filldraw#3[fill=white, opacity=0.8, draw=none] (accent_left.south west) rectangle (current page.south east);
\node#3[at=(current page ...
by dpeterson3
Thu Dec 11, 2014 7:22 pm
Forum: Page Layout
Topic: making a slide transparent and superimposing content
Replies: 6
Views: 9651

Re: making a slide transparent and superimposing content

Sorry it took me a while to reply. I had to modify my template to remove the shcool name and everything. I've attached my template files and a 3 slide test presentation I use. Right now, the superimpose function I'm using is defined in the top of the presentation. Once I have it working well, I plan ...
by dpeterson3
Thu Dec 11, 2014 3:54 am
Forum: Page Layout
Topic: making a slide transparent and superimposing content
Replies: 6
Views: 9651

making a slide transparent and superimposing content

I'm new here. I'm working on my first conference presentation using beamer. I've created a custom template for my lab to match the template my advisor created in powerpoint. I still have one problem with it, though. In his presentations (I'm following his style), he will take a slide and superimpose ...