mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
Add back cover
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
96f52399b9
commit
aa3abaa326
10
back-cover.typ
Normal file
10
back-cover.typ
Normal file
@ -0,0 +1,10 @@
|
||||
#import "color.typ": text_color_set
|
||||
|
||||
#{
|
||||
|
||||
set align(right)
|
||||
v(1fr)
|
||||
set text(22pt, fill: text_color_set.at("100"))
|
||||
box($ F_n = 1/(sqrt(5))[((1+sqrt(5))/2)^n-((1-sqrt(5))/2)^n] $)
|
||||
|
||||
}
|
13
main.typ
13
main.typ
@ -55,11 +55,8 @@
|
||||
)
|
||||
]
|
||||
|
||||
#[
|
||||
#show: setup_main_text
|
||||
|
||||
#{
|
||||
|
||||
show: setup_main_text
|
||||
for i in range(0, toc.len()) {
|
||||
pagebreak(weak: true)
|
||||
let chapter = toc.at(i)
|
||||
@ -73,7 +70,11 @@ for i in range(0, toc.len()) {
|
||||
include "sections/" + n + ".typ"
|
||||
}
|
||||
}
|
||||
} // main text
|
||||
|
||||
}
|
||||
#{
|
||||
|
||||
]
|
||||
pagebreak(weak: true, to: "even")
|
||||
include "back-cover.typ"
|
||||
|
||||
} // back cover
|
Loading…
x
Reference in New Issue
Block a user