forked from KaiserY/trpl-zh-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-template.typ
More file actions
70 lines (60 loc) · 1.08 KB
/
custom-template.typ
File metadata and controls
70 lines (60 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#set text(
lang: "zh",
font: (
"Noto Sans",
"Noto Sans SC",
"Noto Sans KR",
"Noto Sans Thai",
"Noto Sans Arabic",
"Noto Sans Hebrew",
"Noto Sans Devanagari",
"Noto Emoji",
),
)
#show heading: set block(below: 1.5em)
#show raw: set text(
font: (
"Noto Sans Mono",
"Noto Sans Devanagari",
)
)
#show link: underline
#show raw.where(block: false): box.with(
fill: luma(240),
inset: 1pt,
radius: 2pt,
)
#show raw.where(block: true): block.with(
width: 100%,
fill: luma(240),
inset: 10pt,
radius: 4pt,
)
#show quote.where(block: true): block.with(
width: 100%,
fill: rgb("#f1f6f9"),
inset: 10pt,
radius: 4pt,
)
#set page(
header: context {
if counter(page).get().first() > 1 [
MDBOOK_TYPST_PDF_TITLE
]
},
footer: context {
if counter(page).get().first() > 1 [
#counter(page).display(
"1/1",
both: true,
)
]
},
)
#align(center, text(17pt)[
*MDBOOK_TYPST_PDF_TITLE*
])
#pagebreak()
#outline(depth: 2, indent: 1em)
#pagebreak()
/**** MDBOOK_TYPST_PDF_PLACEHOLDER ****/