Text Formattingmbox coloured

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Mini
Posts: 73
Joined: Thu Aug 06, 2009 12:46 pm

mbox coloured

Post by Mini »

Hello,

How can I make my mbox coloured to a colour of my choice? (ie. I just want the border to be coloured)

Thanks
Last edited by Mini on Wed May 25, 2011 6:18 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,

you could use \fcolorbox of the color package, such as

Code: Select all

\fcolorbox{red}{white}{Text}
Stefan
LaTeX.org admin
Post Reply