We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57687a8 commit 5e025ceCopy full SHA for 5e025ce
report/auxiliaries/cover.typ
@@ -63,17 +63,17 @@ Major: Computer Science
63
#grid(
64
columns: (1fr, 1fr),
65
rows: (2em, auto),
66
- column-gutter: .2cm,
+ column-gutter: .1cm,
67
align(right, [*student*:]),
68
align(
69
left,
70
for s in t.at("students") [
71
#v(0.5em, weak: true)
72
- #s.at("name") - #s.at("id")
+ #s.at("name") (#s.at("id"))
73
],
74
),
75
)
76
77
#v(1fr)
78
79
-HCMC, #datetime.today().display("[month]/[year]")
+HO CHI MINH CITY, #datetime.today().display("[month]/[year]")
0 commit comments