Closed5

Typstを試す

3w36zj63w36zj6

図表

Caption

表の見出しを上側にする。

#show figure.where(kind: table): set figure.caption(position: top)

Supplement

textlang: jaを指定すると日本語仕様になるが、bibliography等も日本語仕様になってしまうため個別に指定。

#let tbl(tbl, caption: "") = {
  figure(tbl, caption: caption, supplement: "表")
}

#let img(img, caption: "") = {
  figure(img, caption: caption, supplement: "図")
}
このスクラップは1ヶ月前にクローズされました