Typst Fumadocs

Move

Documentation for the `move` function.

Moves content without affecting layout.

The move function allows you to move content while the layout still 'sees' it at the original positions. Containers will still be sized as if the content was not moved.

Example

Loading compiler...

Accessibility

Moving is transparent to Assistive Technology (AT). Your content will be read in the order it appears in the source, regardless of any visual movement. If you need to hide content from AT altogether in PDF export, consider using pdf.artifact.

#move(
  dx: relative,
  dy: relative,
  body
) -> content

Parameters

Prop

Type

On this page