mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
tweak outline styles
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
351ff97813
commit
6b2ad720ea
4
main.typ
4
main.typ
@ -19,7 +19,7 @@
|
||||
let clabel = label("chapter-heading" + nc)
|
||||
let cloc = query(selector(clabel)).first().location()
|
||||
link(cloc, {
|
||||
set text(15pt, fill: text_color_set.at("100"))
|
||||
set text(15pt)
|
||||
numbering("第1章", i + 1)
|
||||
h(1em)
|
||||
chapter.title
|
||||
@ -37,7 +37,7 @@
|
||||
let slabel = label("section-heading" + ns)
|
||||
let sloc = query(selector(slabel)).first().location()
|
||||
link(sloc, {
|
||||
set text(11pt)
|
||||
set text(11pt, fill: text_color_set.at("100"))
|
||||
ns
|
||||
h(1em)
|
||||
chapter.sections.at(j)
|
||||
|
Loading…
x
Reference in New Issue
Block a user