Search found 2 matches
- Thu Jun 02, 2011 2:17 pm
- Forum: Text Formatting
- Topic: Background color in enumerate environment
- Replies: 4
- Views: 8006
Re: Background color in enumerate environment
Perfect, thanks Stefan!
- Thu Jun 02, 2011 12:42 pm
- Forum: Text Formatting
- Topic: Background color in enumerate environment
- Replies: 4
- Views: 8006
Background color in enumerate environment
Hi,
My purpose is to have my items in a blue background color.
I tried to use
...
\usepackage[usenames,dvipsnames]{color}
...
\colorbox{blue}
{
\being{enumerate}
\item Hello
\item world!
\end{enumerate}
},
but I got the error message:
! Latex error: Something's wrong -- perhaps a missing ...
My purpose is to have my items in a blue background color.
I tried to use
...
\usepackage[usenames,dvipsnames]{color}
...
\colorbox{blue}
{
\being{enumerate}
\item Hello
\item world!
\end{enumerate}
},
but I got the error message:
! Latex error: Something's wrong -- perhaps a missing ...