Document ClassesRound corners of framebox enviroment

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
m.carrara3
Posts: 21
Joined: Mon Sep 08, 2008 7:13 pm

Round corners of framebox enviroment

Post by m.carrara3 »

I need to round corners of a framebox, I'm sure there is an option to activate it but I don't know which one is.
I post the code so you can figure out what I mean:

Code: Select all

\framebox[<options>]{<text>}\\
Any suggestion?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Round corners of framebox enviroment

Post by balf »

Use the \ovalbox command from the fancybox package.

B.A.
Post Reply