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 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")
}