Finalise title page

This commit is contained in:
2026-04-30 21:51:15 +02:00
parent 5c872739c6
commit 87d484b754
4 changed files with 73 additions and 60 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+68 -55
View File
@@ -1,68 +1,81 @@
#let field = "Informatyka" #let field = "Informatyka"
#let speciality = "Inżynieria Oprogramowania" #let speciality = "Inżynieria Oprogramowania"
#let degreename = "Praca dyplomowa inżynierska" #let degreename = "Praca dyplomowa inżynierska"
#let ttitle = "Implementacja aplikacji do współtworzenia notatek z wykorzystaniem technologii peer to peer" #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 ttitle-eng = "Implementation of a collaborative note-taking application using peer-to-peer technology"
#let authornames = "Oskar Chybowski" #let authornames = "Oskar Marcin Chybowski"
#let noalbum = "54941" #let noalbum = "54941"
#let supname = "dr inż. Mirosław Mościcki" #let supname = "dr inż. Mirosław Mościcki"
#let departmentname = "Katedra Inżynierii Oprogramowania" #let department = "Katedra Inżynierii Oprogramowania"
#let sup-ext = none #let placesubmit = "Szczecin"
#let departmentname-ext = none #let yearsubmit = "2026"
#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")
#set text(font: "Fira Sans")
#set page(margin: (top: 2.5cm, bottom: 2.5cm, left: 3cm, right: 2.5cm))
#align(center)[ #align(center)[
#v(0.6cm) #v(1.35cm)
#image("Pictures/zut.png", width: 40%)
#v(0.75cm)
Wydział Informatyki \ // Logo ZUT
#v(0.0cm) #move(
kierunek studiów: #field \ [
#v(0.0cm) #image("Pictures/zut.jpg", width: 9.2cm)
specjalność: #speciality
#v(1.25cm)
// degree #v(0.45cm)
#text(size: 16pt)[#degreename]
#v(1cm)
// Polish title // Wydział i kierunek
#text(size: 16pt, weight: "bold")[#upper(ttitle)] #text(size: 12pt)[#department]
#v(0.5cm) #v(-1.1pt)
#text(size: 12pt)[kierunek studiów: #field]
#v(-1.1pt)
#text(size: 12pt)[specjalność: #speciality]
// English title #v(1.2cm)
#text(size: 13pt, weight: "bold")[#upper(ttitle-eng)]
#v(0.5cm)
// Author #text(size: 17pt, lang: "pl")[#degreename]
#text(size: 13pt, weight: "bold")[#authornames] ],
#v(0cm) dx: 8pt,
)
#v(0.9cm)
// album number // Tytuł po polsku
nr albumu: #text(weight: "bold")[#noalbum] #move(
#v(1cm) [
#text(size: 17.2pt, weight: "bold")[
#par(upper(ttitle), leading: 0.6em)
]
// Supervisor #v(0.05cm)
#text(size: 13pt)[Opiekun:]
#v(0cm) // Tytuł po angielsku
#text(size: 13pt, weight: "bold")[#supname] #text(size: 14.2pt, weight: "bold")[
#v(0cm) #par(upper(ttitle-eng), leading: 0.55em)
#departmentname ]
#v(1cm)
#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) #v(1fr)
#placesubmit, #yearsubmit
// Miasto i rok
#move(text(size: 14.2pt)[#placesubmit, #yearsubmit], dx: 8pt, dy: -10pt)
] ]
#pagebreak(to: "odd")
}