The rounded-corners tag has no wiki summary.
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
...
13
votes
3answers
4k views
In a beamer slide highlight a region of an image with a rectangle overlay
I have a slide with a figure in it. I want to draw a rounded corner rectangle overtop part of a figure to highlight that section. Bonus points if you can draw two rounded rectangles as overlays ...
5
votes
2answers
940 views
Background overflows when using rounded corners for listings (package: `listings`)
I'm using listings to list code in my document, and I want the code to be displayed in a frame with rounded corners and a grey background color. But the background overflows the frame, as if the frame ...
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,
...
12
votes
3answers
738 views
Color box with rounded corners around a fragment of a formula
Is there any way in TeX to highlight some part of a formula with a box having colored background and rounded corners?
At present, I need to export such formulas into an image, add those highlight ...
12
votes
1answer
5k views
How to draw frame with rounded corners around box
Is it possible to simply draw a frame around a box which has rounded corners, and be able to control frame width, frame color, frame radius, box background colour
(preferably without having to use the ...
3
votes
0answers
169 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
...