(ddd-themes.info)Vertical Composition
B.3.2 Vertical Composition
--------------------------
-- VSL Function: (|) (a, b)
-- VSL Function: (|) (boxes...)
-- VSL Function: valign (boxes...)
Returns a vertical alignment of A and B; A is placed above B.
Typically written in inline form `A | B'.
The alternative forms (available in function-call form only)
return a vertical top-to-bottom alignment of their arguments.
-- VSL Function: vralign (boxes...)
Returns a bottom-to-top alignment of its arguments.
-- VSL Function: vlist (sep, boxes...)
Returns a top-to-bottom alignment of BOXES, where any two boxes
are separated by SEP.
automatically generated by info2www version 1.2.2.9