diff --git a/Thesis/Pictures/zut.jpg b/Thesis/Pictures/zut.jpg new file mode 100644 index 0000000..c0bab2a --- /dev/null +++ b/Thesis/Pictures/zut.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8ad78cbbed8f270b2fe7cda2c730af3a3749e87ec9309ec54d70ac2069bc87 +size 20075 diff --git a/Thesis/Pictures/zut.png b/Thesis/Pictures/zut.png deleted file mode 100644 index 90168bb..0000000 --- a/Thesis/Pictures/zut.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935a57483de5063bb7975c02a0670d16e774e03bbba9a47a64a8c118f8a3eefc -size 102672 diff --git a/Thesis/main.pdf b/Thesis/main.pdf index 9de2595..399e351 100644 --- a/Thesis/main.pdf +++ b/Thesis/main.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9f8f4cc00f5744eea5d2e10a80dd7537a13722e12edb88ae51957a5f8146568 -size 202748 +oid sha256:1a36f9570d6aba1d5d597bd38f843a79ff550a43bb5e1567e2321e7edd9b6528 +size 136858 diff --git a/Thesis/title_page.typ b/Thesis/title_page.typ index 28ec584..2401078 100644 --- a/Thesis/title_page.typ +++ b/Thesis/title_page.typ @@ -1,68 +1,81 @@ -#let field = "Informatyka" -#let speciality = "Inżynieria Oprogramowania" -#let degreename = "Praca dyplomowa inżynierska" -#let ttitle = "Implementacja aplikacji do współtworzenia notatek z wykorzystaniem technologii peer to peer" -#let ttitle-eng = "Implementation of a collaborative note-taking application using peer-to-peer technology" -#let authornames = "Oskar Chybowski" -#let noalbum = "54941" -#let supname = "dr inż. Mirosław Mościcki" -#let departmentname = "Katedra Inżynierii Oprogramowania" -#let sup-ext = none -#let departmentname-ext = none -#let placesubmit = "Szczecin" -#let yearsubmit = "2026" - -#set page( - paper: "a4", - margin: (x: 2.5cm, y: 2.5cm), - header: none, - footer: none, - numbering: none, -) - -#set text(font: "Fira Sans", size: 12pt, lang: "pl") +#let field = "Informatyka" +#let speciality = "Inżynieria Oprogramowania" +#let degreename = "Praca dyplomowa inżynierska" +#let ttitle = "Implementacja aplikacji do współtworzenia notatek z wykorzystaniem technologii peer to peer" +#let ttitle-eng = "Implementation of a collaborative note-taking application using peer-to-peer technology" +#let authornames = "Oskar Marcin Chybowski" +#let noalbum = "54941" +#let supname = "dr inż. Mirosław Mościcki" +#let department = "Katedra Inżynierii Oprogramowania" +#let placesubmit = "Szczecin" +#let yearsubmit = "2026" +#set text(font: "Fira Sans") +#set page(margin: (top: 2.5cm, bottom: 2.5cm, left: 3cm, right: 2.5cm)) #align(center)[ - #v(0.6cm) - #image("Pictures/zut.png", width: 40%) - #v(0.75cm) + #v(1.35cm) - Wydział Informatyki \ - #v(0.0cm) - kierunek studiów: #field \ - #v(0.0cm) - specjalność: #speciality - #v(1.25cm) + // Logo ZUT + #move( + [ + #image("Pictures/zut.jpg", width: 9.2cm) - // degree - #text(size: 16pt)[#degreename] - #v(1cm) + #v(0.45cm) - // Polish title - #text(size: 16pt, weight: "bold")[#upper(ttitle)] - #v(0.5cm) + // Wydział i kierunek + #text(size: 12pt)[#department] + #v(-1.1pt) + #text(size: 12pt)[kierunek studiów: #field] + #v(-1.1pt) + #text(size: 12pt)[specjalność: #speciality] - // English title - #text(size: 13pt, weight: "bold")[#upper(ttitle-eng)] - #v(0.5cm) + #v(1.2cm) - // Author - #text(size: 13pt, weight: "bold")[#authornames] - #v(0cm) + #text(size: 17pt, lang: "pl")[#degreename] + ], + dx: 8pt, + ) + #v(0.9cm) - // album number - nr albumu: #text(weight: "bold")[#noalbum] - #v(1cm) + // Tytuł po polsku + #move( + [ + #text(size: 17.2pt, weight: "bold")[ + #par(upper(ttitle), leading: 0.6em) + ] - // Supervisor - #text(size: 13pt)[Opiekun:] - #v(0cm) - #text(size: 13pt, weight: "bold")[#supname] - #v(0cm) - #departmentname - #v(1cm) + #v(0.05cm) + + // Tytuł po angielsku + #text(size: 14.2pt, weight: "bold")[ + #par(upper(ttitle-eng), leading: 0.55em) + ] + + #v(0.15cm) + + // Autor + #text(size: 14.2pt, weight: "bold")[#authornames] + #v(0.15cm) + #text(size: 14pt)[nr albumu: #text(weight: "bold")[#noalbum]] + + #v(0.71cm) + + // Opiekun + #text(size: 14.2pt)[Opiekun:] + #v(0.22cm) + #text(size: 14.2pt, weight: "bold")[#supname] + #v(0.2cm) + #text(size: 14.2pt)[#department] + ], + dx: 8pt, + ) #v(1fr) - #placesubmit, #yearsubmit + + // Miasto i rok + #move(text(size: 14.2pt)[#placesubmit, #yearsubmit], dx: 8pt, dy: -10pt) ] + +#pagebreak(to: "odd") +}