Create title page, styles file

This commit is contained in:
2026-03-17 20:45:41 +01:00
parent 84772deb5e
commit 8f2255db7f
8 changed files with 457 additions and 31 deletions
+8 -7
View File
@@ -1,8 +1,9 @@
#import "title-page.typ": title-page
#import "style.typ": zut-template, theorem, definition, example
#title-page(
title: "Implementacja aplikacji do współtworzenia notatek z wykorzystaniem technologii peer to peer",
author: "Oskar Marcin Chybowski",
supervisor: "dr inż. Mirosław Mościcki",
year: "2026"
)
#show: zut-template.with(shorttitle: "Krótki tytuł")
#include "title_page.typ"
#pagebreak()
#set page(numbering: "1")
#counter(page).update(1)