-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.typ
More file actions
33 lines (33 loc) · 922 Bytes
/
Copy pathcollection.typ
File metadata and controls
33 lines (33 loc) · 922 Bytes
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
#import "utils.typ":page-break
#import "preset.typ":preset-collection
#align(center+horizon)[
= 题集篇<题集篇>
#show:text.with(font:"Zhuque Fangsong (technical preview)")
循序渐进 触类旁通
]
#page-break
#show:preset-collection
== <难度一>
#counter(figure.where(kind:"question")).update(100)
#include "collection/level-1.typ"
#page-break
== <难度二>
#counter(figure.where(kind:"question")).update(200)
#include "collection/level-2.typ"
#page-break
== <难度三>
#counter(figure.where(kind:"question")).update(300)
#include "collection/level-3.typ"
#page-break
== <难度四>
#counter(figure.where(kind:"question")).update(400)
#include "collection/level-4.typ"
#page-break
== <难度五>
#counter(figure.where(kind:"question")).update(500)
#include "collection/level-5.typ"
#page-break
== <难度六>
#counter(figure.where(kind:"question")).update(600)
#include "collection/level-6.typ"
#page-break