Layout
This module contains symbols used to define the high level layout for
expression formatting.
For instance, to represent a set of consecutive expressions in a row,
we can use Row
.
- Center — center alignment
- Format — settable low-level translator from various forms to evaluatable expressions
- Grid — 2D layout containing arbitrary objects
- Infix — infix form
- Left — left alignment/left associative
- NonAssociative — non-associative operator
- Postfix — postfix form
- Precedence — an object to be parenthesized with a given precedence level
- PrecedenceForm — parenthesize with a precedence
- Prefix — prefix form
- Right — right alignment/right associative
- Row — 1D layouts containing arbitrary objects in a row
- Style — wrapper for styles and style options to apply
- Subscript — format an expression with a subscript
- Subsuperscript — format an expression with a subscript and a superscript
- Superscript — format an expression with a superscript