Fix outline

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-09 15:19:30 +08:00
parent a42e45bd14
commit 473cf06e3a
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -36,8 +36,8 @@
let ns = numbering("1A", i + 1, j + 1) let ns = numbering("1A", i + 1, j + 1)
let slabel = label("section-heading" + ns) let slabel = label("section-heading" + ns)
let sloc = query(selector(slabel)).first().location() let sloc = query(selector(slabel)).first().location()
link(cloc, { link(sloc, {
set text(11pt, fill: text_color_set.at("100")) set text(11pt)
ns ns
h(1em) h(1em)
chapter.sections.at(j) chapter.sections.at(j)