ColumnForm
Usage
• ColumnForm[{ , , ... }] prints as a column with above , etc. • ColumnForm[list, horiz] specifies the horizontal alignment of each element. • ColumnForm[list, horiz, vert] also specifies the vertical alignment of the whole column.
Notes
• Possible horizontal alignments are:
| Center | centered | | Left | left justified (default case) | | Right | right justified |
• Possible vertical alignments are:
| Above | the bottom element of the column is aligned with the baseline | | Below | the top element is aligned with the baseline (default case) | | Center | the column is centered on the baseline |
• The first argument of ColumnForm can have any head, not necessarily List. • ColumnForm acts as a "wrapper", which affects printing, but not evaluation. • New in Version 1.
|