3.8 Skribilo User Manual — Justification |
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...
)
node...
The nodes of the font.(center [A ,(linebreak) multilines ,(linebreak) text]) (hrule) (flush :side 'left [A ,(linebreak) multilines ,(linebreak) text]) (hrule) (flush :side 'right [A ,(linebreak) multilines ,(linebreak) text]) (hrule) (pre [A text layout that preserves linebreaks and spaces ,(it "(into which it is still legal") ,(it "to use Skribe markups)"). ])
... produces:
A
multilines
text
A multilines text |
A text layout that preserves linebreaks and spaces (into which it is still legal to use Skribe markups).