Files
praca_inzynierska/Thesis/title_page.typ
T
2026-03-17 20:45:41 +01:00

69 lines
1.6 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 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")
#align(center)[
#v(0.6cm)
#image("Pictures/zut.png", width: 40%)
#v(0.75cm)
Wydział Informatyki \
#v(0.0cm)
kierunek studiów: #field \
#v(0.0cm)
specjalność: #speciality
#v(1.25cm)
// degree
#text(size: 16pt)[#degreename]
#v(1cm)
// Polish title
#text(size: 16pt, weight: "bold")[#upper(ttitle)]
#v(0.5cm)
// English title
#text(size: 13pt, weight: "bold")[#upper(ttitle-eng)]
#v(0.5cm)
// Author
#text(size: 13pt, weight: "bold")[#authornames]
#v(0cm)
// album number
nr albumu: #text(weight: "bold")[#noalbum]
#v(1cm)
// Supervisor
#text(size: 13pt)[Opiekun:]
#v(0cm)
#text(size: 13pt, weight: "bold")[#supname]
#v(0cm)
#departmentname
#v(1cm)
#v(1fr)
#placesubmit, #yearsubmit
]