Changes

Jump to navigation Jump to search
584 bytes added ,  23:47, 17 September 2010
m
If you want to make the frame itself disappear, add a <tt>frame=off</tt> to the setups.
{||<context>
\setupcolors[state=start]
\framed
{\ssx \bf Bold white on dark blue}
</context>
|<texcode>\setupcolors[state=start]\framed [background=color,backgroundcolor=darkblue, foreground=color,foregroundcolor=white] {\ssx \bf Bold white on dark blue}</texcode>|-|<context>
\setupcolors[state=start]
\framed
{\tfx Who needs highlighter pens, anyway?}
</context>
 For filling frames with offset you have to add options |<codetexcode>frameoffset\framed [background=...color, backgroundoffsetbackgroundcolor=...yellow, frame=off] {\tfx Who needs highlighter pens, anyway?}</codetexcode>|-|<context>
\setupcolors[state=start]
\framed
[frame=on, corner=0, frameoffset=10pt, framecolor=black,background=color, backgroundcolor=darkgreen, backgroundoffset=10pt, foreground=color,foregroundcolor=white]
{\tfxx \bf Rounded corners with offset}
</context>
|For filling frames with offset you have to add options <code>frameoffset=..., backgroundoffset=...</code>
<texcode>
\framed
[frame=on, corner=0, frameoffset=10pt,
framecolor=black,background=color,
backgroundcolor=darkgreen, backgroundoffset=10pt,
foreground=color,foregroundcolor=white]
{\tfxx \bf Rounded corners with offset}
</texcode>
|}
See the [[Colors]] section for more information on available colors and color usage.
188

edits

Navigation menu