added numbering format for listing caption
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 25s Details

This commit is contained in:
Sven Vogel 2024-07-18 12:20:38 +02:00
parent baba65ef41
commit b80351fb70
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
show figure.caption: c => [
#if c.body.fields().len() > 0 {
text(weight: "semibold")[
#c.supplement #c.counter.display()
#c.supplement #c.counter.display("1.1.1")
]
c.separator
}