Create bibliography

This commit is contained in:
2026-05-02 22:48:36 +02:00
parent 136c9e3d8a
commit 67b58ac697
5 changed files with 210 additions and 0 deletions
+7
View File
@@ -1,5 +1,11 @@
#set text(lang: "pl")
#import "style.typ": definition, example, theorem, zut-template
#import "@preview/alexandria:0.2.2": *
#show: alexandria(prefix: "book-", read: path => read(path))
#show: alexandria(prefix: "article-", read: path => read(path))
#show: alexandria(prefix: "other-", read: path => read(path))
#include "title_page.typ"
#pagebreak(to: "odd")
@@ -7,3 +13,4 @@
#pagebreak()
#include "Chapters/1. Theoretical Scope.typ"
#include "Bibliography.typ"