-
Notifications
You must be signed in to change notification settings - Fork 0
/
D_KNGtemplete.typ
74 lines (72 loc) · 1.58 KB
/
D_KNGtemplete.typ
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
71
72
73
74
#import "@preview/codelst:2.0.1": sourcecode
// Display inline code in a box
#set text(font:("Times New Roman","Source Han Serif SC"))
#show raw.where(block: false): box.with(
fill: luma(230),
inset: (x: 3pt, y: 0pt),
outset: (y: 3pt),
radius: 2pt,
)
#show raw.where(block: true): block.with(
fill: luma(240),
inset: 10pt,
radius: 4pt,
)
#show raw: set text(
font: ("consolas", "Source Han Serif SC")
)
#set page(
// flipped: true,
// background: [#image("background.png")]
paper: "a4",
)
#set text(
font:("Times New Roman","Source Han Serif SC"),
style:"normal",
weight: "regular",
size: 13pt,
)
#show math.equation:set text(font:("New Computer Modern Math","Source Han Serif SC"))
#let nxtIdx(name) = box[ #counter(name).step()#counter(name).display()]
#set math.equation(numbering: "(1)")
#set page(
paper:"a4",
number-align: right,
margin: (x:2cm,y:2.5cm),
header: [
#box(baseline:5pt)[#set text(
size: 11pt,
)
#align(
left+bottom,
[
#smallcaps[ ]
#h(1fr)#text(" ",fill:rgb("#898989"));
]
)]
#line(start: (0pt,-10pt),end:(483pt,-10pt))
],
numbering: "1/1"
)
#set math.mat(delim: "[")
#set math.vec(delim: "[")
#set page(
paper:"a4",
number-align: right,
margin: (x:2cm,y:2.5cm),
header: [
#box(baseline:5pt)[#set text(
size: 11pt,
)
#align(
left+bottom,
[
#smallcaps[Templetes]
#h(1fr)#text("Github GYPpro/Acm_res",fill:rgb("#898989"));
]
)]
#line(start: (0pt,-10pt),end:(483pt,-10pt))
],
numbering: "1/1"
)
///MAIN---MAIN///