TypstDocumentation

alignElement
Question mark

Align content horizontally and vertically.

Example

#set align(center)

Centered text, a sight to see \
In perfect balance, visually \
Not left nor right, it stands alone \
A work of art, a visual throne
Preview

Parameters
Question mark

alignment
alignment or 2d alignment
Positional
Question mark
Settable
Question mark

The alignment along both axes.

Possible values for horizontal alignments are:

The start and end alignments are relative to the current text direction.

Possible values for vertical alignments are:

To align along both axes at the same time, add the two alignments using the + operator to get a 2d alignment. For example, top + right aligns the content to the top right corner.

Default: start + top

#set page(height: 6cm)
#set text(lang: "ar")

مثال
#align(
  end + horizon,
  rect(inset: 12pt)[ركن]
)
Preview

body
content
RequiredPositional
Question mark

The content to align.