Expand description
Typst’s layout engine.
Functions§
- layout_
circle - Lay out the circle.
- layout_
columns - Layout the columns.
- layout_
curve - Layout the curve.
- layout_
document - Layout content into a document.
- layout_
ellipse - Lay out the ellipse.
- layout_
enum - Layout the enumeration.
- layout_
equation_ block - Layout a block-level equation (in a flow).
- layout_
equation_ inline - Layout an inline equation (in a paragraph).
- layout_
fragment - Lays out content into multiple regions.
- layout_
frame - Lays out content into a single region, producing a single frame.
- layout_
grid - Layout the grid.
- layout_
image - Layout the image.
- layout_
line - Layout the line.
- layout_
list - Layout the list.
- layout_
move - Layout the moved content.
- layout_
pad - Layout the padded content.
- layout_
path - Layout the path.
- layout_
polygon - Layout the polygon.
- layout_
rect - Lay out the rectangle.
- layout_
repeat - Layout the repeated content.
- layout_
rotate - Layout the rotated content.
- layout_
scale - Layout the scaled content.
- layout_
skew - Layout the skewed content.
- layout_
square - Lay out the square.
- layout_
stack - Layout the stack.
- layout_
table - Layout the table.