80 lines
1.9 KiB
Typst
80 lines
1.9 KiB
Typst
#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), header: none, footer: none, numbering: none)
|
|
|
|
#align(center)[
|
|
#v(1.35cm)
|
|
|
|
// Logo ZUT
|
|
#move(
|
|
[
|
|
#image("Pictures/zut.jpg", width: 9.2cm)
|
|
|
|
#v(0.45cm)
|
|
|
|
// 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]
|
|
|
|
#v(1.2cm)
|
|
|
|
#text(size: 17pt, lang: "pl")[#degreename]
|
|
],
|
|
dx: 8pt,
|
|
)
|
|
#v(0.9cm)
|
|
|
|
// Tytuł po polsku
|
|
#move(
|
|
[
|
|
#text(size: 17.2pt, weight: "bold")[
|
|
#par(upper(ttitle), leading: 0.6em)
|
|
]
|
|
|
|
#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)
|
|
|
|
// Miasto i rok
|
|
#move(text(size: 14.2pt)[#placesubmit, #yearsubmit], dx: 8pt, dy: -10pt)
|
|
]
|
|
|