3.7 Standard Markups -- Justification


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

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

prototype
(flush :side [:ident] [:class] node...)
(center [:ident] [:class] node...)
(pre [:ident] [:class] node...)
optionenginesdescription
:identhtml latex The node identifier.
:classhtml latex The node class.
:sidehtml latex The possible values for the side justification are left, center or right.
argumentdescription
node...The nodes of the font.
See also
linebreak table prog
Example:
(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
to use Skribe markups)").])
Ex. 9: 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).

This Html page has been produced by Skribe.
Last update Wed Feb 13 18:08:29 2008.