Hello,
How can I make my mbox coloured to a colour of my choice? (ie. I just want the border to be coloured)
Thanks
Text Formatting ⇒ mbox coloured
mbox coloured
Last edited by Mini on Wed May 25, 2011 6:18 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
mbox coloured
Hi,
you could use \fcolorbox of the color package, such as
Stefan
you could use \fcolorbox of the color package, such as
Code: Select all
\fcolorbox{red}{white}{Text}
LaTeX.org admin