3.8 Skribilo User Manual — Justification
↑ Standard Markups

These functions control the text layout. The default layout is text justification.

( flush :side [ :class ] [ :ident ] node... )
( center [ :class ] [ :ident ] node... )
( pre [ :class ] [ :ident ] node... )
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
:side The possible values for the side justification are left, center or right. html lout latex context info
node... The nodes of the font.
See also linebreak , table , prog .
Ex. 13: The justification markups

... produces:

A
multilines
text

A
multilines
text

A
multilines
text

A text layout that

 preserves
 linebreaks          and spaces 
(into which it is still legal

to use Skribe markups).
(made with skribilo)