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.
(frame [:border 1
] [:margin 2
] [:width] [:class "frame"
] [:ident] node...
)
node...
The items of the enumeration.... produces:
This is a frame. |
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.
(color [:margin] [:width] [:fg] [:bg] [:class "color"
] [:ident] node...
)
node...
The items of the enumeration.(center (color :bg "#aaaaaa" :margin 10 :width 30. (center (color :bg "#eeeeee" :fg "blue" :width 100. :margin 10 [This is an example of color box that uses a color for the background ,(emph "and") the ,(color :fg "red" "foreground"). It also specifies a width, that is, an horizontal space, the text should span to.]))))
... produces:
|