-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.typ
More file actions
92 lines (91 loc) · 1.85 KB
/
_config.typ
File metadata and controls
92 lines (91 loc) · 1.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#let config = (
colors: (
link: blue,
citation: luma(70),
collatz: (
arrow: luma(100),
circle-fill: color.hsv(270deg, 25%, 100%),
circle-stroke: color.hsv(270deg, 50%, 65%),
text: luma(60)
),
footer: (
text: luma(100),
line: luma(100)
),
figure: (
frame: gray
),
quote: (
fill: maroon.lighten(80%),
stroke: maroon
),
code: (
inline-fill: luma(240)
),
codly: (
fill: luma(240),
zebra-fill: luma(230),
stroke: luma(160),
line-numbers: luma(120)
),
boxes: (
info: (
frame: rgb("#3b82f6"),
fill: rgb("#e0f2ff"),
title: rgb("#1d4ed8")
),
code: (
frame: rgb("#f6953b"),
fill: rgb("#fff8e0"),
title: rgb("#d87e1d")
)
)
),
distances: (
page: (
margin-x: 1.5cm,
margin-y: 1.5cm
),
line-spacing: 0.52em,
figure: (
above: 2.0em,
below: 3.0em
),
heading: (
above: 1.8em,
below: 1.2em
),
abstract-pad-x: 4em,
list: (
above: 2em,
below: 2em
),
enum: (
above: 2em,
below: 2em
)
),
document: (
font-size: 13pt,
abstract-font-size: 11pt,
list-indent: 2em,
enum-indent: 2em,
code-font-size: 0.95em,
footer: (
font-size: 8pt
),
figure: (
caption-font-size: 10.5pt
),
equation: (
font-size: 1em
),
citation: (
// style: "ieee",
style: "journal-of-universal-computer-science.csl",
// title: "Literaturverzeichnis"
title: auto
),
license: "CC-BY-SA-4.0"
)
)