Typst-为-grid-中的-figure-加上-label

参考 reddit

[] 包裹 figure 部分, 以进入 markup mode, 此时就可以添加 label:

如:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#grid(
columns: 2,
[
#figure(
image("./img/car/four-wheels.png", height: 20%, width: 85%),
caption: [ Four wheels ],
) <FourWheels>
] ,

[
#figure(
image("./img/car/car-botton.jpg", height: 20%),
caption: [ Three wheels ],
) <ThreeWheels>
]
)

Typst-为-grid-中的-figure-加上-label
http://example.com/2024/06/09/Typst-为-grid-中的-figure-加上-label/
作者
Jie
发布于
2024年6月9日
许可协议