Hello again - my problem is that I would like to put a whole text page in my oval box, not just one or two words...
I have a picture background and on that, I would like to put a white oval box with text in it.
Here is my code : I would like to replace
\fcolorbox{black}{white}{...}
by something doing the same job but with round corners...
Code: Select all
\AddToShipoutPicture{\BackgroundPict}
\setlength{\fboxsep}{10pt}
\fcolorbox{black}{white}{
\begin{minipage}[t]{12cm}
\hskip 2cm\noindent
\includegraphics[scale=0.7 ]{Logo}
\begin{center}
{\bf (a few lines of text)
\end{center}
\vskip 0.8cm
\framebox[12cm]{
\begin{minipage}[t]{11cm}\color[rgb]{.2,.4,.5}{\begin{center}\Large
(a few lines of text)
\end{minipage}}
\vskip 0.8cm
\begin{center}
{\bf \Large Some more text}
\end{center}
\end{minipage}
}