Search found 2 matches

by arota
Thu Oct 09, 2008 2:21 pm
Forum: General
Topic: Color inside a minipage?
Replies: 15
Views: 54386

Re: Color inside a minipage?

Thanks! It is exactly what I needed! 8-)

Btw, do you know where I can find a clear and complete tutorial (online) to learn how to better use the \newenvironment and \newcommand ?


Andrea
by arota
Wed Oct 08, 2008 1:35 pm
Forum: General
Topic: Color inside a minipage?
Replies: 15
Views: 54386

Color inside a minipage?

Hi! Who knows how to write a "newcommand" or a "newenvironment" that does what is described above?
E.G.:

\begin{center}
\fcolorbox{black}{red}{
\begin{minipage}[t]{1.0\textwidth}
text
\end{minipage}
}
\end{center}


The main problem is to include the minipage in the fbox (when you write a ...