The rounded-corners tag has no wiki summary.
1
vote
0answers
43 views
TikZ rectangle single rounded corner [duplicate]
How to round just one (or two, or three) corners of a TikZ rectangle?
I can only get none or all rounded!
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\node [fill=red, ...
9
votes
3answers
193 views
Rounded box with image and text
I'm trying to create a rounded box with both text and image. The desired result is as this:
Where the image is rounded at the left edges.
I have managed everything except the the image part using ...
7
votes
1answer
87 views
Can I manipulate the rounded-ness of blocks?
I'm creating a beamertemplate (for beamerposter, actually) and I want to increase the radius of a block. According to the beamer manual (12.3) I can pass the [rounded] option to a block or the ...
6
votes
1answer
323 views
rounded corners using the framed package
Is it possible to create a frame, using the framed package, with rounded corners? I know for a fact that there are other packages such as the mdframed package but what I am looking for is an ...
12
votes
3answers
758 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 ...
9
votes
2answers
200 views
Rounded corners as a tangent in the right direction
I want to split a path into two branches as in the following MWE.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node (A) [rectangle] ...
5
votes
1answer
71 views
Harsh corner on a shape drawn with rounded corners
I'm trying to create a custom shape surrounding some nodes. I have used a \path to draw the shape but I don't get a rounded corner where I begin drawing the shape. Here's my MWE:
\begin{tikzpicture}
...
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
...
7
votes
1answer
313 views
Rounded corners not working in \mdf@singleextra using mdframed with TikZ
I am creating new framed environments using the mdframed package (along with TikZ) based on the digression example given in mdframed-example-texsx.tex. My code is the following:
...
5
votes
1answer
247 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 ...
9
votes
2answers
549 views
How to control borders of intersected nodes (rectangles)
I am trying to superpose 2 rectangles; one blue, one red, and have the intersection area with a mix of blue and red. I have problems with the borders though.
I am not getting the thickness of the ...
10
votes
2answers
929 views
How to put round cornered frame around an image
I want a nice colored frame around an image which has rounded corners. Here is my attempt, using mdframed, but, as you can see, the inner edge of the frame is a right-angle, and not rounded. I would ...
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 ...
5
votes
2answers
952 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 ...
14
votes
3answers
8k views
How to specify a fill color in RGB format in a node in tikzpicture?
I am just trying to get a rounded corner box with some text in it. The text color will be white and the box will be filled with a particular color.
The preamble includes:
\usepackage{tikz}
...
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,
...
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 ...
17
votes
3answers
2k views
Rounded corners in TikZ trees.
When I use TikZ tree with nodes with rounded corners, the connecting lines do not touch the nodes (near corners) but end where would rectangle end. Is there an easy way around it?
...