[texhax] FW: Oval boxes with fill color

Ulrike Fischer news3 at nililand.de
Tue Jul 17 16:51:31 CEST 2012


Am Sun, 15 Jul 2012 16:58:31 +0100 schrieb Dr A K Hannaby:

> Hope I am addressing this to the correct address.
> 
> I wish to create a rectangular box with corners having a small radius and
> with an outline color and a different fill color.

\documentclass{article}
\usepackage{tikz}
\begin{document}
\tikz \node[draw, rounded corners, line width=1pt, 
            color=red, fill=blue, text=white] {Hello World};
\end{document}



-- 
Ulrike Fischer 



More information about the texhax mailing list