Page LayoutOval Box with Coloured Frame

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
amy
Posts: 1
Joined: Mon Feb 20, 2012 7:33 pm

Oval Box with Coloured Frame

Post by amy »

Hi I am trying to make a poster for my fourth year dissertation project and have used box environments for the environment using

Code: Select all

\newcommand\cBOX[4]{\begin{center}\fcolorbox{#4}{#3}{%
 \begin{minipage}{#1\columnwidth}#2\end{minipage}}\end{center}\vfill}
is it possible to change the boxes so that the frames have oval edges? I have the fancy box package but this appears to only have black frames.
Thanks.
Last edited by localghost on Mon Feb 20, 2012 7:42 pm, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Oval Box with Coloured Frame

Post by localghost »

Take a look at the mdframed package.


Best regards and welcome to the board
Thorsten
Post Reply