-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample_handout.typ
49 lines (40 loc) · 919 Bytes
/
sample_handout.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
#import "tufte-handout.typ": template, margin-note
//#set page(flipped: true)
#show: doc => template(title: "A sample handout", doc)
= Part 1
#lorem(20)
#margin-note[#lorem(10)]
#lorem(30)
#margin-note(
figure(caption: "important diagram",
{
stack(
path(
stroke: black,
closed: true,
(50pt, 0pt),
(50pt, 50pt),
(0pt, 50pt),
),
line(
stroke: red + 0.5pt,
start: (50pt, 0pt),
angle: 225deg,
length: 36pt
),
line(
stroke: blue + 0.5pt,
start: (0pt, 0pt),
end: (0pt, -25pt)
)
)
})
)
#lorem(20)
= Part 2
== Part 2.1
#lorem(20)
#margin-note([The student should be able to do this easily!])
#lorem(20)
== Part 2.2
#lorem(30)