Skribe supports the standard text ornaments.
| prototype |
(bold [:class] [:ident] node...) |
(code [:class] [:ident] node...) |
(emph [:class] [:ident] node...) |
(it [:class] [:ident] node...) |
(kbd [:class] [:ident] node...) |
(roman [:class] [:ident] node...) |
(sc [:class] [:ident] node...) |
(sf [:class] [:ident] node...) |
(sub [:class] [:ident] node...) |
(sup [:class] [:ident] node...) |
(tt [:class] [:ident] node...) |
(underline [:class] [:ident] node...) |
(var [:class] [:ident] node...) |
| :ident | html lout latex context info xml | The node identifier. |
| :class | html lout latex context info xml | The node class. |
node... | The nodes of the ornament. |
Ex. 9: The ornament markups
... produces:
-
a roman text.
-
a bold text.
-
an italic text.
-
an emphasized text.
-
an underline text.
-
a keyboard description.
-
a typewritter text.
-
a text representing computer code.
-
a computer program variable description.
-
a sample.
-
a smallcaps text.
-
a sans-serif text.
-
a superscripts text.
-
a subscripts text.
-
an underline, bold, italic text.
|
|