mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-20 17:00: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 clabel = label("chapter-heading" + nc)
|
||||||
let cloc = query(selector(clabel)).first().location()
|
let cloc = query(selector(clabel)).first().location()
|
||||||
link(cloc, {
|
link(cloc, {
|
||||||
set text(15pt, fill: text_color_set.at("100"))
|
set text(15pt)
|
||||||
numbering("第1章", i + 1)
|
numbering("第1章", i + 1)
|
||||||
h(1em)
|
h(1em)
|
||||||
chapter.title
|
chapter.title
|
||||||
@ -37,7 +37,7 @@
|
|||||||
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(sloc, {
|
link(sloc, {
|
||||||
set text(11pt)
|
set text(11pt, fill: text_color_set.at("100"))
|
||||||
ns
|
ns
|
||||||
h(1em)
|
h(1em)
|
||||||
chapter.sections.at(j)
|
chapter.sections.at(j)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user