Skip to content

Commit 61edadd

Browse files
committed
feat(report): add forms
1 parent a71d819 commit 61edadd

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

report/main.typ

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@
4343
#include "/auxiliaries/cover.typ"
4444
#pagebreak()
4545

46+
#set page(margin: 0pt)
47+
#image("static/images/mission_form.jpg", width: 100%, height: 100%, fit: "stretch")
48+
#pagebreak()
49+
#image("static/images/assessment_form.jpg", width: 100%, height: 100%, fit: "stretch")
50+
#pagebreak()
51+
#image("static/images/review_1_form.jpg", width: 100%, height: 100%, fit: "stretch")
52+
#pagebreak()
53+
#image("static/images/review_2_form.jpg", width: 100%, height: 100%, fit: "stretch")
54+
#pagebreak()
55+
#set page(
56+
paper: "a4",
57+
header: { include "/auxiliaries/header.typ" },
58+
footer: { include "/auxiliaries/footer.typ" },
59+
margin: (top: 20mm, bottom: 20mm, left: 30mm, right: 20mm),
60+
)
61+
4662
#include "/auxiliaries/disclaimer.typ"
4763
#pagebreak()
4864

93.8 KB
Loading
67.5 KB
Loading
99.3 KB
Loading
36.3 KB
Loading

0 commit comments

Comments
 (0)