Re: Newenvironment con box interna

#4520
Up
0
Down
::


Per utilizzare il minipage è possibile definire il seguente comando`\newcommand{\mioambiente}[1]{%
\noindent\colorbox{green}{%
\begin{minipage}[l]{4cm}
#1
\end{minipage}%
}}`
Resta ancora aperta la questione sul \newenvironment.

Go to top