initial version of better aligned bibliography

This commit is contained in:
2026-05-03 14:23:02 +02:00
parent 11a105fec7
commit 177eff9ea6
7 changed files with 274 additions and 110 deletions
+4 -6
View File
@@ -1,10 +1,8 @@
#set text(lang: "pl")
#import "style.typ": definition, example, theorem, zut-template
#import "Bibliography.typ": bib-setup, render-bib
#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))
#set text(lang: "pl")
#show: bib-setup
#include "title_page.typ"
#pagebreak(to: "odd")
@@ -16,4 +14,4 @@
#include "Chapters/1. Theoretical Scope.typ"
])
#include "Bibliography.typ"
#render-bib()