ColumnSpacings

ColumnSpacings

is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.

Details

  • The default setting is ColumnSpacings->0.8.
  • ColumnSpacings effectively specifies the minimum distance between entries in adjacent columns; individual entries will often not fill their columns and will therefore be further apart.
  • ColumnSpacings->n uses a column spacing equal to n times the current font sizeusually about n times the width of an M in the current font.
  • ColumnSpacings->{s12,s23,} can be used to specify different spacings between different columns. If there are more columns than entries in this list, then the last element of the list is used repeatedly for the remaining columns.

Examples

Basic Examples  (2)

Use the same spacing between each column and the next:

Use different spacing between the different columns:

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

Text

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

CMS

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

APA

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

BibTeX

@misc{reference.wolfram_2023_columnspacings, author="Wolfram Research", title="{ColumnSpacings}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/ColumnSpacings.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_columnspacings, organization={Wolfram Research}, title={ColumnSpacings}, year={1996}, url={https://reference.wolfram.com/language/ref/ColumnSpacings.html}, note=[Accessed: 18-March-2024 ]}