mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
22 lines
439 B
XML
22 lines
439 B
XML
[page.size: w=5cm, h=5cm]
|
|
[page.margins: 0cm]
|
|
|
|
// Test 1
|
|
// [box][
|
|
// [align: center]
|
|
// [box: ps=3cm, ss=1cm]
|
|
// [direction: ttb, ltr]
|
|
// [box: ps=3cm, ss=1cm]
|
|
// [box: ps=1cm, ss=1cm]
|
|
// [box: ps=2cm, ss=1cm]
|
|
// [box: ps=1cm, ss=1cm]
|
|
// ]
|
|
|
|
// Test 2
|
|
[align: secondary=top] Top
|
|
[align: secondary=center] Center
|
|
[align: secondary=bottom] Bottom
|
|
[direction: ttb, ltr]
|
|
[align: primary=bottom]
|
|
[box: w=1cm, h=1cm]
|