Skip to content

Commit

Permalink
adjust fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Jan 19, 2024
1 parent 1480311 commit 2e7277b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
Binary file modified reports/ecsproject.pdf
Binary file not shown.
24 changes: 12 additions & 12 deletions reports/ecsproject.typ
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,31 @@
)
set align(center)

v(9em)
v(10em)
par()[
#text(14pt, "Electronics and Computer Science") \
#text(14pt, "Faculty of Engineering and Physical Sciences") \
#text(14pt, "University of Southampton")
#text(15pt, "Electronics and Computer Science") \
#text(15pt, "Faculty of Engineering and Physical Sciences") \
#text(15pt, "University of Southampton")
]

v(6.5em)
v(6.8em)

let author_content = author_linked(name: author.at("name"), email: author.at("email"))

box(width: 240pt, height: 89pt)[
box(width: 250pt, height: 89pt)[
#grid(
columns: 1,
gutter: 2em,
gutter: 2.5em,
text(author_content),
text(date),
box(text(14pt, weight: "bold", title))
box(text(15pt, weight: "bold", title))
)
]

let supervisor_content = author_linked(name: supervisor.at("name"), email: supervisor.at("email"))
let examiner_content = author_linked(name: examiner.at("name"), email: examiner.at("email"))

v(15.5em)
v(17.5em)
par()[
#text("Project supervisor: ") #{ supervisor_content }\
#text("Second examiner: " ) #{ examiner_content }
Expand All @@ -84,10 +84,10 @@
"A project report submitted for the award of"
}

v(3.3em)
v(4.3em)
par()[
#text(14pt, award_text) \
#text(14pt, program)
#text(15pt, award_text) \
#text(15pt, program)
]


Expand Down
Binary file modified reports/main.pdf
Binary file not shown.
3 changes: 1 addition & 2 deletions reports/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
title: "Folidity - Safe Functional Smart Contract Language",
supervisor: (name: "Prof. Vladimiro Sassone", email: "vsassone@soton.ac.uk"),
examiner: (name: "TBD", email: none),
author: ( name: "German Nikolishin", email: "gn2g21@soton.ac.uk"),
is_progress_report: true
author: ( name: "German Nikolishin", email: "gn2g21@soton.ac.uk")
)

0 comments on commit 2e7277b

Please sign in to comment.