ColumnForm

ColumnForm has been superseded by the more general function Column.

ColumnForm[{e1,e2,}]

prints as a column with e1 above e2, etc.

ColumnForm[list,horiz]

specifies the horizontal alignment of each element.

ColumnForm[list,horiz,vert]

also specifies the vertical alignment of the whole column.

Details

  • Possible horizontal alignments are:
  • Centercentered
    Leftleft justified (default case)
    Rightright justified
  • Possible vertical alignments are:
  • Abovethe bottom element of the column is aligned with the baseline
    Belowthe top element is aligned with the baseline (default case)
    Centerthe 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.
Wolfram Research (1988), ColumnForm, Wolfram Language function, https://reference.wolfram.com/language/ref/ColumnForm.html.

Text

Wolfram Research (1988), ColumnForm, Wolfram Language function, https://reference.wolfram.com/language/ref/ColumnForm.html.

CMS

Wolfram Language. 1988. "ColumnForm." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ColumnForm.html.

APA

Wolfram Language. (1988). ColumnForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ColumnForm.html

BibTeX

@misc{reference.wolfram_2023_columnform, author="Wolfram Research", title="{ColumnForm}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/ColumnForm.html}", note=[Accessed: 20-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_columnform, organization={Wolfram Research}, title={ColumnForm}, year={1988}, url={https://reference.wolfram.com/language/ref/ColumnForm.html}, note=[Accessed: 20-April-2024 ]}