3.10 Skribilo User Manual — Frames and Colors |
The function frame embeds a text inside a frame.
The function color may also use the same purpose when it is
specified a bg option. This is why both functions are included
in the same Skribe manual section.
| prototype | ||
|---|---|---|
(frame [:border | ||
| option | engines | description |
| :ident | html lout latex context xml | The node identifier. |
| :class | html lout latex context xml | The node class. |
| :width | html lout latex context | The width of the frame. |
| :margin | html lout latex context | The margin pixel size of the frame. |
| :border | html lout latex context | The border pixel of the frame. |
| argument | description | |
node... | The items of the enumeration. | |
| See also | ||
color table | ||
|
... produces:
|
The color markup enables changing locally the
text of the document. If the bg color is used, then, color
acts as a container. Otherwise, it acts as an Ornaments.
| prototype | ||
|---|---|---|
(color [:margin] [:width] [:fg] [:bg] [:class | ||
| option | engines | description |
| :ident | html lout latex context xml | The node identifier. |
| :class | html lout latex context xml | The node class. |
| :width | html lout latex context | The width of the frame. |
| :margin | html context | The margin pixel size of the frame. |
| :bg | html lout latex context | The background color |
| :fg | html lout latex context | The foreground color |
| argument | description | |
node... | The items of the enumeration. | |
| See also | ||
frame table | ||
... produces:
|