Tagged Questions
1
vote
1answer
55 views
Remove shadow from beamer displaybox
I don't like shadows of the displaybox environment of beamer.
I've found this file /usr/share/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeumbcboxes.sty which contains its declarations
...
0
votes
0answers
77 views
Shadows rendering problem under Beamer's blocks [closed]
I am trying to use blocks in my beamer presentation, but when I open the resulting PDF (compiled with pdfLaTeX+MakeIndex+BibTeX using MiKTeX and TeXworks) with Adobe Acrobat X/XI, the shadows below ...
6
votes
1answer
283 views
latex beamer no shadow on title
I use beamer class with Warsow Style.
I use rounded with shadow box for the : alert, block and example.
However I also get a shadow rounded box on the first slide on my title.
My question is show ...
9
votes
2answers
348 views
How to add a transparent shadow to a block in beamer?
Here my attempt to add a shadow to a block:
\documentclass{beamer}
% add a background image
\setbeamertemplate{background canvas}{\includegraphics[height=\paperheight]{example-image}}
% use rounded ...
0
votes
0answers
182 views
Shadow over title in alertblock: a bug? [closed]
Since an update of TeXshop (or any package), I'm getting the shadow, which is supposed to be under the alert block, over the title of that alertblock. Here is the minimum code:
\documentclass{beamer} ...
12
votes
3answers
2k views
Drop shadow for text in PGF/Beamer
I want to really put an emphasis on some central piece of text I'm using in a Beamer slide. I'm using tikz and overlay to put it, enlarged, on the center of the page, using the following code:
...
