added numbering format for listing caption
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 25s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 25s
Details
This commit is contained in:
parent
baba65ef41
commit
b80351fb70
|
@ -87,7 +87,7 @@
|
||||||
show figure.caption: c => [
|
show figure.caption: c => [
|
||||||
#if c.body.fields().len() > 0 {
|
#if c.body.fields().len() > 0 {
|
||||||
text(weight: "semibold")[
|
text(weight: "semibold")[
|
||||||
#c.supplement #c.counter.display()
|
#c.supplement #c.counter.display("1.1.1")
|
||||||
]
|
]
|
||||||
c.separator
|
c.separator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue