3.4 Standard Markups -- Ornaments


main page
top:Skribe User Manual
index:Index
markups:Standard Markups


Standard Markups
Markup index
3.1Document
3.2Sectioning
3.3Table of contents
3.4Ornaments
3.5Line breaks
3.6Font
3.7Justification
3.8Enumeration
3.9Frame and color
3.10Figure
3.11Image
3.12Table
3.13Footnote
3.14Characters, Strings and Symbols


Chapters
1Getting Started
2Syntax & Values
3Standard Markups
4References and Hyperlinks
5Indexes
6Bibliography
7Computer programs
8Standard Library
9Engines
10Editing Skribe Programs
11Skribe compiler
12Compiling Texi documents
13List of examples
14Table of contents

Skribe supports the standard text ornaments.

prototype
(bold [:ident] [:class] node...)
(code [:ident] [:class] node...)
(emph [:ident] [:class] node...)
(it [:ident] [:class] node...)
(kbd [:ident] [:class] node...)
(roman [:ident] [:class] node...)
(sc [:ident] [:class] node...)
(sf [:ident] [:class] node...)
(sub [:ident] [:class] node...)
(sup [:ident] [:class] node...)
(tt [:ident] [:class] node...)
(underline [:ident] [:class] node...)
(var [:ident] [:class] node...)
optionenginesdescription
:identhtml latex The node identifier.
:classhtml latex The node class.
argumentdescription
node...The nodes of the ornament.
Example:
(itemize (item (roman "a roman text."))
         (item (bold "a bold text."))
         (item (it "an italic text."))
         (item (emph "an emphasized text."))
         (item (underline "an underline text."))
         (item (kbd "a keyboard description."))
         (item (tt "a typewritter text."))
         (item (code "a text representing computer code."))
         (item (var "a computer program variable description."))
         (item (samp "a sample."))
         (item (sc "a smallcaps text."))
         (item (sf "a sans-serif text."))
         (item (sup "a superscripts text."))
         (item (sub "a subscripts text."))
         (item (underline (bold (it "an underline, bold, italic text.")))))
Ex. 7: 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.

This Html page has been produced by Skribe.
Last update Wed Oct 12 20:03:07 2005.