Tagged Questions
0
votes
0answers
27 views
How do I get rid of the white background underneath my shadow? [duplicate]
I have selected a specific background for my beamer slides and I am using the theorem environment for my theorems. When I turn the shadows on for the blocks however, instead of giving me nice shadows ...
3
votes
1answer
180 views
Beamer shadows are different in pdfLateX and XeLaTeX
I am getting different results on the shadows beneath the boxes (title page and all others) depending on whether I compile with pfdLaTeX or XeLaTeX. When compiling with pdfLaTeX the shading works as ...
4
votes
1answer
247 views
Change colors/contrast in beamer navigation between active and dimmed section
The code below gives the following output for the head:
Here the first section on the left is active and the others not, but the difference is quite small, I would like the active section to be in ...
4
votes
1answer
350 views
Shading a block of my text
I would like to surround some source code in my beamer presentation with a lightly shaded box.
More specifically in the C++ source code given below, I would like to
shade the code block of the ...
4
votes
1answer
288 views
How can I change the shading of beamer's \tableofcontents[currentsection]?
I like to use \tableofcontents[currentsection] as an orientation at the start of a new section. But in my experience (depending on the projector), the default shading of the other sections can be to ...
2
votes
1answer
330 views
Shadings in head
I am currently trying to code in beamer the following image. So far I got the three beamercolorbox but I can't get the shaded background.
Here is the aspect I want:
...
5
votes
1answer
541 views
how can I shade an area in a beamer frame?
I have a beamer frame, and I want to shade a whole area with some color - i.e. that the whole area (rectangular) will be using a single grey color switched from any color (except for white) appearing ...
4
votes
1answer
1k views
Beamer round blocks without fading
I want to define a custom block in beamer.
Here are my definitions:
\documentclass[svgnames]{beamer}
\usepackage{xcolor}
\setbeamertemplate{blocks}[rounded]
\setbeamercolor{block ...
5
votes
1answer
756 views
beamer: shading the block environment
I want the block environment to be shaded in blue, because now it is hardly noticeable. The LaTeX code I'm using is
\documentclass[10pt]{beamer}
\mode<beamer>{%
\usetheme[hideothersubsections,
...
3
votes
1answer
697 views
Beamer: Vertical shading + plain frame leaves white strip at top of page
I've created my own beamer theme which uses a vertical shading for the background, but whenever I'm using a plain frame a thin white strip is left at the top of the page.
I've created a minimum ...
2
votes
2answers
762 views
It's possible to remove the internal shading from a beamer rounded box?
I'm trying to modify a Beamer template in order to have at the same time:
1) rounded boxes
2) shadows around the box
3) a defined line (without shading) between block title and block body (as in ...
3
votes
4answers
5k views
Beamer: How to remove shadow under the title on a given frame?
On one particular frame I would like to remove the shadow that the theme I am using inserts under the title. The reason is that with a black background (which I use only on this frame), it looks quite ...