Tagged Questions
3
votes
0answers
175 views
Rounded and shadow for block
I have style for my block:
\setbeamertemplate{block begin}{
\vskip.75ex
\begin{beamercolorbox}[leftskip=1em,colsep*=.75ex]{block title}%
\usebeamerfont*{block title}\insertblocktitle
...
5
votes
1answer
252 views
Table with shaded transitition, rounded corners and shadow (like a block of the theme)
this is my first question here.
I want to make my table look like the block to have a consequent style.
Questions:
How to create that shaded transition from the table headline to the body (like the ...
19
votes
4answers
3k views
Faded drop-shadow using tikz-based rounded rectangle?
Background
Epigraphs are in a box with rounded corners. The boxes have a drop-shadow.
Example
Picture #1 shows a shadow, while Picture #2 shows a shadow that fades out (soft blur):
Problem
...
4
votes
2answers
2k views
Can I get a shadowbox with rounded corners? (using `listings` package)
I'm using the listings package as below:
\usepackage{listings}
\lstnewenvironment{pythoncode}[1][]
{\lstset{language=Python,
basicstyle=\ttfamily\footnotesize,
frame=shadowbox,
...